|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface SplitLogManager.TaskFinisher
SplitLogManager
can use objects implementing this interface to
finish off a partially done task by SplitLogWorker
. This provides
a serialization point at the end of the task processing. Must be
restartable and idempotent.
Nested Class Summary | |
---|---|
static class |
SplitLogManager.TaskFinisher.Status
status that can be returned finish() |
Method Summary | |
---|---|
SplitLogManager.TaskFinisher.Status |
finish(String workerName,
String taskname)
finish the partially done task. |
Method Detail |
---|
SplitLogManager.TaskFinisher.Status finish(String workerName, String taskname)
workerName
- taskname
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |