Interface StoreInternal.LogIndexMetaOrBuilder

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

public static interface StoreInternal.LogIndexMetaOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getFirstLogIndex

      long getFirstLogIndex()
      int64 first_log_index = 1;
      Returns:
      The firstLogIndex.
    • getLastLogIndex

      long getLastLogIndex()
      int64 last_log_index = 2;
      Returns:
      The lastLogIndex.
    • getTruncateIndexesList

      repeated .dingodb.pb.store_internal.LogIndexMeta.TruncateIndex truncate_indexes = 3;
    • getTruncateIndexes

      StoreInternal.LogIndexMeta.TruncateIndex getTruncateIndexes(int index)
      repeated .dingodb.pb.store_internal.LogIndexMeta.TruncateIndex truncate_indexes = 3;
    • getTruncateIndexesCount

      int getTruncateIndexesCount()
      repeated .dingodb.pb.store_internal.LogIndexMeta.TruncateIndex truncate_indexes = 3;
    • getTruncateIndexesOrBuilderList

      List<? extends StoreInternal.LogIndexMeta.TruncateIndexOrBuilder> getTruncateIndexesOrBuilderList()
      repeated .dingodb.pb.store_internal.LogIndexMeta.TruncateIndex truncate_indexes = 3;
    • getTruncateIndexesOrBuilder

      StoreInternal.LogIndexMeta.TruncateIndexOrBuilder getTruncateIndexesOrBuilder(int index)
      repeated .dingodb.pb.store_internal.LogIndexMeta.TruncateIndex truncate_indexes = 3;