Uses of Interface
org.apache.flink.runtime.dispatcher.HistoryServerArchivist
Packages that use HistoryServerArchivist
-
Uses of HistoryServerArchivist in org.apache.flink.runtime.dispatcher
Classes in org.apache.flink.runtime.dispatcher that implement HistoryServerArchivistMethods in org.apache.flink.runtime.dispatcher that return HistoryServerArchivistModifier and TypeMethodDescriptionstatic HistoryServerArchivistHistoryServerArchivist.createHistoryServerArchivist(org.apache.flink.configuration.Configuration configuration, JsonArchivist jsonArchivist, Executor ioExecutor) DispatcherServices.getHistoryServerArchivist()PartialDispatcherServices.getHistoryServerArchivist()Constructors in org.apache.flink.runtime.dispatcher with parameters of type HistoryServerArchivistModifierConstructorDescriptionPartialDispatcherServices(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)