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