Uses of Interface
org.apache.bookkeeper.common.component.LifecycleComponent
Packages that use LifecycleComponent
Package
Description
Package of the classes for defining bookie stats.
Component and lifecycle management.
The lifecycle components that run on a bookie server.
Services running in a storage server (bookie).
-
Uses of LifecycleComponent in org.apache.bookkeeper.bookie.datainteg
Classes in org.apache.bookkeeper.bookie.datainteg that implement LifecycleComponentModifier and TypeClassDescriptionclassAn abstract lifecycle component that can perform data integrity checking. -
Uses of LifecycleComponent in org.apache.bookkeeper.common.component
Classes in org.apache.bookkeeper.common.component that implement LifecycleComponentModifier and TypeClassDescriptionclassAbstractLifecycleComponent<ConfT extends ComponentConfiguration>A mix ofAbstractComponentandLifecycleComponent.classAllows for AutoClosable resources to be added to the component lifecycle without having to implement ServerLifecycleComponent directly.classA stack ofLifecycleComponents.classThe scheduler for rxjava based jobs, such as data integrity checking.Methods in org.apache.bookkeeper.common.component that return LifecycleComponentMethods in org.apache.bookkeeper.common.component with parameters of type LifecycleComponentModifier and TypeMethodDescriptionLifecycleComponentStack.Builder.addComponent(LifecycleComponent component) static CompletableFuture<Void>ComponentStarter.startComponent(LifecycleComponent component) Start a component and register a shutdown hook.Constructors in org.apache.bookkeeper.common.component with parameters of type LifecycleComponentModifierConstructorDescription(package private)ComponentShutdownHook(LifecycleComponent component, CompletableFuture<Void> future) -
Uses of LifecycleComponent in org.apache.bookkeeper.server.component
Classes in org.apache.bookkeeper.server.component that implement LifecycleComponent -
Uses of LifecycleComponent in org.apache.bookkeeper.server.service
Classes in org.apache.bookkeeper.server.service that implement LifecycleComponentModifier and TypeClassDescriptionclassAServerLifecycleComponentthat runs autorecovery.classAServerLifecycleComponentthat starts the core bookie server.classAServerLifecycleComponentthat runs http service.classALifecycleComponentthat runs the scrubber background service.classALifecycleComponentthat runs stats provider.