Uses of Interface
org.apache.flink.runtime.taskexecutor.JobLeaderListener
-
Packages that use JobLeaderListener Package Description org.apache.flink.runtime.taskexecutor -
-
Uses of JobLeaderListener in org.apache.flink.runtime.taskexecutor
Methods in org.apache.flink.runtime.taskexecutor with parameters of type JobLeaderListener Modifier and Type Method Description voidDefaultJobLeaderService. 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.
-