Uses of Enum Class
io.dingodb.common.Common.StoreState
Packages that use Common.StoreState
-
Uses of Common.StoreState in io.dingodb.common
Methods in io.dingodb.common that return Common.StoreStateModifier and TypeMethodDescriptionstatic Common.StoreStateCommon.StoreState.forNumber(int value) Common.Store.Builder.getState()only updated by coordinatorCommon.Store.getState()only updated by coordinatorCommon.StoreOrBuilder.getState()only updated by coordinatorstatic Common.StoreStateCommon.StoreState.valueOf(int value) Deprecated.static Common.StoreStateCommon.StoreState.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Common.StoreStateReturns the enum constant of this class with the specified name.static Common.StoreState[]Common.StoreState.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.StoreStateModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Common.StoreState>Common.StoreState.internalGetValueMap()Methods in io.dingodb.common with parameters of type Common.StoreStateModifier and TypeMethodDescriptionCommon.Store.Builder.setState(Common.StoreState value) only updated by coordinator