Interface Coordinator.GetStoreOperationResponseOrBuilder

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

public static interface Coordinator.GetStoreOperationResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 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;
    • getStoreOperationsList

      List<Coordinator.StoreOperation> getStoreOperationsList()
      repeated .dingodb.pb.coordinator.StoreOperation store_operations = 3;
    • getStoreOperations

      Coordinator.StoreOperation getStoreOperations(int index)
      repeated .dingodb.pb.coordinator.StoreOperation store_operations = 3;
    • getStoreOperationsCount

      int getStoreOperationsCount()
      repeated .dingodb.pb.coordinator.StoreOperation store_operations = 3;
    • getStoreOperationsOrBuilderList

      List<? extends Coordinator.StoreOperationOrBuilder> getStoreOperationsOrBuilderList()
      repeated .dingodb.pb.coordinator.StoreOperation store_operations = 3;
    • getStoreOperationsOrBuilder

      Coordinator.StoreOperationOrBuilder getStoreOperationsOrBuilder(int index)
      repeated .dingodb.pb.coordinator.StoreOperation store_operations = 3;