Uses of Class
org.apache.bookkeeper.common.component.LifecycleComponentStack
-
Packages that use LifecycleComponentStack Package Description org.apache.bookkeeper.common.component Component and lifecycle management.org.apache.bookkeeper.replication Classes for replicating Bookkeeper data.org.apache.bookkeeper.server BookKeeper Server (Bookie) related components. -
-
Uses of LifecycleComponentStack in org.apache.bookkeeper.common.component
Methods in org.apache.bookkeeper.common.component that return LifecycleComponentStack Modifier and Type Method Description LifecycleComponentStack
LifecycleComponentStack.Builder. build()
-
Uses of LifecycleComponentStack in org.apache.bookkeeper.replication
Methods in org.apache.bookkeeper.replication that return LifecycleComponentStack Modifier and Type Method Description static LifecycleComponentStack
AutoRecoveryMain. buildAutoRecoveryServer(BookieConfiguration conf)
-
Uses of LifecycleComponentStack in org.apache.bookkeeper.server
Methods in org.apache.bookkeeper.server that return LifecycleComponentStack Modifier and Type Method Description static LifecycleComponentStack
Main. buildBookieServer(BookieConfiguration conf)
Build the bookie server.LifecycleComponentStack
EmbeddedServer. getLifecycleComponentStack()
-