| Modifier and Type | Method and Description |
|---|---|
JobManagerMetricGroup |
JobManagerMetricGroupFactory.create() |
JobManagerMetricGroup |
DispatcherServices.getJobManagerMetricGroup() |
| Constructor and Description |
|---|
DispatcherServices(org.apache.flink.configuration.Configuration configuration,
HighAvailabilityServices highAvailabilityServices,
GatewayRetriever<ResourceManagerGateway> resourceManagerGatewayRetriever,
BlobServer blobServer,
HeartbeatServices heartbeatServices,
ArchivedExecutionGraphStore archivedExecutionGraphStore,
FatalErrorHandler fatalErrorHandler,
HistoryServerArchivist historyServerArchivist,
String metricQueryServiceAddress,
JobManagerMetricGroup jobManagerMetricGroup,
JobGraphWriter jobGraphWriter,
JobManagerRunnerFactory jobManagerRunnerFactory) |
| Constructor and Description |
|---|
DefaultJobManagerJobMetricGroupFactory(JobManagerMetricGroup jobManagerMetricGroup) |
| Modifier and Type | Class and Description |
|---|---|
static class |
UnregisteredMetricGroups.UnregisteredJobManagerMetricGroup
A safe drop-in replacement for
JobManagerMetricGroups. |
| Modifier and Type | Method and Description |
|---|---|
static JobManagerMetricGroup |
UnregisteredMetricGroups.createUnregisteredJobManagerMetricGroup() |
JobManagerMetricGroup |
JobManagerJobMetricGroup.parent() |
| Constructor and Description |
|---|
JobManagerJobMetricGroup(MetricRegistry registry,
JobManagerMetricGroup parent,
org.apache.flink.api.common.JobID jobId,
String jobName) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
JobManagerJobScopeFormat.formatScope(JobManagerMetricGroup parent,
org.apache.flink.api.common.JobID jid,
String jobName) |
| Modifier and Type | Method and Description |
|---|---|
static JobManagerMetricGroup |
MetricUtils.instantiateJobManagerMetricGroup(MetricRegistry metricRegistry,
String hostname) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.