Package | Description |
---|---|
org.tikv.kvproto |
Modifier and Type | Method and Description |
---|---|
static RaftServerpb.PeerState |
RaftServerpb.PeerState.forNumber(int value) |
RaftServerpb.PeerState |
RaftServerpb.RegionLocalStateOrBuilder.getState()
.raft_serverpb.PeerState state = 1; |
RaftServerpb.PeerState |
RaftServerpb.RegionLocalState.getState()
.raft_serverpb.PeerState state = 1; |
RaftServerpb.PeerState |
RaftServerpb.RegionLocalState.Builder.getState()
.raft_serverpb.PeerState state = 1; |
static RaftServerpb.PeerState |
RaftServerpb.PeerState.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static RaftServerpb.PeerState |
RaftServerpb.PeerState.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static RaftServerpb.PeerState |
RaftServerpb.PeerState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RaftServerpb.PeerState[] |
RaftServerpb.PeerState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<RaftServerpb.PeerState> |
RaftServerpb.PeerState.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
RaftServerpb.RegionLocalState.Builder |
RaftServerpb.RegionLocalState.Builder.setState(RaftServerpb.PeerState value)
.raft_serverpb.PeerState state = 1; |
Copyright © 2024 PingCAP. All rights reserved.