@InterfaceAudience.Private @InterfaceStability.Unstable public final class S3AInstrumentation.CommitterStatistics extends Object
| Constructor and Description |
|---|
CommitterStatistics() |
| 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() |
void |
commitReverted() |
void |
commitUploaded(long size)
Data has been uploaded to be committed in a subsequent operation.
|
void |
jobCompleted(boolean success) |
void |
taskCompleted(boolean success) |
public void commitCreated()
public void commitUploaded(long size)
size - size in bytespublic void commitCompleted(long size)
size - size in bytespublic void commitAborted()
public void commitReverted()
public void commitFailed()
public void taskCompleted(boolean success)
public void jobCompleted(boolean success)
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.