Package io.dingodb.store
Interface Store.TxnDumpRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Store.TxnDumpRequest,Store.TxnDumpRequest.Builder
- Enclosing class:
- Store
public static interface Store.TxnDumpRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.dingodb.pb.store.Context context = 2;.dingodb.pb.store.Context context = 2;com.google.protobuf.ByteStringbytes end_key = 4;longgetEndTs()int64 end_ts = 6;.dingodb.pb.common.RequestInfo request_info = 1;.dingodb.pb.common.RequestInfo request_info = 1;com.google.protobuf.ByteStringthe range is [start_key, end_key)longthe range is [start_ts, end_ts) if start_ts == 0, means start from the beginning if int64_MAX, means end to the endboolean.dingodb.pb.store.Context context = 2;boolean.dingodb.pb.common.RequestInfo request_info = 1;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
-
hasRequestInfo
boolean hasRequestInfo().dingodb.pb.common.RequestInfo request_info = 1;- Returns:
- Whether the requestInfo field is set.
-
getRequestInfo
Common.RequestInfo getRequestInfo().dingodb.pb.common.RequestInfo request_info = 1;- Returns:
- The requestInfo.
-
getRequestInfoOrBuilder
Common.RequestInfoOrBuilder getRequestInfoOrBuilder().dingodb.pb.common.RequestInfo request_info = 1; -
hasContext
boolean hasContext().dingodb.pb.store.Context context = 2;- Returns:
- Whether the context field is set.
-
getContext
Store.Context getContext().dingodb.pb.store.Context context = 2;- Returns:
- The context.
-
getContextOrBuilder
Store.ContextOrBuilder getContextOrBuilder().dingodb.pb.store.Context context = 2; -
getStartKey
com.google.protobuf.ByteString getStartKey()the range is [start_key, end_key)
bytes start_key = 3;- Returns:
- The startKey.
-
getEndKey
com.google.protobuf.ByteString getEndKey()bytes end_key = 4;- Returns:
- The endKey.
-
getStartTs
long getStartTs()the range is [start_ts, end_ts) if start_ts == 0, means start from the beginning if int64_MAX, means end to the end
int64 start_ts = 5;- Returns:
- The startTs.
-
getEndTs
long getEndTs()int64 end_ts = 6;- Returns:
- The endTs.
-