Uses of Enum Class
io.dingodb.common.Common.RegionState
Packages that use Common.RegionState
Package
Description
-
Uses of Common.RegionState in dingodb.pb.coordinator_internal
Methods in dingodb.pb.coordinator_internal that return Common.RegionStateModifier and TypeMethodDescriptionCoordinatorInternalOuterClass.RegionInternal.Builder.getState().dingodb.pb.common.RegionState state = 10;CoordinatorInternalOuterClass.RegionInternal.getState().dingodb.pb.common.RegionState state = 10;CoordinatorInternalOuterClass.RegionInternalOrBuilder.getState().dingodb.pb.common.RegionState state = 10;Methods in dingodb.pb.coordinator_internal with parameters of type Common.RegionStateModifier and TypeMethodDescriptionCoordinatorInternalOuterClass.RegionInternal.Builder.setState(Common.RegionState value) .dingodb.pb.common.RegionState state = 10; -
Uses of Common.RegionState in io.dingodb.common
Methods in io.dingodb.common that return Common.RegionStateModifier and TypeMethodDescriptionstatic Common.RegionStateCommon.RegionState.forNumber(int value) Common.Region.Builder.getState().dingodb.pb.common.RegionState state = 10;Common.Region.getState().dingodb.pb.common.RegionState state = 10;Common.RegionOrBuilder.getState().dingodb.pb.common.RegionState state = 10;static Common.RegionStateCommon.RegionState.valueOf(int value) Deprecated.static Common.RegionStateCommon.RegionState.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Common.RegionStateReturns the enum constant of this class with the specified name.static Common.RegionState[]Common.RegionState.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.RegionStateModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Common.RegionState>Common.RegionState.internalGetValueMap()Methods in io.dingodb.common with parameters of type Common.RegionStateModifier and TypeMethodDescriptionCommon.Region.Builder.setState(Common.RegionState value) .dingodb.pb.common.RegionState state = 10; -
Uses of Common.RegionState in io.dingodb.coordinator
Methods in io.dingodb.coordinator that return Common.RegionStateModifier and TypeMethodDescriptionCoordinator.RegionCheck.Builder.getState().dingodb.pb.common.RegionState state = 3;Coordinator.RegionCheck.getState().dingodb.pb.common.RegionState state = 3;Coordinator.RegionCheckOrBuilder.getState().dingodb.pb.common.RegionState state = 3;Coordinator.RegionStatus.Builder.getState()RegionState REGION_NEW: the region is creating, wait for store to finish the creation REGION_NORMAL: the region is normal and can serve all request other status refer to common.protoCoordinator.RegionStatus.getState()RegionState REGION_NEW: the region is creating, wait for store to finish the creation REGION_NORMAL: the region is normal and can serve all request other status refer to common.protoCoordinator.RegionStatusOrBuilder.getState()RegionState REGION_NEW: the region is creating, wait for store to finish the creation REGION_NORMAL: the region is normal and can serve all request other status refer to common.protoMethods in io.dingodb.coordinator with parameters of type Common.RegionStateModifier and TypeMethodDescriptionCoordinator.RegionCheck.Builder.setState(Common.RegionState value) .dingodb.pb.common.RegionState state = 3;Coordinator.RegionStatus.Builder.setState(Common.RegionState value) RegionState REGION_NEW: the region is creating, wait for store to finish the creation REGION_NORMAL: the region is normal and can serve all request other status refer to common.proto -
Uses of Common.RegionState in io.dingodb.meta
Methods in io.dingodb.meta that return Common.RegionStateModifier and TypeMethodDescriptionMeta.MetaEventRegion.Builder.getState().dingodb.pb.common.RegionState state = 10;Meta.MetaEventRegion.getState().dingodb.pb.common.RegionState state = 10;Meta.MetaEventRegionOrBuilder.getState().dingodb.pb.common.RegionState state = 10;Meta.RegionStatus.Builder.getState()RegionState REGION_NEW: the region is creating, wait for store to finish the creation REGION_NORMAL: the region is normal and can serve all request other status refer to common.protoMeta.RegionStatus.getState()RegionState REGION_NEW: the region is creating, wait for store to finish the creation REGION_NORMAL: the region is normal and can serve all request other status refer to common.protoMeta.RegionStatusOrBuilder.getState()RegionState REGION_NEW: the region is creating, wait for store to finish the creation REGION_NORMAL: the region is normal and can serve all request other status refer to common.protoMethods in io.dingodb.meta with parameters of type Common.RegionStateModifier and TypeMethodDescriptionMeta.MetaEventRegion.Builder.setState(Common.RegionState value) .dingodb.pb.common.RegionState state = 10;Meta.RegionStatus.Builder.setState(Common.RegionState value) RegionState REGION_NEW: the region is creating, wait for store to finish the creation REGION_NORMAL: the region is normal and can serve all request other status refer to common.proto