| Interface | Description |
|---|---|
| AbstractDispatcherLeaderProcess.DispatcherGatewayService |
An accessor of the
DispatcherGateway. |
| AbstractDispatcherLeaderProcess.DispatcherGatewayServiceFactory | |
| DispatcherLeaderProcessFactory |
Factory for the
DispatcherLeaderProcess. |
| DispatcherLeaderProcessFactoryFactory |
Factory for
DispatcherLeaderProcessFactory. |
| DispatcherRunner |
The
DispatcherRunner encapsulates how a Dispatcher is being executed. |
| DispatcherRunnerFactory |
Factory interface for the
DispatcherRunner. |
| Class | Description |
|---|---|
| AbstractDispatcherLeaderProcess |
A base
DispatcherLeaderProcess. |
| DefaultDispatcherGatewayService |
A facade over the
Dispatcher that exposes specific functionality. |
| DefaultDispatcherRunner |
Runner for the
Dispatcher which is responsible for
the leader election. |
| DefaultDispatcherRunnerFactory |
DispatcherRunnerFactory implementation which creates DefaultDispatcherRunner
instances. |
| JobDispatcherLeaderProcess |
DispatcherLeaderProcess implementation for the per-job mode. |
| JobDispatcherLeaderProcessFactory |
Factory for the
JobDispatcherLeaderProcess. |
| JobDispatcherLeaderProcessFactoryFactory |
Factory for the
JobDispatcherLeaderProcessFactory. |
| SessionDispatcherLeaderProcess |
Process which encapsulates the job recovery logic and life cycle management of a
Dispatcher. |
| SessionDispatcherLeaderProcessFactory |
Factory for the
SessionDispatcherLeaderProcess. |
| SessionDispatcherLeaderProcessFactoryFactory |
Factory for the
SessionDispatcherLeaderProcessFactory. |
| Enum | Description |
|---|---|
| AbstractDispatcherLeaderProcess.State |
The state of the
DispatcherLeaderProcess. |
| StoppedDispatcherLeaderProcess |
DispatcherLeaderProcess implementation which is stopped. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.