Uses of Class
org.apache.bookkeeper.server.component.ServerLifecycleComponent
-
Packages that use ServerLifecycleComponent Package Description 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 ServerLifecycleComponent in org.apache.bookkeeper.server.component
Methods in org.apache.bookkeeper.server.component that return ServerLifecycleComponent Modifier and Type Method Description (package private) static ServerLifecycleComponentServerLifecycleComponent. newComponent(java.lang.Class<? extends ServerLifecycleComponent> theCls, BookieConfiguration conf, StatsLogger statsLogger)Methods in org.apache.bookkeeper.server.component that return types with arguments of type ServerLifecycleComponent Modifier and Type Method Description static java.util.List<ServerLifecycleComponent>ServerLifecycleComponent. loadServerComponents(java.lang.String[] componentClassNames, BookieConfiguration conf, StatsLogger statsLogger)Method parameters in org.apache.bookkeeper.server.component with type arguments of type ServerLifecycleComponent Modifier and Type Method Description (package private) static ServerLifecycleComponentServerLifecycleComponent. newComponent(java.lang.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.service Modifier and Type Class Description classAutoRecoveryServiceAServerLifecycleComponentthat runs autorecovery.classBookieServiceAServerLifecycleComponentthat starts the core bookie server.classHttpServiceAServerLifecycleComponentthat runs http service.classScrubberServiceALifecycleComponentthat runs the scrubber background service.classStatsProviderServiceALifecycleComponentthat runs stats provider.
-