Uses of Enum Class
io.dingodb.common.Common.ExecutorState
Packages that use Common.ExecutorState
-
Uses of Common.ExecutorState in io.dingodb.common
Methods in io.dingodb.common that return Common.ExecutorStateModifier and TypeMethodDescriptionstatic Common.ExecutorStateCommon.ExecutorState.forNumber(int value) Common.Executor.Builder.getState()only updated by coordinator, sdk can ignore this field nowCommon.Executor.getState()only updated by coordinator, sdk can ignore this field nowCommon.ExecutorOrBuilder.getState()only updated by coordinator, sdk can ignore this field nowstatic Common.ExecutorStateCommon.ExecutorState.valueOf(int value) Deprecated.static Common.ExecutorStateCommon.ExecutorState.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Common.ExecutorStateReturns the enum constant of this class with the specified name.static Common.ExecutorState[]Common.ExecutorState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.dingodb.common that return types with arguments of type Common.ExecutorStateModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Common.ExecutorState>Common.ExecutorState.internalGetValueMap()Methods in io.dingodb.common with parameters of type Common.ExecutorStateModifier and TypeMethodDescriptionCommon.Executor.Builder.setState(Common.ExecutorState value) only updated by coordinator, sdk can ignore this field now