Package io.dingodb.common
Interface Common.DocumentIndexStatusOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Common.DocumentIndexStatus,Common.DocumentIndexStatus.Builder
- Enclosing class:
- Common
public static interface Common.DocumentIndexStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongint64 apply_log_id = 8;booleanbool is_build_error = 4;booleanis hold document indexbooleanbool is_own_ready = 3;booleanbool is_ready = 2;booleanbool is_rebuild_error = 5;booleanbool is_stop = 1;booleanbool is_switching = 6;longint64 last_build_epoch_version = 10;longint64 snapshot_log_id = 9;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
-
getIsStop
boolean getIsStop()bool is_stop = 1;- Returns:
- The isStop.
-
getIsReady
boolean getIsReady()bool is_ready = 2;- Returns:
- The isReady.
-
getIsOwnReady
boolean getIsOwnReady()bool is_own_ready = 3;- Returns:
- The isOwnReady.
-
getIsBuildError
boolean getIsBuildError()bool is_build_error = 4;- Returns:
- The isBuildError.
-
getIsRebuildError
boolean getIsRebuildError()bool is_rebuild_error = 5;- Returns:
- The isRebuildError.
-
getIsSwitching
boolean getIsSwitching()bool is_switching = 6;- Returns:
- The isSwitching.
-
getIsHoldDocumentIndex
boolean getIsHoldDocumentIndex()is hold document index
bool is_hold_document_index = 7;- Returns:
- The isHoldDocumentIndex.
-
getApplyLogId
long getApplyLogId()int64 apply_log_id = 8;- Returns:
- The applyLogId.
-
getSnapshotLogId
long getSnapshotLogId()int64 snapshot_log_id = 9;- Returns:
- The snapshotLogId.
-
getLastBuildEpochVersion
long getLastBuildEpochVersion()int64 last_build_epoch_version = 10;- Returns:
- The lastBuildEpochVersion.
-