Uses of Class
org.graylog.plugins.netflow.v9.NetFlowV9Template
Packages that use NetFlowV9Template
-
Uses of NetFlowV9Template in org.graylog.plugins.netflow.v9
Methods in org.graylog.plugins.netflow.v9 that return NetFlowV9TemplateModifier and TypeMethodDescriptionstatic NetFlowV9TemplateNetFlowV9Template.create(int templateId, int fieldCount, List<NetFlowV9FieldDef> definitions) static NetFlowV9TemplateNetFlowV9Parser.parseTemplate(io.netty.buffer.ByteBuf bb, NetFlowV9FieldTypeRegistry typeRegistry) Methods in org.graylog.plugins.netflow.v9 that return types with arguments of type NetFlowV9TemplateModifier and TypeMethodDescriptionstatic List<NetFlowV9Template>NetFlowV9Parser.parseTemplates(io.netty.buffer.ByteBuf bb, NetFlowV9FieldTypeRegistry typeRegistry) Template FlowSet Formatabstract com.google.common.collect.ImmutableList<NetFlowV9Template>NetFlowV9Packet.templates()Method parameters in org.graylog.plugins.netflow.v9 with type arguments of type NetFlowV9TemplateModifier and TypeMethodDescriptionstatic NetFlowV9PacketNetFlowV9Packet.create(NetFlowV9Header header, List<NetFlowV9Template> templates, NetFlowV9OptionTemplate optionTemplate, List<NetFlowV9BaseRecord> records, long dataLength) static NetFlowV9PacketNetFlowV9Parser.parsePacket(io.netty.buffer.ByteBuf bb, NetFlowV9FieldTypeRegistry typeRegistry, Map<Integer, NetFlowV9Template> cache, NetFlowV9OptionTemplate optionTemplate) static List<NetFlowV9BaseRecord>NetFlowV9Parser.parseRecords(io.netty.buffer.ByteBuf bb, Map<Integer, NetFlowV9Template> cache, NetFlowV9OptionTemplate optionTemplate) Data FlowSet Format