Uses of Interface
org.apache.flink.runtime.taskexecutor.JobLeaderListener
Packages that use JobLeaderListener
-
Uses of JobLeaderListener in org.apache.flink.runtime.taskexecutor
Methods in org.apache.flink.runtime.taskexecutor with parameters of type JobLeaderListenerModifier and TypeMethodDescriptionvoidDefaultJobLeaderService.start(String initialOwnerAddress, org.apache.flink.runtime.rpc.RpcService initialRpcService, HighAvailabilityServices initialHighAvailabilityServices, JobLeaderListener initialJobLeaderListener) voidJobLeaderService.start(String initialOwnerAddress, org.apache.flink.runtime.rpc.RpcService initialRpcService, HighAvailabilityServices initialHighAvailabilityServices, JobLeaderListener initialJobLeaderListener) Start the job leader service with the given services.