public interface CommitterStatistics extends S3AStatisticInterface
| Modifier and Type | Method and Description |
|---|---|
void |
commitAborted()
A commit has been aborted.
|
void |
commitCompleted(long size)
A commit has been completed.
|
void |
commitCreated()
A commit has been created.
|
void |
commitFailed()
A commit failed.
|
void |
commitReverted()
A commit was reverted.
|
void |
commitUploaded(long size)
Data has been uploaded to be committed in a subsequent operation.
|
void |
jobCompleted(boolean success)
Note that a job has completed.
|
void |
taskCompleted(boolean success)
Note that a task has completed.
|
void commitCreated()
void commitUploaded(long size)
size - size in bytesvoid commitCompleted(long size)
size - size in bytesvoid commitAborted()
void commitReverted()
void commitFailed()
void taskCompleted(boolean success)
success - success flagvoid jobCompleted(boolean success)
success - success flagCopyright © 2008–2022 Apache Software Foundation. All rights reserved.