Uses of Class
org.apache.flink.runtime.dispatcher.DispatcherOperationCaches
-
Packages that use DispatcherOperationCaches Package Description org.apache.flink.runtime.dispatcher -
-
Uses of DispatcherOperationCaches in org.apache.flink.runtime.dispatcher
Methods in org.apache.flink.runtime.dispatcher that return DispatcherOperationCaches Modifier and Type Method Description DispatcherOperationCaches
DispatcherServices. getOperationCaches()
DispatcherOperationCaches
PartialDispatcherServices. getOperationCaches()
Constructors in org.apache.flink.runtime.dispatcher with parameters of type DispatcherOperationCaches Constructor Description PartialDispatcherServices(org.apache.flink.configuration.Configuration configuration, HighAvailabilityServices highAvailabilityServices, GatewayRetriever<ResourceManagerGateway> resourceManagerGatewayRetriever, BlobServer blobServer, HeartbeatServices heartbeatServices, JobManagerMetricGroupFactory jobManagerMetricGroupFactory, ExecutionGraphInfoStore executionGraphInfoStore, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler, HistoryServerArchivist historyServerArchivist, String metricQueryServiceAddress, Executor ioExecutor, DispatcherOperationCaches operationCaches, Collection<org.apache.flink.core.failure.FailureEnricher> failureEnrichers)
-