Package io.dingodb.store_internal
Interface StoreInternal.LogMetaOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StoreInternal.LogMeta,StoreInternal.LogMeta.Builder
- Enclosing class:
- StoreInternal
public static interface StoreInternal.LogMetaOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongint64 first_log_index = 1;longint64 vector_index_first_log_index = 2;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.
-
getVectorIndexFirstLogIndex
long getVectorIndexFirstLogIndex()int64 vector_index_first_log_index = 2;- Returns:
- The vectorIndexFirstLogIndex.
-