Uses of Interface
org.apache.flink.runtime.rest.handler.legacy.ExecutionGraphCache
-
-
Uses of ExecutionGraphCache in org.apache.flink.runtime.dispatcher
Constructors in org.apache.flink.runtime.dispatcher with parameters of type ExecutionGraphCache Constructor Description DispatcherRestEndpoint(GatewayRetriever<DispatcherGateway> leaderRetriever, org.apache.flink.configuration.Configuration clusterConfiguration, RestHandlerConfiguration restConfiguration, GatewayRetriever<ResourceManagerGateway> resourceManagerRetriever, TransientBlobService transientBlobService, ScheduledExecutorService executor, MetricFetcher metricFetcher, LeaderElection leaderElection, ExecutionGraphCache executionGraphCache, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler) -
Uses of ExecutionGraphCache in org.apache.flink.runtime.jobmaster
Constructors in org.apache.flink.runtime.jobmaster with parameters of type ExecutionGraphCache Constructor Description MiniDispatcherRestEndpoint(GatewayRetriever<? extends RestfulGateway> leaderRetriever, org.apache.flink.configuration.Configuration clusterConfiguration, RestHandlerConfiguration restConfiguration, GatewayRetriever<ResourceManagerGateway> resourceManagerRetriever, TransientBlobService transientBlobService, ScheduledExecutorService executor, MetricFetcher metricFetcher, LeaderElection leaderElection, ExecutionGraphCache executionGraphCache, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler) -
Uses of ExecutionGraphCache in org.apache.flink.runtime.rest
Methods in org.apache.flink.runtime.rest that return ExecutionGraphCache Modifier and Type Method Description static ExecutionGraphCacheRestEndpointFactory. createExecutionGraphCache(RestHandlerConfiguration restConfiguration) -
Uses of ExecutionGraphCache in org.apache.flink.runtime.rest.handler.job
-
Uses of ExecutionGraphCache in org.apache.flink.runtime.rest.handler.job.checkpoints
Constructors in org.apache.flink.runtime.rest.handler.job.checkpoints with parameters of type ExecutionGraphCache Constructor Description CheckpointConfigHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever, Duration timeout, Map<String,String> responseHeaders, MessageHeaders<EmptyRequestBody,CheckpointConfigInfo,JobMessageParameters> messageHeaders, ExecutionGraphCache executionGraphCache, Executor executor) -
Uses of ExecutionGraphCache in org.apache.flink.runtime.rest.handler.job.metrics
Constructors in org.apache.flink.runtime.rest.handler.job.metrics with parameters of type ExecutionGraphCache Constructor Description JobVertexWatermarksHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever, Duration timeout, Map<String,String> responseHeaders, MetricFetcher metricFetcher, ExecutionGraphCache executionGraphCache, Executor executor) -
Uses of ExecutionGraphCache in org.apache.flink.runtime.rest.handler.legacy
Classes in org.apache.flink.runtime.rest.handler.legacy that implement ExecutionGraphCache Modifier and Type Class Description classDefaultExecutionGraphCacheDefault implementation ofExecutionGraphCache. -
Uses of ExecutionGraphCache in org.apache.flink.runtime.webmonitor
Constructors in org.apache.flink.runtime.webmonitor with parameters of type ExecutionGraphCache Constructor Description WebMonitorEndpoint(GatewayRetriever<? extends T> leaderRetriever, org.apache.flink.configuration.Configuration clusterConfiguration, RestHandlerConfiguration restConfiguration, GatewayRetriever<ResourceManagerGateway> resourceManagerRetriever, TransientBlobService transientBlobService, ScheduledExecutorService executor, MetricFetcher metricFetcher, LeaderElection leaderElection, ExecutionGraphCache executionGraphCache, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler)
-