Uses of Class
org.apache.bookkeeper.server.conf.BookieConfiguration
-
Packages that use BookieConfiguration Package Description org.apache.bookkeeper.bookie.datainteg Package of the classes for defining bookie stats.org.apache.bookkeeper.replication Classes for replicating Bookkeeper data.org.apache.bookkeeper.server BookKeeper Server (Bookie) related components.org.apache.bookkeeper.server.component The lifecycle components that run on a bookie server.org.apache.bookkeeper.server.service 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 BookieConfiguration Constructor Description DataIntegrityService(BookieConfiguration conf, StatsLogger statsLogger, DataIntegrityCheck check)
-
Uses of BookieConfiguration in org.apache.bookkeeper.replication
Methods in org.apache.bookkeeper.replication with parameters of type BookieConfiguration Modifier and Type Method Description static LifecycleComponentStack
AutoRecoveryMain. buildAutoRecoveryServer(BookieConfiguration conf)
-
Uses of BookieConfiguration in org.apache.bookkeeper.server
Methods in org.apache.bookkeeper.server with parameters of type BookieConfiguration Modifier and Type Method Description static LifecycleComponentStack
Main. buildBookieServer(BookieConfiguration conf)
Build the bookie server.static EmbeddedServer.Builder
EmbeddedServer. 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 BookieConfiguration Modifier and Type Method Description static java.util.List<ServerLifecycleComponent>
ServerLifecycleComponent. loadServerComponents(java.lang.String[] componentClassNames, BookieConfiguration conf, StatsLogger statsLogger)
(package private) static ServerLifecycleComponent
ServerLifecycleComponent. newComponent(java.lang.Class<? extends ServerLifecycleComponent> theCls, BookieConfiguration conf, StatsLogger statsLogger)
Constructors in org.apache.bookkeeper.server.component with parameters of type BookieConfiguration Constructor Description ServerLifecycleComponent(java.lang.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 BookieConfiguration Constructor Description AutoRecoveryService(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)
StatsProviderService(BookieConfiguration conf)
-