Class FileSystemExchangeSinkInstanceHandle

java.lang.Object
io.trino.plugin.exchange.filesystem.FileSystemExchangeSinkInstanceHandle
All Implemented Interfaces:
ExchangeSinkInstanceHandle

public class FileSystemExchangeSinkInstanceHandle extends Object implements ExchangeSinkInstanceHandle
  • Constructor Details

    • FileSystemExchangeSinkInstanceHandle

      public FileSystemExchangeSinkInstanceHandle(FileSystemExchangeSinkHandle sinkHandle, URI outputDirectory, int outputPartitionCount, boolean preserveOrderWithinPartition)
  • Method Details

    • getSinkHandle

      public FileSystemExchangeSinkHandle getSinkHandle()
    • getOutputDirectory

      public URI getOutputDirectory()
    • getOutputPartitionCount

      public int getOutputPartitionCount()
    • isPreserveOrderWithinPartition

      public boolean isPreserveOrderWithinPartition()