public class JobSubmissionClientActor extends JobClientActor
client, jobManager, leaderSessionID, timeoutLOG| Constructor and Description |
|---|
JobSubmissionClientActor(LeaderRetrievalService leaderRetrievalService,
scala.concurrent.duration.FiniteDuration timeout,
boolean sysoutUpdates,
org.apache.flink.configuration.Configuration clientConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
connectedToJobManager()
Hook to be called once a connection has been established with the JobManager.
|
static akka.actor.Props |
createActorProps(LeaderRetrievalService leaderRetrievalService,
scala.concurrent.duration.FiniteDuration timeout,
boolean sysoutUpdates,
org.apache.flink.configuration.Configuration clientConfig) |
protected Class |
getClientMessageClass()
Hook to let the client know about messages that should start a timer for a timeout
|
void |
handleCustomMessage(Object message)
Hook to handle custom client message which are not handled by the base class.
|
getLeaderSessionID, handleError, handleMessage, isClientConnected, logAndPrintMessage, notifyLeaderAddress, postStop, preStart, terminatedecorateMessage, onReceiveakka$actor$Actor$_setter_$context_$eq, akka$actor$Actor$_setter_$self_$eq, aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, getContext, getSelf, getSender, postRestart, preRestart, receive, self, sender, supervisorStrategy, unhandledpublic JobSubmissionClientActor(LeaderRetrievalService leaderRetrievalService, scala.concurrent.duration.FiniteDuration timeout, boolean sysoutUpdates, org.apache.flink.configuration.Configuration clientConfig)
public void connectedToJobManager()
JobClientActorconnectedToJobManager in class JobClientActorprotected Class getClientMessageClass()
JobClientActorgetClientMessageClass in class JobClientActorpublic void handleCustomMessage(Object message)
JobClientActorhandleCustomMessage in class JobClientActormessage - The message to be handledpublic static akka.actor.Props createActorProps(LeaderRetrievalService leaderRetrievalService, scala.concurrent.duration.FiniteDuration timeout, boolean sysoutUpdates, org.apache.flink.configuration.Configuration clientConfig)
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.