Package io.dingodb.debug
Interface Debug.DumpRegionResponse.Txn.DataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Debug.DumpRegionResponse.Txn.Data,Debug.DumpRegionResponse.Txn.Data.Builder
- Enclosing class:
- Debug.DumpRegionResponse.Txn
public static interface Debug.DumpRegionResponse.Txn.DataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetFlag().dingodb.pb.debug.DumpRegionResponse.ValueFlag flag = 3;int.dingodb.pb.debug.DumpRegionResponse.ValueFlag flag = 3;com.google.protobuf.ByteStringgetKey()bytes key = 1;longint64 partition_id = 10;longgetTs()int64 ts = 2;longgetTtl()int64 ttl = 4;com.google.protobuf.ByteStringgetValue()bytes value = 5;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
-
getKey
com.google.protobuf.ByteString getKey()bytes key = 1;- Returns:
- The key.
-
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.
-
getValue
com.google.protobuf.ByteString getValue()bytes value = 5;- Returns:
- The value.
-
getPartitionId
long getPartitionId()int64 partition_id = 10;- Returns:
- The partitionId.
-