public static final class EmptyS3AStatisticsContext.EmptyMultipartUploaderStatistics extends Object implements S3AMultipartUploaderStatistics
| Constructor and Description |
|---|
EmptyMultipartUploaderStatistics() |
| Modifier and Type | Method and Description |
|---|---|
void |
abortUploadsUnderPathInvoked() |
void |
close() |
void |
instantiated() |
void |
partPut(long lengthInBytes) |
org.apache.hadoop.fs.statistics.DurationTracker |
trackDuration(String key,
long count) |
void |
uploadAborted() |
void |
uploadCompleted() |
void |
uploadStarted() |
public void instantiated()
instantiated in interface S3AMultipartUploaderStatisticspublic void uploadStarted()
uploadStarted in interface S3AMultipartUploaderStatisticspublic void partPut(long lengthInBytes)
partPut in interface S3AMultipartUploaderStatisticspublic void uploadCompleted()
uploadCompleted in interface S3AMultipartUploaderStatisticspublic void uploadAborted()
uploadAborted in interface S3AMultipartUploaderStatisticspublic void abortUploadsUnderPathInvoked()
abortUploadsUnderPathInvoked in interface S3AMultipartUploaderStatisticspublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic org.apache.hadoop.fs.statistics.DurationTracker trackDuration(String key, long count)
trackDuration in interface org.apache.hadoop.fs.statistics.DurationTrackerFactoryCopyright © 2008–2024 Apache Software Foundation. All rights reserved.