Package io.dingodb.debug
Interface Debug.DumpRegionResponse.DocumentOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Debug.DumpRegionResponse.Document,Debug.DumpRegionResponse.Document.Builder
- Enclosing class:
- Debug.DumpRegionResponse
public static interface Debug.DumpRegionResponse.DocumentOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.dingodb.pb.common.Document document = 10;longint64 document_id = 1;.dingodb.pb.common.Document document = 10;getFlag().dingodb.pb.debug.DumpRegionResponse.ValueFlag flag = 3;int.dingodb.pb.debug.DumpRegionResponse.ValueFlag flag = 3;longgetTs()int64 ts = 2;longgetTtl()int64 ttl = 4;boolean.dingodb.pb.common.Document document = 10;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
-
getDocumentId
long getDocumentId()int64 document_id = 1;- Returns:
- The documentId.
-
getTs
long getTs()int64 ts = 2;- Returns:
- The ts.
-
getFlagValue
int getFlagValue().dingodb.pb.debug.DumpRegionResponse.ValueFlag flag = 3;- Returns:
- The enum numeric value on the wire for flag.
-
getFlag
Debug.DumpRegionResponse.ValueFlag getFlag().dingodb.pb.debug.DumpRegionResponse.ValueFlag flag = 3;- Returns:
- The flag.
-
getTtl
long getTtl()int64 ttl = 4;- Returns:
- The ttl.
-
hasDocument
boolean hasDocument().dingodb.pb.common.Document document = 10;- Returns:
- Whether the document field is set.
-
getDocument
Common.Document getDocument().dingodb.pb.common.Document document = 10;- Returns:
- The document.
-
getDocumentOrBuilder
Common.DocumentOrBuilder getDocumentOrBuilder().dingodb.pb.common.Document document = 10;
-