Uses of Class
org.apache.bookkeeper.proto.BookkeeperProtocol.Request
-
Packages that use BookkeeperProtocol.Request Package Description org.apache.bookkeeper.proto Classes related to the Bookkeeper protocol. -
-
Uses of BookkeeperProtocol.Request in org.apache.bookkeeper.proto
Fields in org.apache.bookkeeper.proto declared as BookkeeperProtocol.Request Modifier and Type Field Description (package private) BookkeeperProtocol.Request
AuthHandler.ServerSideHandler.AuthResponseCallback. req
(package private) BookkeeperProtocol.Request
PacketProcessorBaseV3. request
Fields in org.apache.bookkeeper.proto with type parameters of type BookkeeperProtocol.Request Modifier and Type Field Description static com.google.protobuf.Parser<BookkeeperProtocol.Request>
BookkeeperProtocol.Request. PARSER
Deprecated.Methods in org.apache.bookkeeper.proto that return BookkeeperProtocol.Request Modifier and Type Method Description BookkeeperProtocol.Request
BookkeeperProtocol.Request.Builder. build()
BookkeeperProtocol.Request
BookkeeperProtocol.Request.Builder. buildPartial()
static BookkeeperProtocol.Request
BookkeeperProtocol.Request. getDefaultInstance()
BookkeeperProtocol.Request
BookkeeperProtocol.Request.Builder. getDefaultInstanceForType()
BookkeeperProtocol.Request
BookkeeperProtocol.Request. getDefaultInstanceForType()
static BookkeeperProtocol.Request
BookkeeperProtocol.Request. parseDelimitedFrom(java.io.InputStream input)
static BookkeeperProtocol.Request
BookkeeperProtocol.Request. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BookkeeperProtocol.Request
BookkeeperProtocol.Request. parseFrom(byte[] data)
static BookkeeperProtocol.Request
BookkeeperProtocol.Request. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BookkeeperProtocol.Request
BookkeeperProtocol.Request. parseFrom(com.google.protobuf.ByteString data)
static BookkeeperProtocol.Request
BookkeeperProtocol.Request. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BookkeeperProtocol.Request
BookkeeperProtocol.Request. parseFrom(com.google.protobuf.CodedInputStream input)
static BookkeeperProtocol.Request
BookkeeperProtocol.Request. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BookkeeperProtocol.Request
BookkeeperProtocol.Request. parseFrom(java.io.InputStream input)
static BookkeeperProtocol.Request
BookkeeperProtocol.Request. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BookkeeperProtocol.Request
BookkeeperProtocol.Request. parseFrom(java.nio.ByteBuffer data)
static BookkeeperProtocol.Request
BookkeeperProtocol.Request. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in org.apache.bookkeeper.proto that return types with arguments of type BookkeeperProtocol.Request Modifier and Type Method Description com.google.protobuf.Parser<BookkeeperProtocol.Request>
BookkeeperProtocol.Request. getParserForType()
static com.google.protobuf.Parser<BookkeeperProtocol.Request>
BookkeeperProtocol.Request. parser()
Methods in org.apache.bookkeeper.proto with parameters of type BookkeeperProtocol.Request Modifier and Type Method Description static boolean
RequestUtils. isHighPriority(BookkeeperProtocol.Request request)
BookkeeperProtocol.Request.Builder
BookkeeperProtocol.Request.Builder. mergeFrom(BookkeeperProtocol.Request other)
static BookkeeperProtocol.Request.Builder
BookkeeperProtocol.Request. newBuilder(BookkeeperProtocol.Request prototype)
static java.lang.String
RequestUtils. toSafeString(BookkeeperProtocol.Request request)
this toSafeString method filters out body and masterKey from the output.
-