Uses of Class
io.trino.plugin.exchange.filesystem.FileSystemExchangeStats
Packages that use FileSystemExchangeStats
-
Uses of FileSystemExchangeStats in io.trino.plugin.exchange.filesystem
Constructors in io.trino.plugin.exchange.filesystem with parameters of type FileSystemExchangeStatsModifierConstructorDescriptionFileSystemExchange(List<URI> baseDirectories, FileSystemExchangeStorage exchangeStorage, FileSystemExchangeStats stats, ExchangeContext exchangeContext, int outputPartitionCount, boolean preserveOrderWithinPartition, int fileListingParallelism, long exchangeSourceHandleTargetDataSizeInBytes, ExecutorService executor) FileSystemExchangeManager(FileSystemExchangeStorage exchangeStorage, FileSystemExchangeStats stats, FileSystemExchangeConfig fileSystemExchangeConfig) FileSystemExchangeSink(FileSystemExchangeStorage exchangeStorage, FileSystemExchangeStats stats, URI outputDirectory, int outputPartitionCount, boolean preserveOrderWithinPartition, int maxPageStorageSizeInBytes, int exchangeSinkBufferPoolMinSize, int exchangeSinkBuffersPerPartition, long maxFileSizeInBytes) FileSystemExchangeSource(FileSystemExchangeStorage exchangeStorage, FileSystemExchangeStats stats, int maxPageStorageSize, int exchangeSourceConcurrentReaders, int maxFilesPerReader)