Uses of Enum Class
io.dingodb.coordinator.Coordinator.TaskPreCheckType
Packages that use Coordinator.TaskPreCheckType
-
Uses of Coordinator.TaskPreCheckType in io.dingodb.coordinator
Methods in io.dingodb.coordinator that return Coordinator.TaskPreCheckTypeModifier and TypeMethodDescriptionstatic Coordinator.TaskPreCheckTypeCoordinator.TaskPreCheckType.forNumber(int value) Coordinator.TaskPreCheck.Builder.getType().dingodb.pb.coordinator.TaskPreCheckType type = 1;Coordinator.TaskPreCheck.getType().dingodb.pb.coordinator.TaskPreCheckType type = 1;Coordinator.TaskPreCheckOrBuilder.getType().dingodb.pb.coordinator.TaskPreCheckType type = 1;static Coordinator.TaskPreCheckTypeCoordinator.TaskPreCheckType.valueOf(int value) Deprecated.static Coordinator.TaskPreCheckTypeCoordinator.TaskPreCheckType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Coordinator.TaskPreCheckTypeReturns the enum constant of this class with the specified name.static Coordinator.TaskPreCheckType[]Coordinator.TaskPreCheckType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.dingodb.coordinator that return types with arguments of type Coordinator.TaskPreCheckTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Coordinator.TaskPreCheckType>Coordinator.TaskPreCheckType.internalGetValueMap()Methods in io.dingodb.coordinator with parameters of type Coordinator.TaskPreCheckTypeModifier and TypeMethodDescriptionCoordinator.TaskPreCheck.Builder.setType(Coordinator.TaskPreCheckType value) .dingodb.pb.coordinator.TaskPreCheckType type = 1;