Interface Coordinator.StoreOperationOrBuilder

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

public static interface Coordinator.StoreOperationOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getStoreId

      long getStoreId()
      int64 store_id = 1;
      Returns:
      The storeId.
    • getRegionCmdsList

      List<Coordinator.RegionCmd> getRegionCmdsList()
      repeated .dingodb.pb.coordinator.RegionCmd region_cmds = 2;
    • getRegionCmds

      Coordinator.RegionCmd getRegionCmds(int index)
      repeated .dingodb.pb.coordinator.RegionCmd region_cmds = 2;
    • getRegionCmdsCount

      int getRegionCmdsCount()
      repeated .dingodb.pb.coordinator.RegionCmd region_cmds = 2;
    • getRegionCmdsOrBuilderList

      List<? extends Coordinator.RegionCmdOrBuilder> getRegionCmdsOrBuilderList()
      repeated .dingodb.pb.coordinator.RegionCmd region_cmds = 2;
    • getRegionCmdsOrBuilder

      Coordinator.RegionCmdOrBuilder getRegionCmdsOrBuilder(int index)
      repeated .dingodb.pb.coordinator.RegionCmd region_cmds = 2;
    • hasPreCheck

      boolean hasPreCheck()
      .dingodb.pb.coordinator.TaskPreCheck pre_check = 3;
      Returns:
      Whether the preCheck field is set.
    • getPreCheck

      .dingodb.pb.coordinator.TaskPreCheck pre_check = 3;
      Returns:
      The preCheck.
    • getPreCheckOrBuilder

      Coordinator.TaskPreCheckOrBuilder getPreCheckOrBuilder()
      .dingodb.pb.coordinator.TaskPreCheck pre_check = 3;
    • getRetryCount

      int getRetryCount()
       default 5
       
      int32 retry_count = 4;
      Returns:
      The retryCount.
    • getErrorsList

      List<ErrorOuterClass.Error> getErrorsList()
       the error of this task, default 5
       
      repeated .dingodb.pb.error.Error errors = 5;
    • getErrors

      ErrorOuterClass.Error getErrors(int index)
       the error of this task, default 5
       
      repeated .dingodb.pb.error.Error errors = 5;
    • getErrorsCount

      int getErrorsCount()
       the error of this task, default 5
       
      repeated .dingodb.pb.error.Error errors = 5;
    • getErrorsOrBuilderList

      List<? extends ErrorOuterClass.ErrorOrBuilder> getErrorsOrBuilderList()
       the error of this task, default 5
       
      repeated .dingodb.pb.error.Error errors = 5;
    • getErrorsOrBuilder

      ErrorOuterClass.ErrorOrBuilder getErrorsOrBuilder(int index)
       the error of this task, default 5
       
      repeated .dingodb.pb.error.Error errors = 5;
    • getIsSuccess

      boolean getIsSuccess()
       operation_success status
       
      bool is_success = 6;
      Returns:
      The isSuccess.