Class DefaultJobManagerJobMetricGroupFactory
java.lang.Object
org.apache.flink.runtime.jobmaster.factories.DefaultJobManagerJobMetricGroupFactory
- All Implemented Interfaces:
JobManagerJobMetricGroupFactory
public class DefaultJobManagerJobMetricGroupFactory
extends Object
implements JobManagerJobMetricGroupFactory
Default implementation of
JobManagerJobMetricGroupFactory which creates for a given
ExecutionPlan a JobManagerJobMetricGroup.-
Constructor Summary
ConstructorsConstructorDescriptionDefaultJobManagerJobMetricGroupFactory(JobManagerMetricGroup jobManagerMetricGroup) -
Method Summary
Modifier and TypeMethodDescriptioncreate(ExecutionPlan executionPlan) Create a newJobManagerJobMetricGroup.
-
Constructor Details
-
DefaultJobManagerJobMetricGroupFactory
-
-
Method Details
-
create
Description copied from interface:JobManagerJobMetricGroupFactoryCreate a newJobManagerJobMetricGroup.- Specified by:
createin interfaceJobManagerJobMetricGroupFactory- Parameters:
executionPlan- for which to create a newJobManagerJobMetricGroup.- Returns:
JobManagerJobMetricGroup
-