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.bookieClasses in org.apache.bookkeeper.bookie that implement UncleanShutdownDetection Modifier and Type Class Description classUncleanShutdownDetectionImplUsed to determine if the prior shutdown was unclean or not.
- 
Uses of UncleanShutdownDetection in org.apache.bookkeeper.protoFields in org.apache.bookkeeper.proto declared as UncleanShutdownDetection Modifier and Type Field Description (package private) UncleanShutdownDetectionBookieServer. uncleanShutdownDetectionMethods in org.apache.bookkeeper.proto with parameters of type UncleanShutdownDetection Modifier and Type Method Description static 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 UncleanShutdownDetection Constructor Description BookieServer(ServerConfiguration conf, Bookie bookie, StatsLogger statsLogger, io.netty.buffer.ByteBufAllocator allocator, UncleanShutdownDetection uncleanShutdownDetection)
- 
Uses of UncleanShutdownDetection in org.apache.bookkeeper.serverMethods in org.apache.bookkeeper.server with parameters of type UncleanShutdownDetection Modifier and Type Method Description EmbeddedServer.BuilderEmbeddedServer.Builder. uncleanShutdownDetection(UncleanShutdownDetection uncleanShutdownDetection)
- 
Uses of UncleanShutdownDetection in org.apache.bookkeeper.server.serviceConstructors in org.apache.bookkeeper.server.service with parameters of type UncleanShutdownDetection Constructor Description BookieService(BookieConfiguration conf, Bookie bookie, StatsLogger statsLogger, ByteBufAllocatorWithOomHandler allocator, UncleanShutdownDetection uncleanShutdownDetection)
 
-