Package io.dingodb.store
Interface Store.TxnNotFoundOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Store.TxnNotFound,Store.TxnNotFound.Builder
- Enclosing class:
- Store
public static interface Store.TxnNotFoundOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringgetKey()bytes key = 3;com.google.protobuf.ByteStringbytes primary_key = 2;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.
-
getPrimaryKey
com.google.protobuf.ByteString getPrimaryKey()bytes primary_key = 2;- Returns:
- The primaryKey.
-
getKey
com.google.protobuf.ByteString getKey()bytes key = 3;- Returns:
- The key.
-