Uses of Interface
org.apache.bookkeeper.bookie.Bookie
Packages that use Bookie
Package
Description
Provides a Bookie server that stores entries for clients.
Classes related to the Bookkeeper protocol.
Define the services running in bookkeeper admin http server.
Services running in a storage server (bookie).
-
Uses of Bookie in org.apache.bookkeeper.bookie
Classes in org.apache.bookkeeper.bookie that implement BookieModifier and TypeClassDescriptionclassImplements a bookie.classImplements a read only bookie. -
Uses of Bookie in org.apache.bookkeeper.proto
Fields in org.apache.bookkeeper.proto declared as BookieModifier and TypeFieldDescription(package private) final BookieBookieRequestProcessor.bookieThis is the Bookie instance that is used to handle all read and write requests.Methods in org.apache.bookkeeper.proto that return BookieModifier and TypeMethodDescription(package private) BookieBookieRequestProcessor.getBookie()This is the Bookie instance that is used to handle all read and write requests.BookieServer.getBookie()Methods in org.apache.bookkeeper.proto with parameters of type BookieModifier and TypeMethodDescriptionstatic BookieServerBookieServer.newBookieServer(ServerConfiguration conf, Bookie bookie, StatsLogger statsLogger, io.netty.buffer.ByteBufAllocator allocator, UncleanShutdownDetection uncleanShutdownDetection) Constructors in org.apache.bookkeeper.proto with parameters of type BookieModifierConstructorDescriptionBookieRequestProcessor(ServerConfiguration serverCfg, Bookie bookie, StatsLogger statsLogger, SecurityHandlerFactory shFactory, io.netty.buffer.ByteBufAllocator allocator, io.netty.channel.group.ChannelGroup allChannels) BookieServer(ServerConfiguration conf, Bookie bookie, StatsLogger statsLogger, io.netty.buffer.ByteBufAllocator allocator, UncleanShutdownDetection uncleanShutdownDetection) -
Uses of Bookie in org.apache.bookkeeper.server.http.service
Constructors in org.apache.bookkeeper.server.http.service with parameters of type BookieModifierConstructorDescriptionBookieInfoService(@NonNull Bookie bookie) BookieIsReadyService(Bookie bookie) BookieStateReadOnlyService(Bookie bookie) BookieStateService(Bookie bookie) -
Uses of Bookie in org.apache.bookkeeper.server.service
Constructors in org.apache.bookkeeper.server.service with parameters of type BookieModifierConstructorDescriptionBookieService(BookieConfiguration conf, Bookie bookie, StatsLogger statsLogger, ByteBufAllocatorWithOomHandler allocator, UncleanShutdownDetection uncleanShutdownDetection)