Uses of Enum Class
org.apache.bookkeeper.proto.BookkeeperProtocol.ProtocolVersion
Packages that use BookkeeperProtocol.ProtocolVersion
-
Uses of BookkeeperProtocol.ProtocolVersion in org.apache.bookkeeper.proto
Methods in org.apache.bookkeeper.proto that return BookkeeperProtocol.ProtocolVersionModifier and TypeMethodDescriptionBookkeeperProtocol.ProtocolVersion.forNumber(int value) BookkeeperProtocol.BKPacketHeader.Builder.getVersion()required .ProtocolVersion version = 1;BookkeeperProtocol.BKPacketHeader.getVersion()required .ProtocolVersion version = 1;BookkeeperProtocol.BKPacketHeaderOrBuilder.getVersion()required .ProtocolVersion version = 1;BookkeeperProtocol.ProtocolVersion.valueOf(int value) Deprecated.BookkeeperProtocol.ProtocolVersion.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.static BookkeeperProtocol.ProtocolVersion[]BookkeeperProtocol.ProtocolVersion.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.bookkeeper.proto that return types with arguments of type BookkeeperProtocol.ProtocolVersionModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<BookkeeperProtocol.ProtocolVersion>BookkeeperProtocol.ProtocolVersion.internalGetValueMap()Methods in org.apache.bookkeeper.proto with parameters of type BookkeeperProtocol.ProtocolVersionModifier and TypeMethodDescriptionBookkeeperProtocol.BKPacketHeader.Builder.setVersion(BookkeeperProtocol.ProtocolVersion value) required .ProtocolVersion version = 1;