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.Modifier and Type | Interface and Description |
---|---|
static class |
SplitLogManager.TaskFinisher.Status
status that can be returned finish()
|
Modifier and Type | Method and Description |
---|---|
SplitLogManager.TaskFinisher.Status |
finish(ServerName workerName,
String taskname)
finish the partially done task.
|
SplitLogManager.TaskFinisher.Status finish(ServerName workerName, String taskname)
workerName
- taskname
- Copyright © 2014 The Apache Software Foundation. All rights reserved.