Package io.dingodb.coordinator
Interface Coordinator.TaskOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Coordinator.Task,Coordinator.Task.Builder
- Enclosing class:
- Coordinator
public static interface Coordinator.TaskOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCoordinatorOperations(int index) repeated .dingodb.pb.coordinator.CoordinatorOperation coordinator_operations = 3;intrepeated .dingodb.pb.coordinator.CoordinatorOperation coordinator_operations = 3;repeated .dingodb.pb.coordinator.CoordinatorOperation coordinator_operations = 3;getCoordinatorOperationsOrBuilder(int index) repeated .dingodb.pb.coordinator.CoordinatorOperation coordinator_operations = 3;List<? extends Coordinator.CoordinatorOperationOrBuilder>repeated .dingodb.pb.coordinator.CoordinatorOperation coordinator_operations = 3;intgetStep()int32 step = 1;getStoreOperations(int index) repeated .dingodb.pb.coordinator.StoreOperation store_operations = 2;intrepeated .dingodb.pb.coordinator.StoreOperation store_operations = 2;repeated .dingodb.pb.coordinator.StoreOperation store_operations = 2;getStoreOperationsOrBuilder(int index) repeated .dingodb.pb.coordinator.StoreOperation store_operations = 2;List<? extends Coordinator.StoreOperationOrBuilder>repeated .dingodb.pb.coordinator.StoreOperation store_operations = 2;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
-
getStep
int getStep()int32 step = 1;- Returns:
- The step.
-
getStoreOperationsList
List<Coordinator.StoreOperation> getStoreOperationsList()repeated .dingodb.pb.coordinator.StoreOperation store_operations = 2; -
getStoreOperations
repeated .dingodb.pb.coordinator.StoreOperation store_operations = 2; -
getStoreOperationsCount
int getStoreOperationsCount()repeated .dingodb.pb.coordinator.StoreOperation store_operations = 2; -
getStoreOperationsOrBuilderList
List<? extends Coordinator.StoreOperationOrBuilder> getStoreOperationsOrBuilderList()repeated .dingodb.pb.coordinator.StoreOperation store_operations = 2; -
getStoreOperationsOrBuilder
repeated .dingodb.pb.coordinator.StoreOperation store_operations = 2; -
getCoordinatorOperationsList
List<Coordinator.CoordinatorOperation> getCoordinatorOperationsList()repeated .dingodb.pb.coordinator.CoordinatorOperation coordinator_operations = 3; -
getCoordinatorOperations
repeated .dingodb.pb.coordinator.CoordinatorOperation coordinator_operations = 3; -
getCoordinatorOperationsCount
int getCoordinatorOperationsCount()repeated .dingodb.pb.coordinator.CoordinatorOperation coordinator_operations = 3; -
getCoordinatorOperationsOrBuilderList
List<? extends Coordinator.CoordinatorOperationOrBuilder> getCoordinatorOperationsOrBuilderList()repeated .dingodb.pb.coordinator.CoordinatorOperation coordinator_operations = 3; -
getCoordinatorOperationsOrBuilder
repeated .dingodb.pb.coordinator.CoordinatorOperation coordinator_operations = 3;
-