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 Type
    Method
    Description
    com.google.protobuf.ByteString
    The extra_data to store in lock
    long
    The index of key in the prewrite request that will store extra_data to lock

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.