Class FileSystemExchangeSinkInstanceHandle
java.lang.Object
io.trino.plugin.exchange.filesystem.FileSystemExchangeSinkInstanceHandle
- All Implemented Interfaces:
ExchangeSinkInstanceHandle
public class FileSystemExchangeSinkInstanceHandle
extends Object
implements ExchangeSinkInstanceHandle
-
Constructor Summary
ConstructorsConstructorDescriptionFileSystemExchangeSinkInstanceHandle(FileSystemExchangeSinkHandle sinkHandle, URI outputDirectory, int outputPartitionCount, boolean preserveOrderWithinPartition) -
Method Summary
-
Constructor Details
-
FileSystemExchangeSinkInstanceHandle
public FileSystemExchangeSinkInstanceHandle(FileSystemExchangeSinkHandle sinkHandle, URI outputDirectory, int outputPartitionCount, boolean preserveOrderWithinPartition)
-
-
Method Details
-
getSinkHandle
-
getOutputDirectory
-
getOutputPartitionCount
public int getOutputPartitionCount() -
isPreserveOrderWithinPartition
public boolean isPreserveOrderWithinPartition() -
toString
-