Package io.dingodb.store
Interface Store.TxnWriteKeyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Store.TxnWriteKey,Store.TxnWriteKey.Builder
- Enclosing class:
- Store
public static interface Store.TxnWriteKeyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongint64 commit_ts = 2;com.google.protobuf.ByteStringgetKey()bytes key = 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
-
getKey
com.google.protobuf.ByteString getKey()bytes key = 1;- Returns:
- The key.
-
getCommitTs
long getCommitTs()int64 commit_ts = 2;- Returns:
- The commitTs.
-