Uses of Interface
org.apache.bookkeeper.bookie.Bookie
-
Packages that use Bookie Package Description org.apache.bookkeeper.bookie Provides a Bookie server that stores entries for clients.org.apache.bookkeeper.proto Classes related to the Bookkeeper protocol.org.apache.bookkeeper.server.http.service Define the services running in bookkeeper admin http server.org.apache.bookkeeper.server.service Services running in a storage server (bookie). -
-
Uses of Bookie in org.apache.bookkeeper.bookie
Classes in org.apache.bookkeeper.bookie that implement Bookie Modifier and Type Class Description class
BookieImpl
Implements a bookie.class
ReadOnlyBookie
Implements a read only bookie. -
Uses of Bookie in org.apache.bookkeeper.proto
Fields in org.apache.bookkeeper.proto declared as Bookie Modifier and Type Field Description (package private) Bookie
BookieRequestProcessor. bookie
This is the Bookie instance that is used to handle all read and write requests.Methods in org.apache.bookkeeper.proto that return Bookie Modifier and Type Method Description (package private) Bookie
BookieRequestProcessor. getBookie()
This is the Bookie instance that is used to handle all read and write requests.Bookie
BookieServer. getBookie()
Methods in org.apache.bookkeeper.proto with parameters of type Bookie Modifier and Type Method Description static BookieServer
BookieServer. newBookieServer(ServerConfiguration conf, Bookie bookie, StatsLogger statsLogger, io.netty.buffer.ByteBufAllocator allocator, UncleanShutdownDetection uncleanShutdownDetection)
Constructors in org.apache.bookkeeper.proto with parameters of type Bookie Constructor Description BookieRequestProcessor(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 Bookie Constructor Description BookieInfoService(@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 Bookie Constructor Description BookieService(BookieConfiguration conf, Bookie bookie, StatsLogger statsLogger, ByteBufAllocatorWithOomHandler allocator, UncleanShutdownDetection uncleanShutdownDetection)
-