static BookkeeperProtocol.ProtocolVersion |
BookkeeperProtocol.ProtocolVersion.forNumber(int value) |
|
BookkeeperProtocol.ProtocolVersion |
BookkeeperProtocol.BKPacketHeader.Builder.getVersion() |
required .ProtocolVersion version = 1;
|
BookkeeperProtocol.ProtocolVersion |
BookkeeperProtocol.BKPacketHeader.getVersion() |
required .ProtocolVersion version = 1;
|
BookkeeperProtocol.ProtocolVersion |
BookkeeperProtocol.BKPacketHeaderOrBuilder.getVersion() |
required .ProtocolVersion version = 1;
|
static BookkeeperProtocol.ProtocolVersion |
BookkeeperProtocol.ProtocolVersion.valueOf(int value) |
Deprecated.
|
static BookkeeperProtocol.ProtocolVersion |
BookkeeperProtocol.ProtocolVersion.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static BookkeeperProtocol.ProtocolVersion |
BookkeeperProtocol.ProtocolVersion.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static BookkeeperProtocol.ProtocolVersion[] |
BookkeeperProtocol.ProtocolVersion.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|