| Package | Description |
|---|---|
| org.apache.bookkeeper.common.component |
Component and lifecycle management.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractComponent<ConfT extends ComponentConfiguration>
The base class represents a component.
|
class |
AbstractLifecycleComponent<ConfT extends ComponentConfiguration>
A mix of
AbstractComponent and LifecycleComponent. |
| Modifier and Type | Field and Description |
|---|---|
protected ConfT |
AbstractComponent.conf |
| Constructor and Description |
|---|
RxSchedulerLifecycleComponent(java.lang.String componentName,
ComponentConfiguration conf,
org.apache.bookkeeper.stats.StatsLogger stats,
io.reactivex.rxjava3.core.Scheduler scheduler,
java.util.concurrent.ExecutorService rxExecutor) |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.