Uses of Class
org.graylog.plugins.netflow.v5.NetFlowV5Record
Packages that use NetFlowV5Record
-
Uses of NetFlowV5Record in org.graylog.plugins.netflow.flows
Methods in org.graylog.plugins.netflow.flows with parameters of type NetFlowV5RecordModifier and TypeMethodDescriptionstatic MessageNetFlowFormatter.toMessage(NetFlowV5Header header, NetFlowV5Record record, InetSocketAddress sender) -
Uses of NetFlowV5Record in org.graylog.plugins.netflow.v5
Methods in org.graylog.plugins.netflow.v5 that return types with arguments of type NetFlowV5RecordModifier and TypeMethodDescriptionabstract com.google.common.collect.ImmutableList<NetFlowV5Record>NetFlowV5Packet.records()Method parameters in org.graylog.plugins.netflow.v5 with type arguments of type NetFlowV5RecordModifier and TypeMethodDescriptionstatic NetFlowV5PacketNetFlowV5Packet.create(NetFlowV5Header header, List<NetFlowV5Record> records, long dataLength)