Interface NetFlowV9Journal.RawNetflowV9OrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
NetFlowV9Journal.RawNetflowV9, NetFlowV9Journal.RawNetflowV9.Builder
Enclosing class:
NetFlowV9Journal

public static interface NetFlowV9Journal.RawNetflowV9OrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    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
    all applicable templates that are referenced by the packets
    Map<Integer,com.google.protobuf.ByteString>
    Deprecated.
    int
    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>
    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
    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
    the raw packets as received.
    List<com.google.protobuf.ByteString>
    the raw packets as received.
    Map<Integer,com.google.protobuf.ByteString>
    Deprecated.
    int
    all applicable templates that are referenced by the packets
    Map<Integer,com.google.protobuf.ByteString>
    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
    all applicable templates that are referenced by the packets

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getTemplatesCount

      int getTemplatesCount()
       all applicable templates that are referenced by the packets
       
      map<uint32, bytes> templates = 1;
    • containsTemplates

      boolean containsTemplates(int key)
       all applicable templates that are referenced by the packets
       
      map<uint32, bytes> templates = 1;
    • getTemplates

      @Deprecated Map<Integer,com.google.protobuf.ByteString> getTemplates()
      Deprecated.
      Use getTemplatesMap() instead.
    • getTemplatesMap

      Map<Integer,com.google.protobuf.ByteString> getTemplatesMap()
       all applicable templates that are referenced by the packets
       
      map<uint32, bytes> templates = 1;
    • getTemplatesOrDefault

      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;
    • getTemplatesOrThrow

      com.google.protobuf.ByteString getTemplatesOrThrow(int key)
       all applicable templates that are referenced by the packets
       
      map<uint32, bytes> templates = 1;
    • getOptionTemplateCount

      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;
    • containsOptionTemplate

      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;
    • getOptionTemplate

      @Deprecated Map<Integer,com.google.protobuf.ByteString> getOptionTemplate()
      Deprecated.
    • getOptionTemplateMap

      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;
    • getOptionTemplateOrDefault

      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;
    • getOptionTemplateOrThrow

      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;
    • getPacketsList

      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;
    • getPacketsCount

      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;
    • getPackets

      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;