public interface IJobMasterFailureListener
Modifier and Type | Method and Description |
---|---|
void |
jmFailed()
informs when the job master fails.
|
void |
jmRestarted(java.lang.String jobMasterAddress)
informs when the job master rejoins after failure
|