Package io.dingodb.coordinator
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 Summary
Modifier and TypeMethodDescriptiongetErrors(int index) the error of this task, default 5intthe error of this task, default 5the error of this task, default 5getErrorsOrBuilder(int index) the error of this task, default 5List<? extends ErrorOuterClass.ErrorOrBuilder>the error of this task, default 5booleanoperation_success status.dingodb.pb.coordinator.TaskPreCheck pre_check = 3;.dingodb.pb.coordinator.TaskPreCheck pre_check = 3;getRegionCmds(int index) repeated .dingodb.pb.coordinator.RegionCmd region_cmds = 2;intrepeated .dingodb.pb.coordinator.RegionCmd region_cmds = 2;repeated .dingodb.pb.coordinator.RegionCmd region_cmds = 2;getRegionCmdsOrBuilder(int index) repeated .dingodb.pb.coordinator.RegionCmd region_cmds = 2;List<? extends Coordinator.RegionCmdOrBuilder>repeated .dingodb.pb.coordinator.RegionCmd region_cmds = 2;intdefault 5longint64 store_id = 1;boolean.dingodb.pb.coordinator.TaskPreCheck pre_check = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
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
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
Coordinator.TaskPreCheck 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
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
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.
-