Package io.dingodb.store_internal
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 Summary
Modifier and TypeMethodDescriptionlongint64 first_log_index = 1;longint64 last_log_index = 2;getTruncateIndexes(int index) repeated .dingodb.pb.store_internal.LogIndexMeta.TruncateIndex truncate_indexes = 3;intrepeated .dingodb.pb.store_internal.LogIndexMeta.TruncateIndex truncate_indexes = 3;repeated .dingodb.pb.store_internal.LogIndexMeta.TruncateIndex truncate_indexes = 3;getTruncateIndexesOrBuilder(int index) repeated .dingodb.pb.store_internal.LogIndexMeta.TruncateIndex truncate_indexes = 3;repeated .dingodb.pb.store_internal.LogIndexMeta.TruncateIndex truncate_indexes = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
List<StoreInternal.LogIndexMeta.TruncateIndex> getTruncateIndexesList()repeated .dingodb.pb.store_internal.LogIndexMeta.TruncateIndex truncate_indexes = 3; -
getTruncateIndexes
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
repeated .dingodb.pb.store_internal.LogIndexMeta.TruncateIndex truncate_indexes = 3;
-