@ParametersAreNonnullByDefault
See: Description
| Interface | Description |
|---|---|
| ProcessChecker |
Interface for implementing process checking on various operating systems.
|
| Class | Description |
|---|---|
| ExponentialBackOffTrigger |
Trigger implementation whose scheduling delay grows exponentially based on a given factor.
|
| MetricsConstants |
Used to store contants related to metric names.
|
| MetricsConstants.TagKeys |
Inner class for constants used as key to tag metrics.
|
| MetricsConstants.TagValues |
Constants used as metrics tags values by various classes.
|
| MetricsUtils |
Utility methods for metrics.
|
| S3ClientFactory |
A class which will provide an Amazon S3 client based on configuration of the system.
|
| UnixProcessChecker |
Implementation of ProcessChecker for Unix based systems.
|
| Enum | Description |
|---|---|
| ExponentialBackOffTrigger.DelayType |
How the delay is calculated.
|