Uses of Class
org.apache.bookkeeper.server.component.ServerLifecycleComponent
Packages that use ServerLifecycleComponent
Package
Description
The lifecycle components that run on a bookie server.
Services running in a storage server (bookie).
-
Uses of ServerLifecycleComponent in org.apache.bookkeeper.server.component
Methods in org.apache.bookkeeper.server.component that return ServerLifecycleComponentModifier and TypeMethodDescription(package private) static ServerLifecycleComponentServerLifecycleComponent.newComponent(Class<? extends ServerLifecycleComponent> theCls, BookieConfiguration conf, StatsLogger statsLogger) Methods in org.apache.bookkeeper.server.component that return types with arguments of type ServerLifecycleComponentModifier and TypeMethodDescriptionstatic List<ServerLifecycleComponent>ServerLifecycleComponent.loadServerComponents(String[] componentClassNames, BookieConfiguration conf, StatsLogger statsLogger) Method parameters in org.apache.bookkeeper.server.component with type arguments of type ServerLifecycleComponentModifier and TypeMethodDescription(package private) static ServerLifecycleComponentServerLifecycleComponent.newComponent(Class<? extends ServerLifecycleComponent> theCls, BookieConfiguration conf, StatsLogger statsLogger) -
Uses of ServerLifecycleComponent in org.apache.bookkeeper.server.service
Subclasses of ServerLifecycleComponent in org.apache.bookkeeper.server.serviceModifier and TypeClassDescriptionclassAServerLifecycleComponentthat runs autorecovery.classAServerLifecycleComponentthat starts the core bookie server.classAServerLifecycleComponentthat runs http service.classALifecycleComponentthat runs the scrubber background service.classALifecycleComponentthat runs stats provider.