Uses of Interface
org.apache.flink.runtime.dispatcher.HistoryServerArchivist
-
Packages that use HistoryServerArchivist Package Description org.apache.flink.runtime.dispatcher -
-
Uses of HistoryServerArchivist in org.apache.flink.runtime.dispatcher
Classes in org.apache.flink.runtime.dispatcher that implement HistoryServerArchivist Modifier and Type Class Description class
VoidHistoryServerArchivist
No-op implementation of theHistoryServerArchivist
.Methods in org.apache.flink.runtime.dispatcher that return HistoryServerArchivist Modifier and Type Method Description static HistoryServerArchivist
HistoryServerArchivist. createHistoryServerArchivist(org.apache.flink.configuration.Configuration configuration, JsonArchivist jsonArchivist, Executor ioExecutor)
HistoryServerArchivist
DispatcherServices. getHistoryServerArchivist()
HistoryServerArchivist
PartialDispatcherServices. getHistoryServerArchivist()
Constructors in org.apache.flink.runtime.dispatcher with parameters of type HistoryServerArchivist 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)
-