Interface IpfixJournal.RawIpfixOrBuilder

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

public static interface IpfixJournal.RawIpfixOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    all applicable options templates that are references by the data sets
    boolean
    all applicable templates that are referenced by the data sets
    getDataSets(int index)
    repeated .org.graylog.plugins.ipfix.DataSet dataSets = 3;
    int
    repeated .org.graylog.plugins.ipfix.DataSet dataSets = 3;
    repeated .org.graylog.plugins.ipfix.DataSet dataSets = 3;
    repeated .org.graylog.plugins.ipfix.DataSet dataSets = 3;
    repeated .org.graylog.plugins.ipfix.DataSet dataSets = 3;
    Map<Integer,com.google.protobuf.ByteString>
    Deprecated.
    int
    all applicable options templates that are references by the data sets
    Map<Integer,com.google.protobuf.ByteString>
    all applicable options templates that are references by the data sets
    com.google.protobuf.ByteString
    getOptionTemplatesOrDefault(int key, com.google.protobuf.ByteString defaultValue)
    all applicable options templates that are references by the data sets
    com.google.protobuf.ByteString
    all applicable options templates that are references by the data sets
    Map<Integer,com.google.protobuf.ByteString>
    Deprecated.
    int
    all applicable templates that are referenced by the data sets
    Map<Integer,com.google.protobuf.ByteString>
    all applicable templates that are referenced by the data sets
    com.google.protobuf.ByteString
    getTemplatesOrDefault(int key, com.google.protobuf.ByteString defaultValue)
    all applicable templates that are referenced by the data sets
    com.google.protobuf.ByteString
    all applicable templates that are referenced by the data sets

    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 data sets
       
      map<uint32, bytes> templates = 1;
    • containsTemplates

      boolean containsTemplates(int key)
       all applicable templates that are referenced by the data sets
       
      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 data sets
       
      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 data sets
       
      map<uint32, bytes> templates = 1;
    • getTemplatesOrThrow

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

      int getOptionTemplatesCount()
       all applicable options templates that are references by the data sets
       
      map<uint32, bytes> optionTemplates = 2;
    • containsOptionTemplates

      boolean containsOptionTemplates(int key)
       all applicable options templates that are references by the data sets
       
      map<uint32, bytes> optionTemplates = 2;
    • getOptionTemplates

      @Deprecated Map<Integer,com.google.protobuf.ByteString> getOptionTemplates()
      Deprecated.
    • getOptionTemplatesMap

      Map<Integer,com.google.protobuf.ByteString> getOptionTemplatesMap()
       all applicable options templates that are references by the data sets
       
      map<uint32, bytes> optionTemplates = 2;
    • getOptionTemplatesOrDefault

      com.google.protobuf.ByteString getOptionTemplatesOrDefault(int key, com.google.protobuf.ByteString defaultValue)
       all applicable options templates that are references by the data sets
       
      map<uint32, bytes> optionTemplates = 2;
    • getOptionTemplatesOrThrow

      com.google.protobuf.ByteString getOptionTemplatesOrThrow(int key)
       all applicable options templates that are references by the data sets
       
      map<uint32, bytes> optionTemplates = 2;
    • getDataSetsList

      List<IpfixJournal.DataSet> getDataSetsList()
      repeated .org.graylog.plugins.ipfix.DataSet dataSets = 3;
    • getDataSets

      IpfixJournal.DataSet getDataSets(int index)
      repeated .org.graylog.plugins.ipfix.DataSet dataSets = 3;
    • getDataSetsCount

      int getDataSetsCount()
      repeated .org.graylog.plugins.ipfix.DataSet dataSets = 3;
    • getDataSetsOrBuilderList

      List<? extends IpfixJournal.DataSetOrBuilder> getDataSetsOrBuilderList()
      repeated .org.graylog.plugins.ipfix.DataSet dataSets = 3;
    • getDataSetsOrBuilder

      IpfixJournal.DataSetOrBuilder getDataSetsOrBuilder(int index)
      repeated .org.graylog.plugins.ipfix.DataSet dataSets = 3;