Uses of Interface
org.apache.bookkeeper.bookie.UncleanShutdownDetection
-
Packages that use UncleanShutdownDetection 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 BookKeeper Server (Bookie) related components.org.apache.bookkeeper.server.service Services running in a storage server (bookie). -
-
Uses of UncleanShutdownDetection in org.apache.bookkeeper.bookie
Classes in org.apache.bookkeeper.bookie that implement UncleanShutdownDetection Modifier and Type Class Description class
UncleanShutdownDetectionImpl
Used to determine if the prior shutdown was unclean or not. -
Uses of UncleanShutdownDetection in org.apache.bookkeeper.proto
Fields in org.apache.bookkeeper.proto declared as UncleanShutdownDetection Modifier and Type Field Description (package private) UncleanShutdownDetection
BookieServer. uncleanShutdownDetection
Methods in org.apache.bookkeeper.proto with parameters of type UncleanShutdownDetection 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 UncleanShutdownDetection Constructor Description BookieServer(ServerConfiguration conf, Bookie bookie, StatsLogger statsLogger, io.netty.buffer.ByteBufAllocator allocator, UncleanShutdownDetection uncleanShutdownDetection)
-
Uses of UncleanShutdownDetection in org.apache.bookkeeper.server
Methods in org.apache.bookkeeper.server with parameters of type UncleanShutdownDetection Modifier and Type Method Description EmbeddedServer.Builder
EmbeddedServer.Builder. uncleanShutdownDetection(UncleanShutdownDetection uncleanShutdownDetection)
-
Uses of UncleanShutdownDetection in org.apache.bookkeeper.server.service
Constructors in org.apache.bookkeeper.server.service with parameters of type UncleanShutdownDetection Constructor Description BookieService(BookieConfiguration conf, Bookie bookie, StatsLogger statsLogger, ByteBufAllocatorWithOomHandler allocator, UncleanShutdownDetection uncleanShutdownDetection)
-