Package | Description |
---|---|
org.tikv.kvproto |
Modifier and Type | Method and Description |
---|---|
static Metapb.NodeState |
Metapb.NodeState.forNumber(int value) |
Metapb.NodeState |
Metapb.StoreOrBuilder.getNodeState()
NodeState is used to replace StoreState which will be deprecated in the future.
|
Metapb.NodeState |
Metapb.Store.getNodeState()
NodeState is used to replace StoreState which will be deprecated in the future.
|
Metapb.NodeState |
Metapb.Store.Builder.getNodeState()
NodeState is used to replace StoreState which will be deprecated in the future.
|
static Metapb.NodeState |
Metapb.NodeState.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Metapb.NodeState |
Metapb.NodeState.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Metapb.NodeState |
Metapb.NodeState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Metapb.NodeState[] |
Metapb.NodeState.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<Metapb.NodeState> |
Metapb.NodeState.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Metapb.Store.Builder |
Metapb.Store.Builder.setNodeState(Metapb.NodeState value)
NodeState is used to replace StoreState which will be deprecated in the future.
|
Copyright © 2024 PingCAP. All rights reserved.