| Interface | Description |
|---|---|
| HighAvailabilityServices |
The HighAvailabilityServices give access to all services needed for a highly-available
setup.
|
| HighAvailabilityServicesFactory |
Factory interface for
HighAvailabilityServices. |
| RunningJobsRegistry |
A simple registry that tracks if a certain job is pending execution, running, or completed.
|
| Class | Description |
|---|---|
| FsNegativeRunningJobsRegistry |
This
RunningJobsRegistry tracks the status jobs via marker files,
marking running jobs via running marker files, marking finished jobs via finished marker files. |
| HighAvailabilityServicesUtils |
Utils class to instantiate
HighAvailabilityServices implementations. |
| ServicesThreadFactory |
| Enum | Description |
|---|---|
| HighAvailabilityServicesUtils.AddressResolution |
Enum specifying whether address resolution should be tried or not when creating the
HighAvailabilityServices. |
| RunningJobsRegistry.JobSchedulingStatus |
The scheduling status of a job, as maintained by the
RunningJobsRegistry. |
| Exception | Description |
|---|---|
| LeaderIdMismatchException |
An exception thrown when the leader session id attached to a message does not match
the leader session id that the receiver expects.
|
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.