| Class | Description |
|---|---|
| AttributeStringUtils |
Tools for converting
Attributes into strings. |
| AttributeStringUtils.NameValue |
A utility class which pairs an attribute name with an attribute value.
|
| AuxLabelAccess |
Utilities for adding labels to Mesos protobufs other than
Protos.TaskInfo. |
| EnvConstants |
Environment variables to be set inside launched tasks themselves
These are accessible to the tasks themselves via the container environment.
|
| EnvUtils |
Utilities relating to environment variable manipulation.
|
| ExecutorTaskLabelReader |
Provides read access to task labels which are (only) read by the Executor.
|
| ExecutorTaskLabelWriter |
Provides write access to task labels which are (only) written by the Executor.
|
| LabelConstants |
Names of
org.apache.mesos.Protos.Labels to be included in the org.apache.mesos.Protos.TaskInfos of
launched tasks. |
| LabelReader |
Implements common logic for read access to a task's Labels.
|
| LabelUtils |
Common utility methods for classes which access and manipulate label data.
|
| LabelWriter |
Implements common logic for write access to a task's Labels.
|
| ProcessBuilderUtils |
Utilities relating to construction of
ProcessBuilders. |
| TaskLabelReader |
Provides read access to task labels which are (only) read by the Scheduler.
|
| TaskLabelWriter |
Provides write access to task labels which are (only) written by the Scheduler.
|
| TaskPackingUtils |
Mesos requirements do not allow a TaskInfo to simultaneously have a Command and Executor.
|