public static interface NetFlowV9Journal.RawNetflowV9OrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsOptionTemplate(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 it
|
boolean |
containsTemplates(int key)
all applicable templates that are referenced by the packets
|
Map<Integer,com.google.protobuf.ByteString> |
getOptionTemplate()
Deprecated.
|
int |
getOptionTemplateCount()
there is only one option template, but we need to know its template id, so a map is the easiest way to find it
|
Map<Integer,com.google.protobuf.ByteString> |
getOptionTemplateMap()
there is only one option template, but we need to know its template id, so a map is the easiest way to find it
|
com.google.protobuf.ByteString |
getOptionTemplateOrDefault(int key,
com.google.protobuf.ByteString defaultValue)
there is only one option template, but we need to know its template id, so a map is the easiest way to find it
|
com.google.protobuf.ByteString |
getOptionTemplateOrThrow(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 it
|
com.google.protobuf.ByteString |
getPackets(int index)
the raw packets as received.
|
int |
getPacketsCount()
the raw packets as received.
|
List<com.google.protobuf.ByteString> |
getPacketsList()
the raw packets as received.
|
Map<Integer,com.google.protobuf.ByteString> |
getTemplates()
Deprecated.
|
int |
getTemplatesCount()
all applicable templates that are referenced by the packets
|
Map<Integer,com.google.protobuf.ByteString> |
getTemplatesMap()
all applicable templates that are referenced by the packets
|
com.google.protobuf.ByteString |
getTemplatesOrDefault(int key,
com.google.protobuf.ByteString defaultValue)
all applicable templates that are referenced by the packets
|
com.google.protobuf.ByteString |
getTemplatesOrThrow(int key)
all applicable templates that are referenced by the packets
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getTemplatesCount()
all applicable templates that are referenced by the packets
map<uint32, bytes> templates = 1;boolean containsTemplates(int key)
all applicable templates that are referenced by the packets
map<uint32, bytes> templates = 1;@Deprecated Map<Integer,com.google.protobuf.ByteString> getTemplates()
getTemplatesMap() instead.Map<Integer,com.google.protobuf.ByteString> getTemplatesMap()
all applicable templates that are referenced by the packets
map<uint32, bytes> templates = 1;com.google.protobuf.ByteString getTemplatesOrDefault(int key,
com.google.protobuf.ByteString defaultValue)
all applicable templates that are referenced by the packets
map<uint32, bytes> templates = 1;com.google.protobuf.ByteString getTemplatesOrThrow(int key)
all applicable templates that are referenced by the packets
map<uint32, bytes> templates = 1;int getOptionTemplateCount()
there is only one option template, but we need to know its template id, so a map is the easiest way to find it
map<uint32, bytes> optionTemplate = 2;boolean containsOptionTemplate(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 it
map<uint32, bytes> optionTemplate = 2;@Deprecated Map<Integer,com.google.protobuf.ByteString> getOptionTemplate()
getOptionTemplateMap() instead.Map<Integer,com.google.protobuf.ByteString> getOptionTemplateMap()
there is only one option template, but we need to know its template id, so a map is the easiest way to find it
map<uint32, bytes> optionTemplate = 2;com.google.protobuf.ByteString getOptionTemplateOrDefault(int key,
com.google.protobuf.ByteString defaultValue)
there is only one option template, but we need to know its template id, so a map is the easiest way to find it
map<uint32, bytes> optionTemplate = 2;com.google.protobuf.ByteString getOptionTemplateOrThrow(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 it
map<uint32, bytes> optionTemplate = 2;List<com.google.protobuf.ByteString> getPacketsList()
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 exporter
repeated bytes packets = 3;int getPacketsCount()
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 exporter
repeated bytes packets = 3;com.google.protobuf.ByteString getPackets(int index)
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 exporter
repeated bytes packets = 3;Copyright © 2012–2021 Graylog, Inc.. All rights reserved.