Uses of Interface
org.apache.flink.runtime.webmonitor.retriever.MetricQueryServiceRetriever
Packages that use MetricQueryServiceRetriever
Package
Description
-
Uses of MetricQueryServiceRetriever in org.apache.flink.runtime.entrypoint.component
Methods in org.apache.flink.runtime.entrypoint.component with parameters of type MetricQueryServiceRetrieverModifier and TypeMethodDescriptionDefaultDispatcherResourceManagerComponentFactory.create(org.apache.flink.configuration.Configuration configuration, ResourceID resourceId, Executor ioExecutor, org.apache.flink.runtime.rpc.RpcService rpcService, HighAvailabilityServices highAvailabilityServices, BlobServer blobServer, HeartbeatServices heartbeatServices, DelegationTokenManager delegationTokenManager, MetricRegistry metricRegistry, ExecutionGraphInfoStore executionGraphInfoStore, MetricQueryServiceRetriever metricQueryServiceRetriever, Collection<org.apache.flink.core.failure.FailureEnricher> failureEnrichers, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler) DispatcherResourceManagerComponentFactory.create(org.apache.flink.configuration.Configuration configuration, ResourceID resourceId, Executor ioExecutor, org.apache.flink.runtime.rpc.RpcService rpcService, HighAvailabilityServices highAvailabilityServices, BlobServer blobServer, HeartbeatServices heartbeatServices, DelegationTokenManager delegationTokenManager, MetricRegistry metricRegistry, ExecutionGraphInfoStore executionGraphInfoStore, MetricQueryServiceRetriever metricQueryServiceRetriever, Collection<org.apache.flink.core.failure.FailureEnricher> failureEnrichers, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler) -
Uses of MetricQueryServiceRetriever in org.apache.flink.runtime.minicluster
Methods in org.apache.flink.runtime.minicluster with parameters of type MetricQueryServiceRetrieverModifier and TypeMethodDescriptionprotected Collection<? extends DispatcherResourceManagerComponent>MiniCluster.createDispatcherResourceManagerComponents(org.apache.flink.configuration.Configuration configuration, MiniCluster.RpcServiceFactory rpcServiceFactory, BlobServer blobServer, HeartbeatServices heartbeatServices, DelegationTokenManager delegationTokenManager, MetricRegistry metricRegistry, MetricQueryServiceRetriever metricQueryServiceRetriever, org.apache.flink.runtime.rpc.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 MetricQueryServiceRetrieverModifier and TypeMethodDescriptionstatic <T extends RestfulGateway>
MetricFetcherImpl<T>MetricFetcherImpl.fromConfiguration(org.apache.flink.configuration.Configuration configuration, MetricQueryServiceRetriever metricQueryServiceGatewayRetriever, GatewayRetriever<T> dispatcherGatewayRetriever, ExecutorService executor) Constructors in org.apache.flink.runtime.rest.handler.legacy.metrics with parameters of type MetricQueryServiceRetrieverModifierConstructorDescriptionMetricFetcherImpl(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 MetricQueryServiceRetrieverModifier and TypeClassDescriptionclassMetricQueryServiceRetrieverimplementation for rpc basedMetricQueryService.