Uses of Class
org.apache.bookkeeper.server.conf.BookieConfiguration
Packages that use BookieConfiguration
Package
Description
Package of the classes for defining bookie stats.
Classes for replicating Bookkeeper data.
BookKeeper Server (Bookie) related components.
The lifecycle components that run on a bookie server.
Services running in a storage server (bookie).
-
Uses of BookieConfiguration in org.apache.bookkeeper.bookie.datainteg
Constructors in org.apache.bookkeeper.bookie.datainteg with parameters of type BookieConfigurationModifierConstructorDescriptionDataIntegrityService(BookieConfiguration conf, StatsLogger statsLogger, DataIntegrityCheck check) -
Uses of BookieConfiguration in org.apache.bookkeeper.replication
Methods in org.apache.bookkeeper.replication with parameters of type BookieConfigurationModifier and TypeMethodDescriptionstatic LifecycleComponentStackAutoRecoveryMain.buildAutoRecoveryServer(BookieConfiguration conf) -
Uses of BookieConfiguration in org.apache.bookkeeper.server
Methods in org.apache.bookkeeper.server with parameters of type BookieConfigurationModifier and TypeMethodDescriptionstatic LifecycleComponentStackMain.buildBookieServer(BookieConfiguration conf) Build the bookie server.static final EmbeddedServer.BuilderEmbeddedServer.builder(BookieConfiguration conf) Create a new builder from given configuration. -
Uses of BookieConfiguration in org.apache.bookkeeper.server.component
Methods in org.apache.bookkeeper.server.component with parameters of type BookieConfigurationModifier and TypeMethodDescriptionstatic List<ServerLifecycleComponent>ServerLifecycleComponent.loadServerComponents(String[] componentClassNames, BookieConfiguration conf, StatsLogger statsLogger) (package private) static ServerLifecycleComponentServerLifecycleComponent.newComponent(Class<? extends ServerLifecycleComponent> theCls, BookieConfiguration conf, StatsLogger statsLogger) Constructors in org.apache.bookkeeper.server.component with parameters of type BookieConfigurationModifierConstructorDescriptionprotectedServerLifecycleComponent(String componentName, BookieConfiguration conf, StatsLogger statsLogger) -
Uses of BookieConfiguration in org.apache.bookkeeper.server.service
Constructors in org.apache.bookkeeper.server.service with parameters of type BookieConfigurationModifierConstructorDescriptionAutoRecoveryService(BookieConfiguration conf, StatsLogger statsLogger) BookieService(BookieConfiguration conf, Bookie bookie, StatsLogger statsLogger, ByteBufAllocatorWithOomHandler allocator, UncleanShutdownDetection uncleanShutdownDetection) HttpService(BKHttpServiceProvider provider, BookieConfiguration conf, StatsLogger statsLogger) ScrubberService(StatsLogger logger, BookieConfiguration conf, LedgerStorage ledgerStorage)