Uses of Class
org.graylog.plugins.netflow.v9.NetFlowV9Journal.RawNetflowV9.Builder
Packages that use NetFlowV9Journal.RawNetflowV9.Builder
-
Uses of NetFlowV9Journal.RawNetflowV9.Builder in org.graylog.plugins.netflow.v9
Methods in org.graylog.plugins.netflow.v9 that return NetFlowV9Journal.RawNetflowV9.BuilderModifier and TypeMethodDescriptionNetFlowV9Journal.RawNetflowV9.Builder.addAllPackets(Iterable<? extends com.google.protobuf.ByteString> values) the raw packets as received. it might contain templates as well, but even if it does the above fields will have that information, too in case we previously buffered flows, this may contain more than one flow. in situations when we have all templates already this will be a single packet sent by the exporterNetFlowV9Journal.RawNetflowV9.Builder.addPackets(com.google.protobuf.ByteString value) the raw packets as received. it might contain templates as well, but even if it does the above fields will have that information, too in case we previously buffered flows, this may contain more than one flow. in situations when we have all templates already this will be a single packet sent by the exporterNetFlowV9Journal.RawNetflowV9.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) NetFlowV9Journal.RawNetflowV9.Builder.clear()NetFlowV9Journal.RawNetflowV9.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) NetFlowV9Journal.RawNetflowV9.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) NetFlowV9Journal.RawNetflowV9.Builder.clearOptionTemplate()NetFlowV9Journal.RawNetflowV9.Builder.clearPackets()the raw packets as received. it might contain templates as well, but even if it does the above fields will have that information, too in case we previously buffered flows, this may contain more than one flow. in situations when we have all templates already this will be a single packet sent by the exporterNetFlowV9Journal.RawNetflowV9.Builder.clearTemplates()NetFlowV9Journal.RawNetflowV9.Builder.clone()NetFlowV9Journal.RawNetflowV9.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) NetFlowV9Journal.RawNetflowV9.Builder.mergeFrom(com.google.protobuf.Message other) NetFlowV9Journal.RawNetflowV9.Builder.mergeFrom(NetFlowV9Journal.RawNetflowV9 other) NetFlowV9Journal.RawNetflowV9.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) NetFlowV9Journal.RawNetflowV9.newBuilder()NetFlowV9Journal.RawNetflowV9.newBuilder(NetFlowV9Journal.RawNetflowV9 prototype) NetFlowV9Journal.RawNetflowV9.newBuilderForType()protected NetFlowV9Journal.RawNetflowV9.BuilderNetFlowV9Journal.RawNetflowV9.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) NetFlowV9Journal.RawNetflowV9.Builder.putAllOptionTemplate(Map<Integer, com.google.protobuf.ByteString> values) there is only one option template, but we need to know its template id, so a map is the easiest way to find itNetFlowV9Journal.RawNetflowV9.Builder.putAllTemplates(Map<Integer, com.google.protobuf.ByteString> values) all applicable templates that are referenced by the packetsNetFlowV9Journal.RawNetflowV9.Builder.putOptionTemplate(int key, com.google.protobuf.ByteString value) there is only one option template, but we need to know its template id, so a map is the easiest way to find itNetFlowV9Journal.RawNetflowV9.Builder.putTemplates(int key, com.google.protobuf.ByteString value) all applicable templates that are referenced by the packetsNetFlowV9Journal.RawNetflowV9.Builder.removeOptionTemplate(int key) there is only one option template, but we need to know its template id, so a map is the easiest way to find itNetFlowV9Journal.RawNetflowV9.Builder.removeTemplates(int key) all applicable templates that are referenced by the packetsNetFlowV9Journal.RawNetflowV9.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) NetFlowV9Journal.RawNetflowV9.Builder.setPackets(int index, com.google.protobuf.ByteString value) the raw packets as received. it might contain templates as well, but even if it does the above fields will have that information, too in case we previously buffered flows, this may contain more than one flow. in situations when we have all templates already this will be a single packet sent by the exporterNetFlowV9Journal.RawNetflowV9.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) NetFlowV9Journal.RawNetflowV9.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) NetFlowV9Journal.RawNetflowV9.toBuilder()