Uses of Class
org.apache.bookkeeper.common.conf.ComponentConfiguration
-
Packages that use ComponentConfiguration Package Description org.apache.bookkeeper.common.component Component and lifecycle management.org.apache.bookkeeper.server.conf Server component related configuration. -
-
Uses of ComponentConfiguration in org.apache.bookkeeper.common.component
Classes in org.apache.bookkeeper.common.component with type parameters of type ComponentConfiguration Modifier and Type Class Description class
AbstractComponent<ConfT extends ComponentConfiguration>
The base class represents a component.class
AbstractLifecycleComponent<ConfT extends ComponentConfiguration>
A mix ofAbstractComponent
andLifecycleComponent
.Fields in org.apache.bookkeeper.common.component declared as ComponentConfiguration Modifier and Type Field Description protected ConfT
AbstractComponent. conf
Constructors in org.apache.bookkeeper.common.component with parameters of type ComponentConfiguration Constructor Description RxSchedulerLifecycleComponent(java.lang.String componentName, ComponentConfiguration conf, StatsLogger stats, io.reactivex.rxjava3.core.Scheduler scheduler, java.util.concurrent.ExecutorService rxExecutor)
-
Uses of ComponentConfiguration in org.apache.bookkeeper.server.conf
Subclasses of ComponentConfiguration in org.apache.bookkeeper.server.conf Modifier and Type Class Description class
BookieConfiguration
A bookie relatedComponentConfiguration
.
-