Interface WorkerRecoveryService
public interface WorkerRecoveryService
Created with IntelliJ IDEA.
User: kravtsov
Date: 8/6/14
Time: 9:12 AM
-
Method Summary
Modifier and TypeMethodDescriptionvoiddoWorkerAndMessageRecovery(String workerUuid) Used by the recovery job Recovery will be done if the worker is non responsive or has not acknowledged messagesvoiddoWorkerRecovery(String workerUuid) Used in order to recover non responsive worker Also used during worker startup - in order to recover all data that was in worker before restart
-
Method Details
-
doWorkerRecovery
Used in order to recover non responsive worker Also used during worker startup - in order to recover all data that was in worker before restart- Parameters:
workerUuid- - the uuid of worker
-
doWorkerAndMessageRecovery
Used by the recovery job Recovery will be done if the worker is non responsive or has not acknowledged messages- Parameters:
workerUuid- - the uuid of worker
-