| 程序包 | 说明 |
|---|---|
| org.tikv.kvproto |
| 限定符和类型 | 方法和说明 |
|---|---|
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)
已过时。
Use
forNumber(int) instead. |
static Metapb.NodeState |
Metapb.NodeState.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static Metapb.NodeState[] |
Metapb.NodeState.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Metapb.NodeState> |
Metapb.NodeState.internalGetValueMap() |
| 限定符和类型 | 方法和说明 |
|---|---|
Metapb.Store.Builder |
Metapb.Store.Builder.setNodeState(Metapb.NodeState value)
NodeState is used to replace StoreState which will be deprecated in the future.
|
Copyright © 2023 PingCAP. All rights reserved.