Uses of Enum Class
io.dingodb.common.Common.RaftNodeState
Packages that use Common.RaftNodeState
-
Uses of Common.RaftNodeState in io.dingodb.common
Methods in io.dingodb.common that return Common.RaftNodeStateModifier and TypeMethodDescriptionstatic Common.RaftNodeStateCommon.RaftNodeState.forNumber(int value) Common.BRaftStatus.Builder.getRaftState()the current state of the raft nodeCommon.BRaftStatus.getRaftState()the current state of the raft nodeCommon.BRaftStatusOrBuilder.getRaftState()the current state of the raft nodestatic Common.RaftNodeStateCommon.RaftNodeState.valueOf(int value) Deprecated.static Common.RaftNodeStateCommon.RaftNodeState.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Common.RaftNodeStateReturns the enum constant of this class with the specified name.static Common.RaftNodeState[]Common.RaftNodeState.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.RaftNodeStateModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Common.RaftNodeState>Common.RaftNodeState.internalGetValueMap()Methods in io.dingodb.common with parameters of type Common.RaftNodeStateModifier and TypeMethodDescriptionCommon.BRaftStatus.Builder.setRaftState(Common.RaftNodeState value) the current state of the raft node -
Uses of Common.RaftNodeState in io.dingodb.coordinator
Methods in io.dingodb.coordinator that return Common.RaftNodeStateModifier and TypeMethodDescriptionCoordinator.StoreRegionCheck.Builder.getRaftNodeStatus().dingodb.pb.common.RaftNodeState raft_node_status = 5;Coordinator.StoreRegionCheck.getRaftNodeStatus().dingodb.pb.common.RaftNodeState raft_node_status = 5;Coordinator.StoreRegionCheckOrBuilder.getRaftNodeStatus().dingodb.pb.common.RaftNodeState raft_node_status = 5;Methods in io.dingodb.coordinator with parameters of type Common.RaftNodeStateModifier and TypeMethodDescriptionCoordinator.StoreRegionCheck.Builder.setRaftNodeStatus(Common.RaftNodeState value) .dingodb.pb.common.RaftNodeState raft_node_status = 5;