Uses of Interface
org.apache.bookkeeper.bookie.UncleanShutdownDetection
Packages that use UncleanShutdownDetection
Package
Description
Provides a Bookie server that stores entries for clients.
Classes related to the Bookkeeper protocol.
BookKeeper Server (Bookie) related components.
Services running in a storage server (bookie).
-
Uses of UncleanShutdownDetection in org.apache.bookkeeper.bookie
Classes in org.apache.bookkeeper.bookie that implement UncleanShutdownDetectionModifier and TypeClassDescriptionclassUsed 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 UncleanShutdownDetectionModifier and TypeFieldDescription(package private) UncleanShutdownDetectionBookieServer.uncleanShutdownDetectionMethods in org.apache.bookkeeper.proto with parameters of type UncleanShutdownDetectionModifier 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 UncleanShutdownDetectionModifierConstructorDescriptionBookieServer(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 UncleanShutdownDetectionModifier and TypeMethodDescriptionEmbeddedServer.Builder.uncleanShutdownDetection(UncleanShutdownDetection uncleanShutdownDetection) -
Uses of UncleanShutdownDetection in org.apache.bookkeeper.server.service
Constructors in org.apache.bookkeeper.server.service with parameters of type UncleanShutdownDetectionModifierConstructorDescriptionBookieService(BookieConfiguration conf, Bookie bookie, StatsLogger statsLogger, ByteBufAllocatorWithOomHandler allocator, UncleanShutdownDetection uncleanShutdownDetection)