Class TrinoS3FileSystemStats

java.lang.Object
io.trino.hdfs.s3.TrinoS3FileSystemStats

public class TrinoS3FileSystemStats extends Object
  • Constructor Details

    • TrinoS3FileSystemStats

      public TrinoS3FileSystemStats()
  • Method Details

    • getActiveConnections

      public io.airlift.stats.CounterStat getActiveConnections()
    • getStartedUploads

      public io.airlift.stats.CounterStat getStartedUploads()
    • getFailedUploads

      public io.airlift.stats.CounterStat getFailedUploads()
    • getSuccessfulUploads

      public io.airlift.stats.CounterStat getSuccessfulUploads()
    • getMetadataCalls

      public io.airlift.stats.CounterStat getMetadataCalls()
    • getListStatusCalls

      public io.airlift.stats.CounterStat getListStatusCalls()
    • getListLocatedStatusCalls

      public io.airlift.stats.CounterStat getListLocatedStatusCalls()
    • getListObjectsCalls

      public io.airlift.stats.CounterStat getListObjectsCalls()
    • getGetObjectErrors

      public io.airlift.stats.CounterStat getGetObjectErrors()
    • getGetMetadataErrors

      public io.airlift.stats.CounterStat getGetMetadataErrors()
    • getInitiateMultipartUploadErrors

      public io.airlift.stats.CounterStat getInitiateMultipartUploadErrors()
    • getOtherReadErrors

      public io.airlift.stats.CounterStat getOtherReadErrors()
    • getSocketExceptions

      public io.airlift.stats.CounterStat getSocketExceptions()
    • getSocketTimeoutExceptions

      public io.airlift.stats.CounterStat getSocketTimeoutExceptions()
    • getAwsAbortedExceptions

      public io.airlift.stats.CounterStat getAwsAbortedExceptions()
    • getClientCoreStats

      public AwsSdkClientCoreStats getClientCoreStats()
    • getGetObjectRetries

      public io.airlift.stats.CounterStat getGetObjectRetries()
    • getGetMetadataRetries

      public io.airlift.stats.CounterStat getGetMetadataRetries()
    • getReadRetries

      public io.airlift.stats.CounterStat getReadRetries()
    • getInitiateMultipartUploadRetries

      public io.airlift.stats.CounterStat getInitiateMultipartUploadRetries()
    • newRequestMetricCollector

      public com.amazonaws.metrics.RequestMetricCollector newRequestMetricCollector()
    • connectionOpened

      public void connectionOpened()
    • connectionReleased

      public void connectionReleased()
    • uploadStarted

      public void uploadStarted()
    • uploadFailed

      public void uploadFailed()
    • uploadSuccessful

      public void uploadSuccessful()
    • newMetadataCall

      public void newMetadataCall()
    • newListStatusCall

      public void newListStatusCall()
    • newListLocatedStatusCall

      public void newListLocatedStatusCall()
    • newListObjectsCall

      public void newListObjectsCall()
    • newReadError

      public void newReadError(Throwable t)
    • newGetObjectError

      public void newGetObjectError()
    • newGetMetadataError

      public void newGetMetadataError()
    • newInitiateMultipartUploadError

      public void newInitiateMultipartUploadError()
    • newGetObjectRetry

      public void newGetObjectRetry()
    • newGetMetadataRetry

      public void newGetMetadataRetry()
    • newReadRetry

      public void newReadRetry()
    • newInitiateMultipartUploadRetry

      public void newInitiateMultipartUploadRetry()