Uses of Class
org.graylog.plugins.netflow.v9.NetFlowV9FieldDef
Packages that use NetFlowV9FieldDef
-
Uses of NetFlowV9FieldDef in org.graylog.plugins.netflow.v9
Methods in org.graylog.plugins.netflow.v9 that return NetFlowV9FieldDefModifier and TypeMethodDescriptionstatic NetFlowV9FieldDefNetFlowV9FieldDef.create(NetFlowV9FieldType type, int length) Methods in org.graylog.plugins.netflow.v9 that return types with arguments of type NetFlowV9FieldDefModifier and TypeMethodDescriptionabstract com.google.common.collect.ImmutableList<NetFlowV9FieldDef>NetFlowV9Template.definitions()abstract com.google.common.collect.ImmutableList<NetFlowV9FieldDef>NetFlowV9OptionTemplate.optionDefs()Method parameters in org.graylog.plugins.netflow.v9 with type arguments of type NetFlowV9FieldDefModifier and TypeMethodDescriptionstatic NetFlowV9TemplateNetFlowV9Template.create(int templateId, int fieldCount, List<NetFlowV9FieldDef> definitions)