Interface JobManagerJobMetricGroupFactory
- All Known Implementing Classes:
DefaultJobManagerJobMetricGroupFactory,UnregisteredJobManagerJobMetricGroupFactory
public interface JobManagerJobMetricGroupFactory
Factory interface for
JobManagerJobMetricGroup.-
Method Summary
Modifier and TypeMethodDescriptioncreate(ExecutionPlan executionPlan) Create a newJobManagerJobMetricGroup.
-
Method Details
-
create
Create a newJobManagerJobMetricGroup.- Parameters:
executionPlan- for which to create a newJobManagerJobMetricGroup.- Returns:
JobManagerJobMetricGroup
-