public interface JobFaultListener
Modifier and Type | Method and Description |
---|---|
void |
faultOccurred()
this is called when a worker failed in the job
it is also called when a worker is restarted before its failure message received
|
void |
faultRestored()
this is called when all workers restored
and they all come to a barrier after the barrier
|
void faultOccurred()
void faultRestored()