Uses of Class
org.apache.flink.runtime.metrics.groups.JobManagerMetricGroup
-
-
Uses of JobManagerMetricGroup in org.apache.flink.runtime.dispatcher
Methods in org.apache.flink.runtime.dispatcher that return JobManagerMetricGroup Modifier and Type Method Description JobManagerMetricGroupJobManagerMetricGroupFactory. create()JobManagerMetricGroupDispatcherServices. getJobManagerMetricGroup() -
Uses of JobManagerMetricGroup in org.apache.flink.runtime.dispatcher.cleanup
Constructors in org.apache.flink.runtime.dispatcher.cleanup with parameters of type JobManagerMetricGroup Constructor Description DispatcherResourceCleanerFactory(Executor cleanupExecutor, org.apache.flink.util.concurrent.RetryStrategy retryStrategy, JobManagerRunnerRegistry jobManagerRunnerRegistry, JobGraphWriter jobGraphWriter, BlobServer blobServer, HighAvailabilityServices highAvailabilityServices, JobManagerMetricGroup jobManagerMetricGroup) -
Uses of JobManagerMetricGroup in org.apache.flink.runtime.jobmaster.factories
Constructors in org.apache.flink.runtime.jobmaster.factories with parameters of type JobManagerMetricGroup Constructor Description DefaultJobManagerJobMetricGroupFactory(JobManagerMetricGroup jobManagerMetricGroup) -
Uses of JobManagerMetricGroup in org.apache.flink.runtime.metrics.groups
Subclasses of JobManagerMetricGroup in org.apache.flink.runtime.metrics.groups Modifier and Type Class Description static classUnregisteredMetricGroups.UnregisteredJobManagerMetricGroupA safe drop-in replacement forJobManagerMetricGroups.Methods in org.apache.flink.runtime.metrics.groups that return JobManagerMetricGroup Modifier and Type Method Description static JobManagerMetricGroupJobManagerMetricGroup. createJobManagerMetricGroup(MetricRegistry metricRegistry, String hostname)static JobManagerMetricGroupUnregisteredMetricGroups. createUnregisteredJobManagerMetricGroup()JobManagerMetricGroupJobManagerJobMetricGroup. parent() -
Uses of JobManagerMetricGroup in org.apache.flink.runtime.metrics.scope
Methods in org.apache.flink.runtime.metrics.scope with parameters of type JobManagerMetricGroup Modifier and Type Method Description String[]JobManagerJobScopeFormat. formatScope(JobManagerMetricGroup parent, org.apache.flink.api.common.JobID jid, String jobName)
-