Interface JobManagerJobMetricGroupFactory
-
- All Known Implementing Classes:
DefaultJobManagerJobMetricGroupFactory
,UnregisteredJobManagerJobMetricGroupFactory
public interface JobManagerJobMetricGroupFactory
Factory interface forJobManagerJobMetricGroup
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JobManagerJobMetricGroup
create(ExecutionPlan executionPlan)
Create a newJobManagerJobMetricGroup
.
-
-
-
Method Detail
-
create
JobManagerJobMetricGroup create(@Nonnull ExecutionPlan executionPlan)
Create a newJobManagerJobMetricGroup
.- Parameters:
executionPlan
- for which to create a newJobManagerJobMetricGroup
.- Returns:
JobManagerJobMetricGroup
-
-