Uses of Class
org.apache.bookkeeper.proto.BookkeeperProtocol.Request
Packages that use BookkeeperProtocol.Request
-
Uses of BookkeeperProtocol.Request in org.apache.bookkeeper.proto
Fields in org.apache.bookkeeper.proto declared as BookkeeperProtocol.RequestModifier and TypeFieldDescription(package private) final BookkeeperProtocol.RequestAuthHandler.ServerSideHandler.AuthResponseCallback.req(package private) final BookkeeperProtocol.RequestPacketProcessorBaseV3.requestMethods in org.apache.bookkeeper.proto that return BookkeeperProtocol.RequestModifier and TypeMethodDescriptionBookkeeperProtocol.Request.Builder.build()BookkeeperProtocol.Request.Builder.buildPartial()static BookkeeperProtocol.RequestBookkeeperProtocol.Request.getDefaultInstance()BookkeeperProtocol.Request.Builder.getDefaultInstanceForType()BookkeeperProtocol.Request.getDefaultInstanceForType()static BookkeeperProtocol.RequestBookkeeperProtocol.Request.parseDelimitedFrom(InputStream input) static BookkeeperProtocol.RequestBookkeeperProtocol.Request.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BookkeeperProtocol.RequestBookkeeperProtocol.Request.parseFrom(byte[] data) static BookkeeperProtocol.RequestBookkeeperProtocol.Request.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BookkeeperProtocol.RequestBookkeeperProtocol.Request.parseFrom(com.google.protobuf.ByteString data) static BookkeeperProtocol.RequestBookkeeperProtocol.Request.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BookkeeperProtocol.RequestBookkeeperProtocol.Request.parseFrom(com.google.protobuf.CodedInputStream input) static BookkeeperProtocol.RequestBookkeeperProtocol.Request.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BookkeeperProtocol.RequestBookkeeperProtocol.Request.parseFrom(InputStream input) static BookkeeperProtocol.RequestBookkeeperProtocol.Request.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BookkeeperProtocol.RequestBookkeeperProtocol.Request.parseFrom(ByteBuffer data) static BookkeeperProtocol.RequestBookkeeperProtocol.Request.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.bookkeeper.proto that return types with arguments of type BookkeeperProtocol.RequestModifier and TypeMethodDescriptioncom.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.RequestModifier and TypeMethodDescriptionstatic booleanRequestUtils.isHighPriority(BookkeeperProtocol.Request request) BookkeeperProtocol.Request.Builder.mergeFrom(BookkeeperProtocol.Request other) BookkeeperProtocol.Request.newBuilder(BookkeeperProtocol.Request prototype) static StringRequestUtils.toSafeString(BookkeeperProtocol.Request request) this toSafeString method filters out body and masterKey from the output.Constructors in org.apache.bookkeeper.proto with parameters of type BookkeeperProtocol.RequestModifierConstructorDescription(package private)AuthResponseCallback(BookkeeperProtocol.Request req, io.netty.channel.Channel channel, String pluginName) ForceLedgerProcessorV3(BookkeeperProtocol.Request request, BookieRequestHandler requestHandler, BookieRequestProcessor requestProcessor) GetBookieInfoProcessorV3(BookkeeperProtocol.Request request, BookieRequestHandler requestHandler, BookieRequestProcessor requestProcessor) GetListOfEntriesOfLedgerProcessorV3(BookkeeperProtocol.Request request, BookieRequestHandler requestHandler, BookieRequestProcessor requestProcessor) (package private)LongPollReadEntryProcessorV3(BookkeeperProtocol.Request request, BookieRequestHandler requestHandler, BookieRequestProcessor requestProcessor, ExecutorService fenceThreadPool, ExecutorService longPollThreadPool, io.netty.util.HashedWheelTimer requestTimer) PacketProcessorBaseV3(BookkeeperProtocol.Request request, BookieRequestHandler requestHandler, BookieRequestProcessor requestProcessor) ReadEntryProcessorV3(BookkeeperProtocol.Request request, BookieRequestHandler requestHandler, BookieRequestProcessor requestProcessor, ExecutorService fenceThreadPool) ReadLacProcessorV3(BookkeeperProtocol.Request request, BookieRequestHandler requestHandler, BookieRequestProcessor requestProcessor) WriteEntryProcessorV3(BookkeeperProtocol.Request request, BookieRequestHandler requestHandler, BookieRequestProcessor requestProcessor) WriteLacProcessorV3(BookkeeperProtocol.Request request, BookieRequestHandler requestHandler, BookieRequestProcessor requestProcessor)