Uses of Class
org.graylog.integrations.ipfix.Flow
Packages that use Flow
-
Uses of Flow in org.graylog.integrations.ipfix
Methods in org.graylog.integrations.ipfix that return FlowMethods in org.graylog.integrations.ipfix that return types with arguments of type FlowModifier and TypeMethodDescriptionabstract com.google.common.collect.ImmutableList<Flow>IpfixMessage.flows()abstract com.google.common.collect.ImmutableList.Builder<Flow>IpfixMessage.Builder.flowsBuilder()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.Method parameters in org.graylog.integrations.ipfix with type arguments of type FlowModifier and TypeMethodDescriptionIpfixMessage.Builder.addAllFlows(Set<Flow> flows) abstract IpfixMessage.Builder