Uses of Interface
org.apache.flink.runtime.webmonitor.retriever.MetricQueryServiceRetriever
-
-
Uses of MetricQueryServiceRetriever in org.apache.flink.runtime.entrypoint.component
Methods in org.apache.flink.runtime.entrypoint.component with parameters of type MetricQueryServiceRetriever Modifier and Type Method Description DispatcherResourceManagerComponent
DefaultDispatcherResourceManagerComponentFactory. create(Configuration configuration, ResourceID resourceId, Executor ioExecutor, RpcService rpcService, HighAvailabilityServices highAvailabilityServices, BlobServer blobServer, HeartbeatServices heartbeatServices, DelegationTokenManager delegationTokenManager, MetricRegistry metricRegistry, ExecutionGraphInfoStore executionGraphInfoStore, MetricQueryServiceRetriever metricQueryServiceRetriever, Collection<FailureEnricher> failureEnrichers, FatalErrorHandler fatalErrorHandler)
DispatcherResourceManagerComponent
DispatcherResourceManagerComponentFactory. create(Configuration configuration, ResourceID resourceId, Executor ioExecutor, RpcService rpcService, HighAvailabilityServices highAvailabilityServices, BlobServer blobServer, HeartbeatServices heartbeatServices, DelegationTokenManager delegationTokenManager, MetricRegistry metricRegistry, ExecutionGraphInfoStore executionGraphInfoStore, MetricQueryServiceRetriever metricQueryServiceRetriever, Collection<FailureEnricher> failureEnrichers, FatalErrorHandler fatalErrorHandler)
-
Uses of MetricQueryServiceRetriever in org.apache.flink.runtime.minicluster
Methods in org.apache.flink.runtime.minicluster with parameters of type MetricQueryServiceRetriever Modifier and Type Method Description protected Collection<? extends DispatcherResourceManagerComponent>
MiniCluster. createDispatcherResourceManagerComponents(Configuration configuration, MiniCluster.RpcServiceFactory rpcServiceFactory, BlobServer blobServer, HeartbeatServices heartbeatServices, DelegationTokenManager delegationTokenManager, MetricRegistry metricRegistry, MetricQueryServiceRetriever metricQueryServiceRetriever, FatalErrorHandler fatalErrorHandler)
-
Uses of MetricQueryServiceRetriever in org.apache.flink.runtime.rest.handler.legacy.metrics
Methods in org.apache.flink.runtime.rest.handler.legacy.metrics with parameters of type MetricQueryServiceRetriever Modifier and Type Method Description static <T extends RestfulGateway>
MetricFetcherImpl<T>MetricFetcherImpl. fromConfiguration(Configuration configuration, MetricQueryServiceRetriever metricQueryServiceGatewayRetriever, GatewayRetriever<T> dispatcherGatewayRetriever, ExecutorService executor)
Constructors in org.apache.flink.runtime.rest.handler.legacy.metrics with parameters of type MetricQueryServiceRetriever Constructor Description MetricFetcherImpl(GatewayRetriever<T> retriever, MetricQueryServiceRetriever queryServiceRetriever, Executor executor, Duration timeout, long updateInterval)
-
Uses of MetricQueryServiceRetriever in org.apache.flink.runtime.webmonitor.retriever.impl
Classes in org.apache.flink.runtime.webmonitor.retriever.impl that implement MetricQueryServiceRetriever Modifier and Type Class Description class
RpcMetricQueryServiceRetriever
MetricQueryServiceRetriever
implementation for rpc basedMetricQueryService
.
-