Modifier and Type | Method and Description |
---|---|
JobManagerMetricGroup |
JobManagerMetricGroupFactory.create() |
JobManagerMetricGroup |
DispatcherServices.getJobManagerMetricGroup() |
Constructor and Description |
---|
DispatcherServices(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
JobManagerMetricGroup s. |
Modifier and Type | Method and Description |
---|---|
static JobManagerMetricGroup |
UnregisteredMetricGroups.createUnregisteredJobManagerMetricGroup() |
JobManagerMetricGroup |
JobManagerJobMetricGroup.parent() |
Constructor and Description |
---|
JobManagerJobMetricGroup(MetricRegistry registry,
JobManagerMetricGroup parent,
JobID jobId,
String jobName) |
Modifier and Type | Method and Description |
---|---|
String[] |
JobManagerJobScopeFormat.formatScope(JobManagerMetricGroup parent,
JobID jid,
String jobName) |
Modifier and Type | Method and Description |
---|---|
static JobManagerMetricGroup |
MetricUtils.instantiateJobManagerMetricGroup(MetricRegistry metricRegistry,
String hostname) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.