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(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(Configuration configuration, HighAvailabilityServices highAvailabilityServices, GatewayRetriever<ResourceManagerGateway> resourceManagerGatewayRetriever, BlobServer blobServer, HeartbeatServices heartbeatServices, JobManagerMetricGroupFactory jobManagerMetricGroupFactory, ExecutionGraphInfoStore executionGraphInfoStore, FatalErrorHandler fatalErrorHandler, HistoryServerArchivist historyServerArchivist, String metricQueryServiceAddress, Executor ioExecutor, DispatcherOperationCaches operationCaches, Collection<FailureEnricher> failureEnrichers)
-