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 LifecycleComponentStackLifecycleComponentStack.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 LifecycleComponentStackAutoRecoveryMain. 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 LifecycleComponentStackMain. buildBookieServer(BookieConfiguration conf)Build the bookie server.LifecycleComponentStackEmbeddedServer. getLifecycleComponentStack()
-