Interface Yamcs.IndexResultOrBuilder

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

public static interface Yamcs.IndexResultOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getRecords(int index)
    repeated .yamcs.protobuf.ArchiveRecord records = 2;
    int
    repeated .yamcs.protobuf.ArchiveRecord records = 2;
    repeated .yamcs.protobuf.ArchiveRecord records = 2;
    repeated .yamcs.protobuf.ArchiveRecord records = 2;
    repeated .yamcs.protobuf.ArchiveRecord records = 2;
    if type=histogram, the tableName is the table for which the histogram is sent
    com.google.protobuf.ByteString
    if type=histogram, the tableName is the table for which the histogram is sent
    type can be histogram or completeness
    com.google.protobuf.ByteString
    type can be histogram or completeness
    boolean
    if type=histogram, the tableName is the table for which the histogram is sent
    boolean
    type can be histogram or completeness

    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

    • getRecordsList

      List<Yamcs.ArchiveRecord> getRecordsList()
      repeated .yamcs.protobuf.ArchiveRecord records = 2;
    • getRecords

      Yamcs.ArchiveRecord getRecords(int index)
      repeated .yamcs.protobuf.ArchiveRecord records = 2;
    • getRecordsCount

      int getRecordsCount()
      repeated .yamcs.protobuf.ArchiveRecord records = 2;
    • getRecordsOrBuilderList

      List<? extends Yamcs.ArchiveRecordOrBuilder> getRecordsOrBuilderList()
      repeated .yamcs.protobuf.ArchiveRecord records = 2;
    • getRecordsOrBuilder

      Yamcs.ArchiveRecordOrBuilder getRecordsOrBuilder(int index)
      repeated .yamcs.protobuf.ArchiveRecord records = 2;
    • hasType

      boolean hasType()
      type can be histogram or completeness
       
      optional string type = 3;
    • getType

      String getType()
      type can be histogram or completeness
       
      optional string type = 3;
    • getTypeBytes

      com.google.protobuf.ByteString getTypeBytes()
      type can be histogram or completeness
       
      optional string type = 3;
    • hasTableName

      boolean hasTableName()
      if type=histogram, the tableName is the table for which the histogram is sent
       
      optional string tableName = 4;
    • getTableName

      String getTableName()
      if type=histogram, the tableName is the table for which the histogram is sent
       
      optional string tableName = 4;
    • getTableNameBytes

      com.google.protobuf.ByteString getTableNameBytes()
      if type=histogram, the tableName is the table for which the histogram is sent
       
      optional string tableName = 4;