Package io.dingodb.store_internal
Interface StoreInternal.RaftMetaOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StoreInternal.RaftMeta,StoreInternal.RaftMeta.Builder
- Enclosing class:
- StoreInternal
public static interface StoreInternal.RaftMetaOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongint64 applied_index = 3;longint64 region_id = 1;longgetTerm()int64 term = 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
-
getRegionId
long getRegionId()int64 region_id = 1;- Returns:
- The regionId.
-
getTerm
long getTerm()int64 term = 2;- Returns:
- The term.
-
getAppliedIndex
long getAppliedIndex()int64 applied_index = 3;- Returns:
- The appliedIndex.
-