Interface Store.KvBatchPutIfAbsentResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Store.KvBatchPutIfAbsentResponse, Store.KvBatchPutIfAbsentResponse.Builder
Enclosing class:
Store

public static interface Store.KvBatchPutIfAbsentResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .dingodb.pb.error.Error error = 2;
    .dingodb.pb.error.Error error = 2;
    boolean
    getKeyStates(int index)
    return the execution status of each key key_states[index] = true, update success key_states[index] = false, update failed
    int
    return the execution status of each key key_states[index] = true, update success key_states[index] = false, update failed
    return the execution status of each key key_states[index] = true, update success key_states[index] = false, update failed
    .dingodb.pb.common.ResponseInfo response_info = 1;
    .dingodb.pb.common.ResponseInfo response_info = 1;
    long
    int64 ts = 4;
    boolean
    .dingodb.pb.error.Error error = 2;
    boolean
    .dingodb.pb.common.ResponseInfo response_info = 1;

    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

    • hasResponseInfo

      boolean hasResponseInfo()
      .dingodb.pb.common.ResponseInfo response_info = 1;
      Returns:
      Whether the responseInfo field is set.
    • getResponseInfo

      Common.ResponseInfo getResponseInfo()
      .dingodb.pb.common.ResponseInfo response_info = 1;
      Returns:
      The responseInfo.
    • getResponseInfoOrBuilder

      Common.ResponseInfoOrBuilder getResponseInfoOrBuilder()
      .dingodb.pb.common.ResponseInfo response_info = 1;
    • hasError

      boolean hasError()
      .dingodb.pb.error.Error error = 2;
      Returns:
      Whether the error field is set.
    • getError

      .dingodb.pb.error.Error error = 2;
      Returns:
      The error.
    • getErrorOrBuilder

      ErrorOuterClass.ErrorOrBuilder getErrorOrBuilder()
      .dingodb.pb.error.Error error = 2;
    • getKeyStatesList

      List<Boolean> getKeyStatesList()
       return the execution status of each key
       key_states[index] = true, update success
       key_states[index] = false, update failed
       
      repeated bool key_states = 3;
      Returns:
      A list containing the keyStates.
    • getKeyStatesCount

      int getKeyStatesCount()
       return the execution status of each key
       key_states[index] = true, update success
       key_states[index] = false, update failed
       
      repeated bool key_states = 3;
      Returns:
      The count of keyStates.
    • getKeyStates

      boolean getKeyStates(int index)
       return the execution status of each key
       key_states[index] = true, update success
       key_states[index] = false, update failed
       
      repeated bool key_states = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The keyStates at the given index.
    • getTs

      long getTs()
      int64 ts = 4;
      Returns:
      The ts.