public class RxSchedulerLifecycleComponent extends AbstractLifecycleComponent<ComponentConfiguration>
lifecycle, statsLogger, uncaughtExceptionHandlercomponentName, 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
doClose() |
protected void |
doStart() |
protected void |
doStop() |
addLifecycleListener, close, getStatsLogger, lifecycleState, removeLifecycleListener, setExceptionHandler, start, stopgetConf, getNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetName, publishInfopublic RxSchedulerLifecycleComponent(java.lang.String componentName,
ComponentConfiguration conf,
org.apache.bookkeeper.stats.StatsLogger stats,
io.reactivex.rxjava3.core.Scheduler scheduler,
java.util.concurrent.ExecutorService rxExecutor)
protected void doStart()
doStart in class AbstractLifecycleComponent<ComponentConfiguration>protected void doStop()
doStop in class AbstractLifecycleComponent<ComponentConfiguration>public void doClose()
doClose in class AbstractLifecycleComponent<ComponentConfiguration>Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.