Class | Description |
---|---|
AttributeStringUtils |
Tools for converting
Attribute s 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.Label s to be included in the org.apache.mesos.Protos.TaskInfo s 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
ProcessBuilder s. |
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.
|