Interface TaskHolder
- All Known Implementing Classes:
NoopTaskHolder
public interface TaskHolder
Provides identifying information for a task. Implementations return
null
when used in server processes that are not CliPeon.-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getDataSource
- Returns:
- the datasource name for the task, or
nullif called from a server that is notCliPeon.
-
getTaskId
- Returns:
- the taskId, or
nullif called from a server that is notCliPeon.
-
getTaskType
- Returns:
- the type name of this task, or
nullif called from a server that is notCliPeon.
-
getGroupId
- Returns:
- the group ID of this task, or
nullif called from a server that is notCliPeon.
-
getMetricDimensions
- Returns:
- a map of task holder dimensions, or an empty map if called from a server that is not
CliPeon.
-