Uses of Interface
io.trino.plugin.exchange.filesystem.FileSystemExchangeStorage
Packages that use FileSystemExchangeStorage
Package
Description
-
Uses of FileSystemExchangeStorage in io.trino.plugin.exchange.filesystem
Constructors in io.trino.plugin.exchange.filesystem with parameters of type FileSystemExchangeStorageModifierConstructorDescriptionFileSystemExchange(List<URI> baseDirectories, FileSystemExchangeStorage exchangeStorage, FileSystemExchangeStats stats, io.opentelemetry.api.trace.Tracer tracer, ExchangeContext exchangeContext, int outputPartitionCount, boolean preserveOrderWithinPartition, int fileListingParallelism, long exchangeSourceHandleTargetDataSizeInBytes, ExecutorService executor) FileSystemExchangeManager(FileSystemExchangeStorage exchangeStorage, FileSystemExchangeStats stats, FileSystemExchangeConfig fileSystemExchangeConfig, io.opentelemetry.api.trace.Tracer tracer) 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) -
Uses of FileSystemExchangeStorage in io.trino.plugin.exchange.filesystem.azure
Classes in io.trino.plugin.exchange.filesystem.azure that implement FileSystemExchangeStorage -
Uses of FileSystemExchangeStorage in io.trino.plugin.exchange.filesystem.local
Classes in io.trino.plugin.exchange.filesystem.local that implement FileSystemExchangeStorage -
Uses of FileSystemExchangeStorage in io.trino.plugin.exchange.filesystem.s3
Classes in io.trino.plugin.exchange.filesystem.s3 that implement FileSystemExchangeStorage