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 classAbstractComponent<ConfT extends ComponentConfiguration>The base class represents a component.classAbstractLifecycleComponent<ConfT extends ComponentConfiguration>A mix ofAbstractComponentandLifecycleComponent.Fields in org.apache.bookkeeper.common.component declared as ComponentConfiguration Modifier and Type Field Description protected ConfTAbstractComponent. confConstructors 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 classBookieConfigurationA bookie relatedComponentConfiguration.
-