Package io.dingodb.store
Interface Store.TxnPrewriteRequest.LockExtraDataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Store.TxnPrewriteRequest.LockExtraData,Store.TxnPrewriteRequest.LockExtraData.Builder
- Enclosing class:
- Store.TxnPrewriteRequest
public static interface Store.TxnPrewriteRequest.LockExtraDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringThe extra_data to store in locklonggetIndex()The index of key in the prewrite request that will store extra_data to lockMethods 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
-
getIndex
long getIndex()The index of key in the prewrite request that will store extra_data to lock
int64 index = 1;- Returns:
- The index.
-
getExtraData
com.google.protobuf.ByteString getExtraData()The extra_data to store in lock
bytes extra_data = 2;- Returns:
- The extraData.
-