Package io.dingodb.store
Interface Store.CommitTsExpiredOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Store.CommitTsExpired,Store.CommitTsExpired.Builder
- Enclosing class:
- Store
public static interface Store.CommitTsExpiredOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongint64 attempted_commit_ts = 2;com.google.protobuf.ByteStringgetKey()bytes key = 3;longint64 min_commit_ts = 4;longint64 start_ts = 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
-
getStartTs
long getStartTs()int64 start_ts = 1;- Returns:
- The startTs.
-
getAttemptedCommitTs
long getAttemptedCommitTs()int64 attempted_commit_ts = 2;- Returns:
- The attemptedCommitTs.
-
getKey
com.google.protobuf.ByteString getKey()bytes key = 3;- Returns:
- The key.
-
getMinCommitTs
long getMinCommitTs()int64 min_commit_ts = 4;- Returns:
- The minCommitTs.
-