Uses of Enum Class
io.dingodb.common.Common.RegionHeartbeatState
Packages that use Common.RegionHeartbeatState
-
Uses of Common.RegionHeartbeatState in io.dingodb.common
Methods in io.dingodb.common that return Common.RegionHeartbeatStateModifier and TypeMethodDescriptionstatic Common.RegionHeartbeatStateCommon.RegionHeartbeatState.forNumber(int value) Common.RegionStatus.Builder.getHeartbeatStatus().dingodb.pb.common.RegionHeartbeatState heartbeat_status = 3;Common.RegionStatus.getHeartbeatStatus().dingodb.pb.common.RegionHeartbeatState heartbeat_status = 3;Common.RegionStatusOrBuilder.getHeartbeatStatus().dingodb.pb.common.RegionHeartbeatState heartbeat_status = 3;static Common.RegionHeartbeatStateCommon.RegionHeartbeatState.valueOf(int value) Deprecated.static Common.RegionHeartbeatStateCommon.RegionHeartbeatState.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Common.RegionHeartbeatStateReturns the enum constant of this class with the specified name.static Common.RegionHeartbeatState[]Common.RegionHeartbeatState.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.RegionHeartbeatStateModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Common.RegionHeartbeatState>Common.RegionHeartbeatState.internalGetValueMap()Methods in io.dingodb.common with parameters of type Common.RegionHeartbeatStateModifier and TypeMethodDescriptionCommon.RegionStatus.Builder.setHeartbeatStatus(Common.RegionHeartbeatState value) .dingodb.pb.common.RegionHeartbeatState heartbeat_status = 3; -
Uses of Common.RegionHeartbeatState in io.dingodb.coordinator
Methods in io.dingodb.coordinator that return Common.RegionHeartbeatStateModifier and TypeMethodDescriptionCoordinator.RegionStatus.Builder.getHeartbeatState()RegionHeartbeatState REGION_ONLINE: the leader of this region is online REGION_DOWN: the leader of this region cannot heartbeat to coordinatorCoordinator.RegionStatus.getHeartbeatState()RegionHeartbeatState REGION_ONLINE: the leader of this region is online REGION_DOWN: the leader of this region cannot heartbeat to coordinatorCoordinator.RegionStatusOrBuilder.getHeartbeatState()RegionHeartbeatState REGION_ONLINE: the leader of this region is online REGION_DOWN: the leader of this region cannot heartbeat to coordinatorMethods in io.dingodb.coordinator with parameters of type Common.RegionHeartbeatStateModifier and TypeMethodDescriptionCoordinator.RegionStatus.Builder.setHeartbeatState(Common.RegionHeartbeatState value) RegionHeartbeatState REGION_ONLINE: the leader of this region is online REGION_DOWN: the leader of this region cannot heartbeat to coordinator -
Uses of Common.RegionHeartbeatState in io.dingodb.meta
Methods in io.dingodb.meta that return Common.RegionHeartbeatStateModifier and TypeMethodDescriptionMeta.RegionStatus.Builder.getHeartbeatState()RegionHeartbeatState REGION_ONLINE: the leader of this region is online REGION_DOWN: the leader of this region cannot heartbeat to coordinatorMeta.RegionStatus.getHeartbeatState()RegionHeartbeatState REGION_ONLINE: the leader of this region is online REGION_DOWN: the leader of this region cannot heartbeat to coordinatorMeta.RegionStatusOrBuilder.getHeartbeatState()RegionHeartbeatState REGION_ONLINE: the leader of this region is online REGION_DOWN: the leader of this region cannot heartbeat to coordinatorMethods in io.dingodb.meta with parameters of type Common.RegionHeartbeatStateModifier and TypeMethodDescriptionMeta.RegionStatus.Builder.setHeartbeatState(Common.RegionHeartbeatState value) RegionHeartbeatState REGION_ONLINE: the leader of this region is online REGION_DOWN: the leader of this region cannot heartbeat to coordinator