public class PrestoS3FileSystemStats extends Object
| Constructor and Description |
|---|
PrestoS3FileSystemStats() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAwsClientExecuteTime(io.airlift.units.Duration duration) |
void |
addAwsClientRetryPauseTime(io.airlift.units.Duration duration) |
void |
addAwsRequestTime(io.airlift.units.Duration duration) |
void |
connectionOpened() |
void |
connectionReleased() |
com.facebook.airlift.stats.CounterStat |
getActiveConnections() |
com.facebook.airlift.stats.CounterStat |
getAwsAbortedExceptions() |
com.facebook.airlift.stats.TimeStat |
getAwsClientExecuteTime() |
com.facebook.airlift.stats.TimeStat |
getAwsClientRetryPauseTime() |
com.facebook.airlift.stats.CounterStat |
getAwsRequestCount() |
com.facebook.airlift.stats.TimeStat |
getAwsRequestTime() |
com.facebook.airlift.stats.CounterStat |
getAwsRetryCount() |
com.facebook.airlift.stats.CounterStat |
getAwsThrottleExceptions() |
com.facebook.airlift.stats.CounterStat |
getFailedUploads() |
com.facebook.airlift.stats.CounterStat |
getGetMetadataErrors() |
com.facebook.airlift.stats.CounterStat |
getGetMetadataRetries() |
com.facebook.airlift.stats.CounterStat |
getGetObjectErrors() |
com.facebook.airlift.stats.CounterStat |
getGetObjectRetries() |
com.facebook.airlift.stats.CounterStat |
getListLocatedStatusCalls() |
com.facebook.airlift.stats.CounterStat |
getListObjectsCalls() |
com.facebook.airlift.stats.CounterStat |
getListStatusCalls() |
com.facebook.airlift.stats.CounterStat |
getMetadataCalls() |
com.facebook.airlift.stats.CounterStat |
getOtherReadErrors() |
com.facebook.airlift.stats.CounterStat |
getReadRetries() |
com.facebook.airlift.stats.CounterStat |
getSocketExceptions() |
com.facebook.airlift.stats.CounterStat |
getSocketTimeoutExceptions() |
com.facebook.airlift.stats.CounterStat |
getStartedUploads() |
com.facebook.airlift.stats.CounterStat |
getSuccessfulUploads() |
void |
newGetMetadataError() |
void |
newGetMetadataRetry() |
void |
newGetObjectError() |
void |
newGetObjectRetry() |
void |
newListLocatedStatusCall() |
void |
newListObjectsCall() |
void |
newListStatusCall() |
void |
newMetadataCall() |
void |
newReadError(Throwable t) |
void |
newReadRetry() |
void |
updateAwsRequestCount(long requestCount) |
void |
updateAwsRetryCount(long retryCount) |
void |
updateAwsThrottleExceptionsCount(long throttleExceptionsCount) |
void |
uploadFailed() |
void |
uploadStarted() |
void |
uploadSuccessful() |
public com.facebook.airlift.stats.CounterStat getActiveConnections()
public com.facebook.airlift.stats.CounterStat getStartedUploads()
public com.facebook.airlift.stats.CounterStat getFailedUploads()
public com.facebook.airlift.stats.CounterStat getSuccessfulUploads()
public com.facebook.airlift.stats.CounterStat getMetadataCalls()
public com.facebook.airlift.stats.CounterStat getListStatusCalls()
public com.facebook.airlift.stats.CounterStat getListLocatedStatusCalls()
public com.facebook.airlift.stats.CounterStat getListObjectsCalls()
public com.facebook.airlift.stats.CounterStat getGetObjectErrors()
public com.facebook.airlift.stats.CounterStat getGetMetadataErrors()
public com.facebook.airlift.stats.CounterStat getOtherReadErrors()
public com.facebook.airlift.stats.CounterStat getSocketExceptions()
public com.facebook.airlift.stats.CounterStat getSocketTimeoutExceptions()
public com.facebook.airlift.stats.CounterStat getAwsAbortedExceptions()
public com.facebook.airlift.stats.CounterStat getAwsRequestCount()
public com.facebook.airlift.stats.CounterStat getAwsRetryCount()
public com.facebook.airlift.stats.CounterStat getAwsThrottleExceptions()
public com.facebook.airlift.stats.TimeStat getAwsRequestTime()
public com.facebook.airlift.stats.TimeStat getAwsClientExecuteTime()
public com.facebook.airlift.stats.TimeStat getAwsClientRetryPauseTime()
public com.facebook.airlift.stats.CounterStat getGetObjectRetries()
public com.facebook.airlift.stats.CounterStat getGetMetadataRetries()
public com.facebook.airlift.stats.CounterStat getReadRetries()
public void connectionOpened()
public void connectionReleased()
public void uploadStarted()
public void uploadFailed()
public void uploadSuccessful()
public void newMetadataCall()
public void newListStatusCall()
public void newListLocatedStatusCall()
public void newListObjectsCall()
public void newReadError(Throwable t)
public void newGetObjectError()
public void newGetMetadataError()
public void updateAwsRequestCount(long requestCount)
public void updateAwsRetryCount(long retryCount)
public void updateAwsThrottleExceptionsCount(long throttleExceptionsCount)
public void addAwsRequestTime(io.airlift.units.Duration duration)
public void addAwsClientExecuteTime(io.airlift.units.Duration duration)
public void addAwsClientRetryPauseTime(io.airlift.units.Duration duration)
public void newGetObjectRetry()
public void newGetMetadataRetry()
public void newReadRetry()
Copyright © 2012–2023. All rights reserved.