Class Store.TxnBatchGetResponse.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<Store.TxnBatchGetResponse.Builder>
io.dingodb.store.Store.TxnBatchGetResponse.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Store.TxnBatchGetResponseOrBuilder, Cloneable
Enclosing class:
Store.TxnBatchGetResponse

public static final class Store.TxnBatchGetResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Store.TxnBatchGetResponse.Builder> implements Store.TxnBatchGetResponseOrBuilder
Protobuf type dingodb.pb.store.TxnBatchGetResponse
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Store.TxnBatchGetResponse.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<Store.TxnBatchGetResponse.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Store.TxnBatchGetResponse.Builder>
    • getDefaultInstanceForType

      public Store.TxnBatchGetResponse getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public Store.TxnBatchGetResponse build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public Store.TxnBatchGetResponse buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<Store.TxnBatchGetResponse.Builder>
    • setField

      public Store.TxnBatchGetResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<Store.TxnBatchGetResponse.Builder>
    • clearField

      public Store.TxnBatchGetResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Store.TxnBatchGetResponse.Builder>
    • clearOneof

      public Store.TxnBatchGetResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Store.TxnBatchGetResponse.Builder>
    • setRepeatedField

      public Store.TxnBatchGetResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Store.TxnBatchGetResponse.Builder>
    • addRepeatedField

      public Store.TxnBatchGetResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Store.TxnBatchGetResponse.Builder>
    • mergeFrom

      public Store.TxnBatchGetResponse.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Store.TxnBatchGetResponse.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Store.TxnBatchGetResponse.Builder>
    • mergeFrom

      public Store.TxnBatchGetResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Store.TxnBatchGetResponse.Builder>
      Throws:
      IOException
    • hasResponseInfo

      public boolean hasResponseInfo()
       response info
       
      .dingodb.pb.common.ResponseInfo response_info = 1;
      Specified by:
      hasResponseInfo in interface Store.TxnBatchGetResponseOrBuilder
      Returns:
      Whether the responseInfo field is set.
    • getResponseInfo

      public Common.ResponseInfo getResponseInfo()
       response info
       
      .dingodb.pb.common.ResponseInfo response_info = 1;
      Specified by:
      getResponseInfo in interface Store.TxnBatchGetResponseOrBuilder
      Returns:
      The responseInfo.
    • setResponseInfo

       response info
       
      .dingodb.pb.common.ResponseInfo response_info = 1;
    • setResponseInfo

      public Store.TxnBatchGetResponse.Builder setResponseInfo(Common.ResponseInfo.Builder builderForValue)
       response info
       
      .dingodb.pb.common.ResponseInfo response_info = 1;
    • mergeResponseInfo

      public Store.TxnBatchGetResponse.Builder mergeResponseInfo(Common.ResponseInfo value)
       response info
       
      .dingodb.pb.common.ResponseInfo response_info = 1;
    • clearResponseInfo

      public Store.TxnBatchGetResponse.Builder clearResponseInfo()
       response info
       
      .dingodb.pb.common.ResponseInfo response_info = 1;
    • getResponseInfoBuilder

      public Common.ResponseInfo.Builder getResponseInfoBuilder()
       response info
       
      .dingodb.pb.common.ResponseInfo response_info = 1;
    • getResponseInfoOrBuilder

      public Common.ResponseInfoOrBuilder getResponseInfoOrBuilder()
       response info
       
      .dingodb.pb.common.ResponseInfo response_info = 1;
      Specified by:
      getResponseInfoOrBuilder in interface Store.TxnBatchGetResponseOrBuilder
    • hasError

      public boolean hasError()
       error code
       
      .dingodb.pb.error.Error error = 2;
      Specified by:
      hasError in interface Store.TxnBatchGetResponseOrBuilder
      Returns:
      Whether the error field is set.
    • getError

      public ErrorOuterClass.Error getError()
       error code
       
      .dingodb.pb.error.Error error = 2;
      Specified by:
      getError in interface Store.TxnBatchGetResponseOrBuilder
      Returns:
      The error.
    • setError

       error code
       
      .dingodb.pb.error.Error error = 2;
    • setError

       error code
       
      .dingodb.pb.error.Error error = 2;
    • mergeError

       error code
       
      .dingodb.pb.error.Error error = 2;
    • clearError

      public Store.TxnBatchGetResponse.Builder clearError()
       error code
       
      .dingodb.pb.error.Error error = 2;
    • getErrorBuilder

      public ErrorOuterClass.Error.Builder getErrorBuilder()
       error code
       
      .dingodb.pb.error.Error error = 2;
    • getErrorOrBuilder

      public ErrorOuterClass.ErrorOrBuilder getErrorOrBuilder()
       error code
       
      .dingodb.pb.error.Error error = 2;
      Specified by:
      getErrorOrBuilder in interface Store.TxnBatchGetResponseOrBuilder
    • hasTxnResult

      public boolean hasTxnResult()
       This txn_result exists when some key is locked but we cannot check locks of
       all keys. In this case, `kvs` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       the txn_result is one of the following:
       1. LockInfo: Read conflict with key which is locked by another transaction. The client should backoff or cleanup
       the lock then retry.
       2. otherwise, txn_result is empty
       
      .dingodb.pb.store.TxnResultInfo txn_result = 3;
      Specified by:
      hasTxnResult in interface Store.TxnBatchGetResponseOrBuilder
      Returns:
      Whether the txnResult field is set.
    • getTxnResult

      public Store.TxnResultInfo getTxnResult()
       This txn_result exists when some key is locked but we cannot check locks of
       all keys. In this case, `kvs` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       the txn_result is one of the following:
       1. LockInfo: Read conflict with key which is locked by another transaction. The client should backoff or cleanup
       the lock then retry.
       2. otherwise, txn_result is empty
       
      .dingodb.pb.store.TxnResultInfo txn_result = 3;
      Specified by:
      getTxnResult in interface Store.TxnBatchGetResponseOrBuilder
      Returns:
      The txnResult.
    • setTxnResult

       This txn_result exists when some key is locked but we cannot check locks of
       all keys. In this case, `kvs` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       the txn_result is one of the following:
       1. LockInfo: Read conflict with key which is locked by another transaction. The client should backoff or cleanup
       the lock then retry.
       2. otherwise, txn_result is empty
       
      .dingodb.pb.store.TxnResultInfo txn_result = 3;
    • setTxnResult

      public Store.TxnBatchGetResponse.Builder setTxnResult(Store.TxnResultInfo.Builder builderForValue)
       This txn_result exists when some key is locked but we cannot check locks of
       all keys. In this case, `kvs` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       the txn_result is one of the following:
       1. LockInfo: Read conflict with key which is locked by another transaction. The client should backoff or cleanup
       the lock then retry.
       2. otherwise, txn_result is empty
       
      .dingodb.pb.store.TxnResultInfo txn_result = 3;
    • mergeTxnResult

       This txn_result exists when some key is locked but we cannot check locks of
       all keys. In this case, `kvs` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       the txn_result is one of the following:
       1. LockInfo: Read conflict with key which is locked by another transaction. The client should backoff or cleanup
       the lock then retry.
       2. otherwise, txn_result is empty
       
      .dingodb.pb.store.TxnResultInfo txn_result = 3;
    • clearTxnResult

      public Store.TxnBatchGetResponse.Builder clearTxnResult()
       This txn_result exists when some key is locked but we cannot check locks of
       all keys. In this case, `kvs` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       the txn_result is one of the following:
       1. LockInfo: Read conflict with key which is locked by another transaction. The client should backoff or cleanup
       the lock then retry.
       2. otherwise, txn_result is empty
       
      .dingodb.pb.store.TxnResultInfo txn_result = 3;
    • getTxnResultBuilder

      public Store.TxnResultInfo.Builder getTxnResultBuilder()
       This txn_result exists when some key is locked but we cannot check locks of
       all keys. In this case, `kvs` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       the txn_result is one of the following:
       1. LockInfo: Read conflict with key which is locked by another transaction. The client should backoff or cleanup
       the lock then retry.
       2. otherwise, txn_result is empty
       
      .dingodb.pb.store.TxnResultInfo txn_result = 3;
    • getTxnResultOrBuilder

      public Store.TxnResultInfoOrBuilder getTxnResultOrBuilder()
       This txn_result exists when some key is locked but we cannot check locks of
       all keys. In this case, `kvs` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       the txn_result is one of the following:
       1. LockInfo: Read conflict with key which is locked by another transaction. The client should backoff or cleanup
       the lock then retry.
       2. otherwise, txn_result is empty
       
      .dingodb.pb.store.TxnResultInfo txn_result = 3;
      Specified by:
      getTxnResultOrBuilder in interface Store.TxnBatchGetResponseOrBuilder
    • getKvsList

      public List<Common.KeyValue> getKvsList()
       for store table/index region:
       When some key is locked but we cannot check locks of
       all keys. In this case, `kvs` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       
      repeated .dingodb.pb.common.KeyValue kvs = 4;
      Specified by:
      getKvsList in interface Store.TxnBatchGetResponseOrBuilder
    • getKvsCount

      public int getKvsCount()
       for store table/index region:
       When some key is locked but we cannot check locks of
       all keys. In this case, `kvs` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       
      repeated .dingodb.pb.common.KeyValue kvs = 4;
      Specified by:
      getKvsCount in interface Store.TxnBatchGetResponseOrBuilder
    • getKvs

      public Common.KeyValue getKvs(int index)
       for store table/index region:
       When some key is locked but we cannot check locks of
       all keys. In this case, `kvs` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       
      repeated .dingodb.pb.common.KeyValue kvs = 4;
      Specified by:
      getKvs in interface Store.TxnBatchGetResponseOrBuilder
    • setKvs

      public Store.TxnBatchGetResponse.Builder setKvs(int index, Common.KeyValue value)
       for store table/index region:
       When some key is locked but we cannot check locks of
       all keys. In this case, `kvs` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       
      repeated .dingodb.pb.common.KeyValue kvs = 4;
    • setKvs

      public Store.TxnBatchGetResponse.Builder setKvs(int index, Common.KeyValue.Builder builderForValue)
       for store table/index region:
       When some key is locked but we cannot check locks of
       all keys. In this case, `kvs` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       
      repeated .dingodb.pb.common.KeyValue kvs = 4;
    • addKvs

       for store table/index region:
       When some key is locked but we cannot check locks of
       all keys. In this case, `kvs` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       
      repeated .dingodb.pb.common.KeyValue kvs = 4;
    • addKvs

      public Store.TxnBatchGetResponse.Builder addKvs(int index, Common.KeyValue value)
       for store table/index region:
       When some key is locked but we cannot check locks of
       all keys. In this case, `kvs` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       
      repeated .dingodb.pb.common.KeyValue kvs = 4;
    • addKvs

       for store table/index region:
       When some key is locked but we cannot check locks of
       all keys. In this case, `kvs` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       
      repeated .dingodb.pb.common.KeyValue kvs = 4;
    • addKvs

      public Store.TxnBatchGetResponse.Builder addKvs(int index, Common.KeyValue.Builder builderForValue)
       for store table/index region:
       When some key is locked but we cannot check locks of
       all keys. In this case, `kvs` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       
      repeated .dingodb.pb.common.KeyValue kvs = 4;
    • addAllKvs

      public Store.TxnBatchGetResponse.Builder addAllKvs(Iterable<? extends Common.KeyValue> values)
       for store table/index region:
       When some key is locked but we cannot check locks of
       all keys. In this case, `kvs` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       
      repeated .dingodb.pb.common.KeyValue kvs = 4;
    • clearKvs

       for store table/index region:
       When some key is locked but we cannot check locks of
       all keys. In this case, `kvs` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       
      repeated .dingodb.pb.common.KeyValue kvs = 4;
    • removeKvs

      public Store.TxnBatchGetResponse.Builder removeKvs(int index)
       for store table/index region:
       When some key is locked but we cannot check locks of
       all keys. In this case, `kvs` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       
      repeated .dingodb.pb.common.KeyValue kvs = 4;
    • getKvsBuilder

      public Common.KeyValue.Builder getKvsBuilder(int index)
       for store table/index region:
       When some key is locked but we cannot check locks of
       all keys. In this case, `kvs` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       
      repeated .dingodb.pb.common.KeyValue kvs = 4;
    • getKvsOrBuilder

      public Common.KeyValueOrBuilder getKvsOrBuilder(int index)
       for store table/index region:
       When some key is locked but we cannot check locks of
       all keys. In this case, `kvs` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       
      repeated .dingodb.pb.common.KeyValue kvs = 4;
      Specified by:
      getKvsOrBuilder in interface Store.TxnBatchGetResponseOrBuilder
    • getKvsOrBuilderList

      public List<? extends Common.KeyValueOrBuilder> getKvsOrBuilderList()
       for store table/index region:
       When some key is locked but we cannot check locks of
       all keys. In this case, `kvs` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       
      repeated .dingodb.pb.common.KeyValue kvs = 4;
      Specified by:
      getKvsOrBuilderList in interface Store.TxnBatchGetResponseOrBuilder
    • addKvsBuilder

      public Common.KeyValue.Builder addKvsBuilder()
       for store table/index region:
       When some key is locked but we cannot check locks of
       all keys. In this case, `kvs` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       
      repeated .dingodb.pb.common.KeyValue kvs = 4;
    • addKvsBuilder

      public Common.KeyValue.Builder addKvsBuilder(int index)
       for store table/index region:
       When some key is locked but we cannot check locks of
       all keys. In this case, `kvs` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       
      repeated .dingodb.pb.common.KeyValue kvs = 4;
    • getKvsBuilderList

      public List<Common.KeyValue.Builder> getKvsBuilderList()
       for store table/index region:
       When some key is locked but we cannot check locks of
       all keys. In this case, `kvs` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       
      repeated .dingodb.pb.common.KeyValue kvs = 4;
    • getVectorsList

      public List<Common.VectorWithId> getVectorsList()
       for vector index region:
       When some key is locked but we cannot check locks of
       all keys. In this case, `vectors` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       
      repeated .dingodb.pb.common.VectorWithId vectors = 5;
      Specified by:
      getVectorsList in interface Store.TxnBatchGetResponseOrBuilder
    • getVectorsCount

      public int getVectorsCount()
       for vector index region:
       When some key is locked but we cannot check locks of
       all keys. In this case, `vectors` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       
      repeated .dingodb.pb.common.VectorWithId vectors = 5;
      Specified by:
      getVectorsCount in interface Store.TxnBatchGetResponseOrBuilder
    • getVectors

      public Common.VectorWithId getVectors(int index)
       for vector index region:
       When some key is locked but we cannot check locks of
       all keys. In this case, `vectors` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       
      repeated .dingodb.pb.common.VectorWithId vectors = 5;
      Specified by:
      getVectors in interface Store.TxnBatchGetResponseOrBuilder
    • setVectors

      public Store.TxnBatchGetResponse.Builder setVectors(int index, Common.VectorWithId value)
       for vector index region:
       When some key is locked but we cannot check locks of
       all keys. In this case, `vectors` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       
      repeated .dingodb.pb.common.VectorWithId vectors = 5;
    • setVectors

      public Store.TxnBatchGetResponse.Builder setVectors(int index, Common.VectorWithId.Builder builderForValue)
       for vector index region:
       When some key is locked but we cannot check locks of
       all keys. In this case, `vectors` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       
      repeated .dingodb.pb.common.VectorWithId vectors = 5;
    • addVectors

       for vector index region:
       When some key is locked but we cannot check locks of
       all keys. In this case, `vectors` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       
      repeated .dingodb.pb.common.VectorWithId vectors = 5;
    • addVectors

      public Store.TxnBatchGetResponse.Builder addVectors(int index, Common.VectorWithId value)
       for vector index region:
       When some key is locked but we cannot check locks of
       all keys. In this case, `vectors` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       
      repeated .dingodb.pb.common.VectorWithId vectors = 5;
    • addVectors

       for vector index region:
       When some key is locked but we cannot check locks of
       all keys. In this case, `vectors` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       
      repeated .dingodb.pb.common.VectorWithId vectors = 5;
    • addVectors

      public Store.TxnBatchGetResponse.Builder addVectors(int index, Common.VectorWithId.Builder builderForValue)
       for vector index region:
       When some key is locked but we cannot check locks of
       all keys. In this case, `vectors` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       
      repeated .dingodb.pb.common.VectorWithId vectors = 5;
    • addAllVectors

      public Store.TxnBatchGetResponse.Builder addAllVectors(Iterable<? extends Common.VectorWithId> values)
       for vector index region:
       When some key is locked but we cannot check locks of
       all keys. In this case, `vectors` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       
      repeated .dingodb.pb.common.VectorWithId vectors = 5;
    • clearVectors

      public Store.TxnBatchGetResponse.Builder clearVectors()
       for vector index region:
       When some key is locked but we cannot check locks of
       all keys. In this case, `vectors` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       
      repeated .dingodb.pb.common.VectorWithId vectors = 5;
    • removeVectors

      public Store.TxnBatchGetResponse.Builder removeVectors(int index)
       for vector index region:
       When some key is locked but we cannot check locks of
       all keys. In this case, `vectors` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       
      repeated .dingodb.pb.common.VectorWithId vectors = 5;
    • getVectorsBuilder

      public Common.VectorWithId.Builder getVectorsBuilder(int index)
       for vector index region:
       When some key is locked but we cannot check locks of
       all keys. In this case, `vectors` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       
      repeated .dingodb.pb.common.VectorWithId vectors = 5;
    • getVectorsOrBuilder

      public Common.VectorWithIdOrBuilder getVectorsOrBuilder(int index)
       for vector index region:
       When some key is locked but we cannot check locks of
       all keys. In this case, `vectors` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       
      repeated .dingodb.pb.common.VectorWithId vectors = 5;
      Specified by:
      getVectorsOrBuilder in interface Store.TxnBatchGetResponseOrBuilder
    • getVectorsOrBuilderList

      public List<? extends Common.VectorWithIdOrBuilder> getVectorsOrBuilderList()
       for vector index region:
       When some key is locked but we cannot check locks of
       all keys. In this case, `vectors` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       
      repeated .dingodb.pb.common.VectorWithId vectors = 5;
      Specified by:
      getVectorsOrBuilderList in interface Store.TxnBatchGetResponseOrBuilder
    • addVectorsBuilder

      public Common.VectorWithId.Builder addVectorsBuilder()
       for vector index region:
       When some key is locked but we cannot check locks of
       all keys. In this case, `vectors` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       
      repeated .dingodb.pb.common.VectorWithId vectors = 5;
    • addVectorsBuilder

      public Common.VectorWithId.Builder addVectorsBuilder(int index)
       for vector index region:
       When some key is locked but we cannot check locks of
       all keys. In this case, `vectors` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       
      repeated .dingodb.pb.common.VectorWithId vectors = 5;
    • getVectorsBuilderList

      public List<Common.VectorWithId.Builder> getVectorsBuilderList()
       for vector index region:
       When some key is locked but we cannot check locks of
       all keys. In this case, `vectors` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       
      repeated .dingodb.pb.common.VectorWithId vectors = 5;
    • getDocumentsList

      public List<Common.DocumentWithId> getDocumentsList()
       for document index region:
       When some key is locked but we cannot check locks of
       all keys. In this case, `documents` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       
      repeated .dingodb.pb.common.DocumentWithId documents = 6;
      Specified by:
      getDocumentsList in interface Store.TxnBatchGetResponseOrBuilder
    • getDocumentsCount

      public int getDocumentsCount()
       for document index region:
       When some key is locked but we cannot check locks of
       all keys. In this case, `documents` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       
      repeated .dingodb.pb.common.DocumentWithId documents = 6;
      Specified by:
      getDocumentsCount in interface Store.TxnBatchGetResponseOrBuilder
    • getDocuments

      public Common.DocumentWithId getDocuments(int index)
       for document index region:
       When some key is locked but we cannot check locks of
       all keys. In this case, `documents` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       
      repeated .dingodb.pb.common.DocumentWithId documents = 6;
      Specified by:
      getDocuments in interface Store.TxnBatchGetResponseOrBuilder
    • setDocuments

      public Store.TxnBatchGetResponse.Builder setDocuments(int index, Common.DocumentWithId value)
       for document index region:
       When some key is locked but we cannot check locks of
       all keys. In this case, `documents` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       
      repeated .dingodb.pb.common.DocumentWithId documents = 6;
    • setDocuments

      public Store.TxnBatchGetResponse.Builder setDocuments(int index, Common.DocumentWithId.Builder builderForValue)
       for document index region:
       When some key is locked but we cannot check locks of
       all keys. In this case, `documents` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       
      repeated .dingodb.pb.common.DocumentWithId documents = 6;
    • addDocuments

       for document index region:
       When some key is locked but we cannot check locks of
       all keys. In this case, `documents` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       
      repeated .dingodb.pb.common.DocumentWithId documents = 6;
    • addDocuments

      public Store.TxnBatchGetResponse.Builder addDocuments(int index, Common.DocumentWithId value)
       for document index region:
       When some key is locked but we cannot check locks of
       all keys. In this case, `documents` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       
      repeated .dingodb.pb.common.DocumentWithId documents = 6;
    • addDocuments

       for document index region:
       When some key is locked but we cannot check locks of
       all keys. In this case, `documents` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       
      repeated .dingodb.pb.common.DocumentWithId documents = 6;
    • addDocuments

      public Store.TxnBatchGetResponse.Builder addDocuments(int index, Common.DocumentWithId.Builder builderForValue)
       for document index region:
       When some key is locked but we cannot check locks of
       all keys. In this case, `documents` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       
      repeated .dingodb.pb.common.DocumentWithId documents = 6;
    • addAllDocuments

      public Store.TxnBatchGetResponse.Builder addAllDocuments(Iterable<? extends Common.DocumentWithId> values)
       for document index region:
       When some key is locked but we cannot check locks of
       all keys. In this case, `documents` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       
      repeated .dingodb.pb.common.DocumentWithId documents = 6;
    • clearDocuments

      public Store.TxnBatchGetResponse.Builder clearDocuments()
       for document index region:
       When some key is locked but we cannot check locks of
       all keys. In this case, `documents` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       
      repeated .dingodb.pb.common.DocumentWithId documents = 6;
    • removeDocuments

      public Store.TxnBatchGetResponse.Builder removeDocuments(int index)
       for document index region:
       When some key is locked but we cannot check locks of
       all keys. In this case, `documents` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       
      repeated .dingodb.pb.common.DocumentWithId documents = 6;
    • getDocumentsBuilder

      public Common.DocumentWithId.Builder getDocumentsBuilder(int index)
       for document index region:
       When some key is locked but we cannot check locks of
       all keys. In this case, `documents` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       
      repeated .dingodb.pb.common.DocumentWithId documents = 6;
    • getDocumentsOrBuilder

      public Common.DocumentWithIdOrBuilder getDocumentsOrBuilder(int index)
       for document index region:
       When some key is locked but we cannot check locks of
       all keys. In this case, `documents` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       
      repeated .dingodb.pb.common.DocumentWithId documents = 6;
      Specified by:
      getDocumentsOrBuilder in interface Store.TxnBatchGetResponseOrBuilder
    • getDocumentsOrBuilderList

      public List<? extends Common.DocumentWithIdOrBuilder> getDocumentsOrBuilderList()
       for document index region:
       When some key is locked but we cannot check locks of
       all keys. In this case, `documents` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       
      repeated .dingodb.pb.common.DocumentWithId documents = 6;
      Specified by:
      getDocumentsOrBuilderList in interface Store.TxnBatchGetResponseOrBuilder
    • addDocumentsBuilder

      public Common.DocumentWithId.Builder addDocumentsBuilder()
       for document index region:
       When some key is locked but we cannot check locks of
       all keys. In this case, `documents` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       
      repeated .dingodb.pb.common.DocumentWithId documents = 6;
    • addDocumentsBuilder

      public Common.DocumentWithId.Builder addDocumentsBuilder(int index)
       for document index region:
       When some key is locked but we cannot check locks of
       all keys. In this case, `documents` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       
      repeated .dingodb.pb.common.DocumentWithId documents = 6;
    • getDocumentsBuilderList

      public List<Common.DocumentWithId.Builder> getDocumentsBuilderList()
       for document index region:
       When some key is locked but we cannot check locks of
       all keys. In this case, `documents` should be empty and the client should redo
       batch get all the keys after resolving the lock.
       
      repeated .dingodb.pb.common.DocumentWithId documents = 6;
    • setUnknownFields

      public final Store.TxnBatchGetResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Store.TxnBatchGetResponse.Builder>
    • mergeUnknownFields

      public final Store.TxnBatchGetResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Store.TxnBatchGetResponse.Builder>