Package io.dingodb.debug
Interface Debug.DebugResponse.RawDocumentIndexStateOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Debug.DebugResponse.RawDocumentIndexState,Debug.DebugResponse.RawDocumentIndexState.Builder
- Enclosing class:
- Debug.DebugResponse
public static interface Debug.DebugResponse.RawDocumentIndexStateOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongint64 apply_log_id = 10;string comment = 40;com.google.protobuf.ByteStringstring comment = 40;string end_key = 21;com.google.protobuf.ByteStringstring end_key = 21;getEpoch().dingodb.pb.common.RegionEpoch epoch = 12;.dingodb.pb.common.RegionEpoch epoch = 12;longgetId()int64 id = 1;.dingodb.pb.common.DocumentIndexParameter parameter = 30;.dingodb.pb.common.DocumentIndexParameter parameter = 30;string start_key = 20;com.google.protobuf.ByteStringstring start_key = 20;booleanhasEpoch().dingodb.pb.common.RegionEpoch epoch = 12;boolean.dingodb.pb.common.DocumentIndexParameter parameter = 30;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
-
getId
long getId()int64 id = 1;- Returns:
- The id.
-
getApplyLogId
long getApplyLogId()int64 apply_log_id = 10;- Returns:
- The applyLogId.
-
hasEpoch
boolean hasEpoch().dingodb.pb.common.RegionEpoch epoch = 12;- Returns:
- Whether the epoch field is set.
-
getEpoch
Common.RegionEpoch getEpoch().dingodb.pb.common.RegionEpoch epoch = 12;- Returns:
- The epoch.
-
getEpochOrBuilder
Common.RegionEpochOrBuilder getEpochOrBuilder().dingodb.pb.common.RegionEpoch epoch = 12; -
getStartKey
String getStartKey()string start_key = 20;- Returns:
- The startKey.
-
getStartKeyBytes
com.google.protobuf.ByteString getStartKeyBytes()string start_key = 20;- Returns:
- The bytes for startKey.
-
getEndKey
String getEndKey()string end_key = 21;- Returns:
- The endKey.
-
getEndKeyBytes
com.google.protobuf.ByteString getEndKeyBytes()string end_key = 21;- Returns:
- The bytes for endKey.
-
hasParameter
boolean hasParameter().dingodb.pb.common.DocumentIndexParameter parameter = 30;- Returns:
- Whether the parameter field is set.
-
getParameter
Common.DocumentIndexParameter getParameter().dingodb.pb.common.DocumentIndexParameter parameter = 30;- Returns:
- The parameter.
-
getParameterOrBuilder
Common.DocumentIndexParameterOrBuilder getParameterOrBuilder().dingodb.pb.common.DocumentIndexParameter parameter = 30; -
getComment
String getComment()string comment = 40;- Returns:
- The comment.
-
getCommentBytes
com.google.protobuf.ByteString getCommentBytes()string comment = 40;- Returns:
- The bytes for comment.
-