Package io.dingodb.store_internal
Interface StoreInternal.DocumentIndexSnapshotMetaOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StoreInternal.DocumentIndexSnapshotMeta,StoreInternal.DocumentIndexSnapshotMeta.Builder
- Enclosing class:
- StoreInternal
public static interface StoreInternal.DocumentIndexSnapshotMetaOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongint64 apply_log_id = 5;longint64 document_index_id = 1;getEpoch().dingodb.pb.common.RegionEpoch epoch = 3;.dingodb.pb.common.RegionEpoch epoch = 3;getRange().dingodb.pb.common.Range range = 4;.dingodb.pb.common.Range range = 4;longint64 snapshot_log_id = 2;booleanhasEpoch().dingodb.pb.common.RegionEpoch epoch = 3;booleanhasRange().dingodb.pb.common.Range range = 4;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
-
getDocumentIndexId
long getDocumentIndexId()int64 document_index_id = 1;- Returns:
- The documentIndexId.
-
getSnapshotLogId
long getSnapshotLogId()int64 snapshot_log_id = 2;- Returns:
- The snapshotLogId.
-
hasEpoch
boolean hasEpoch().dingodb.pb.common.RegionEpoch epoch = 3;- Returns:
- Whether the epoch field is set.
-
getEpoch
Common.RegionEpoch getEpoch().dingodb.pb.common.RegionEpoch epoch = 3;- Returns:
- The epoch.
-
getEpochOrBuilder
Common.RegionEpochOrBuilder getEpochOrBuilder().dingodb.pb.common.RegionEpoch epoch = 3; -
hasRange
boolean hasRange().dingodb.pb.common.Range range = 4;- Returns:
- Whether the range field is set.
-
getRange
Common.Range getRange().dingodb.pb.common.Range range = 4;- Returns:
- The range.
-
getRangeOrBuilder
Common.RangeOrBuilder getRangeOrBuilder().dingodb.pb.common.Range range = 4; -
getApplyLogId
long getApplyLogId()int64 apply_log_id = 5;- Returns:
- The applyLogId.
-