Uses of Class
org.graylog.integrations.ipfix.InformationElement
Packages that use InformationElement
-
Uses of InformationElement in org.graylog.integrations.ipfix
Methods in org.graylog.integrations.ipfix that return InformationElementModifier and TypeMethodDescriptionstatic InformationElementInformationElement.create(int id, int length, long enterpriseNumber) Methods in org.graylog.integrations.ipfix that return types with arguments of type InformationElementModifier and TypeMethodDescriptionabstract com.google.common.collect.ImmutableList<InformationElement>TemplateRecord.informationElements()abstract com.google.common.collect.ImmutableList.Builder<InformationElement>TemplateRecord.Builder.informationElementsBuilder()abstract com.google.common.collect.ImmutableList<InformationElement>OptionsTemplateRecord.optionFields()abstract com.google.common.collect.ImmutableList.Builder<InformationElement>OptionsTemplateRecord.Builder.optionFieldsBuilder()abstract com.google.common.collect.ImmutableList<InformationElement>OptionsTemplateRecord.scopeFields()abstract com.google.common.collect.ImmutableList.Builder<InformationElement>OptionsTemplateRecord.Builder.scopeFieldsBuilder()Methods in org.graylog.integrations.ipfix with parameters of type InformationElementModifier and TypeMethodDescriptionTemplateRecord.Builder.addInformationElement(InformationElement informationElement) Method parameters in org.graylog.integrations.ipfix with type arguments of type InformationElementModifier and TypeMethodDescriptionabstract TemplateRecord.BuilderTemplateRecord.Builder.informationElements(com.google.common.collect.ImmutableList<InformationElement> informationElements) abstract OptionsTemplateRecord.BuilderOptionsTemplateRecord.Builder.optionFields(com.google.common.collect.ImmutableList<InformationElement> optionFields) IpfixParser.parseDataSet(com.google.common.collect.ImmutableList<InformationElement> informationElements, Map<Integer, TemplateRecord> templateMap, io.netty.buffer.ByteBuf setContent) Parses a data set into its individual flows, based on the informationElements from the template ID the data set specified.abstract OptionsTemplateRecord.BuilderOptionsTemplateRecord.Builder.scopeFields(com.google.common.collect.ImmutableList<InformationElement> scopeFields)