Uses of Interface
org.apache.flink.runtime.leaderelection.LeaderElectionDriverFactory
Packages that use LeaderElectionDriverFactory
Package
Description
-
Uses of LeaderElectionDriverFactory in org.apache.flink.runtime.highavailability
Constructors in org.apache.flink.runtime.highavailability with parameters of type LeaderElectionDriverFactoryModifierConstructorDescriptionprotectedAbstractHaServices(org.apache.flink.configuration.Configuration config, LeaderElectionDriverFactory driverFactory, Executor ioExecutor, BlobStoreService blobStoreService, JobResultStore jobResultStore) -
Uses of LeaderElectionDriverFactory in org.apache.flink.runtime.leaderelection
Classes in org.apache.flink.runtime.leaderelection that implement LeaderElectionDriverFactoryConstructors in org.apache.flink.runtime.leaderelection with parameters of type LeaderElectionDriverFactoryModifierConstructorDescriptionDefaultLeaderElectionService(LeaderElectionDriverFactory leaderElectionDriverFactory) DefaultLeaderElectionService(LeaderElectionDriverFactory leaderElectionDriverFactory, org.apache.flink.runtime.rpc.FatalErrorHandler fallbackErrorHandler)