Uses of Class
io.trino.plugin.exchange.filesystem.ExecutionStats
Packages that use ExecutionStats
-
Uses of ExecutionStats in io.trino.plugin.exchange.filesystem
Methods in io.trino.plugin.exchange.filesystem that return ExecutionStatsModifier and TypeMethodDescriptionFileSystemExchangeStats.getCloseExchange()FileSystemExchangeStats.getCreateExchangeSourceHandles()FileSystemExchangeStats.getExchangeSinkAbort()FileSystemExchangeStats.getExchangeSinkBlocked()FileSystemExchangeStats.getExchangeSinkFinish()FileSystemExchangeStats.getExchangeSourceBlocked()FileSystemExchangeStats.getGetCommittedPartitions() -
Uses of ExecutionStats in io.trino.plugin.exchange.filesystem.s3
Methods in io.trino.plugin.exchange.filesystem.s3 that return ExecutionStatsModifier and TypeMethodDescriptionS3FileSystemExchangeStorageStats.getAbortMultipartUpload()S3FileSystemExchangeStorageStats.getCompleteMultipartUpload()S3FileSystemExchangeStorageStats.getCreateEmptyFile()S3FileSystemExchangeStorageStats.getCreateMultipartUpload()S3FileSystemExchangeStorageStats.getDeleteObjects()S3FileSystemExchangeStorageStats.getDeleteRecursively()S3FileSystemExchangeStorageStats.getGetObject()S3FileSystemExchangeStorageStats.getListFilesRecursively()S3FileSystemExchangeStorageStats.getPutObject()S3FileSystemExchangeStorageStats.getUploadPart()