Package | Description |
---|---|
eraftpb |
Modifier and Type | Method and Description |
---|---|
static Eraftpb.ConfChangeTransition |
Eraftpb.ConfChangeTransition.forNumber(int value) |
Eraftpb.ConfChangeTransition |
Eraftpb.ConfChangeV2OrBuilder.getTransition()
.eraftpb.ConfChangeTransition transition = 1; |
Eraftpb.ConfChangeTransition |
Eraftpb.ConfChangeV2.getTransition()
.eraftpb.ConfChangeTransition transition = 1; |
Eraftpb.ConfChangeTransition |
Eraftpb.ConfChangeV2.Builder.getTransition()
.eraftpb.ConfChangeTransition transition = 1; |
static Eraftpb.ConfChangeTransition |
Eraftpb.ConfChangeTransition.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Eraftpb.ConfChangeTransition |
Eraftpb.ConfChangeTransition.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Eraftpb.ConfChangeTransition |
Eraftpb.ConfChangeTransition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Eraftpb.ConfChangeTransition[] |
Eraftpb.ConfChangeTransition.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<Eraftpb.ConfChangeTransition> |
Eraftpb.ConfChangeTransition.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Eraftpb.ConfChangeV2.Builder |
Eraftpb.ConfChangeV2.Builder.setTransition(Eraftpb.ConfChangeTransition value)
.eraftpb.ConfChangeTransition transition = 1; |
Copyright © 2024 PingCAP. All rights reserved.