Class ExchangeSourceFile

java.lang.Object
io.trino.plugin.exchange.filesystem.ExchangeSourceFile

@Immutable public class ExchangeSourceFile extends Object
  • Constructor Details

    • ExchangeSourceFile

      public ExchangeSourceFile(URI fileUri, long fileSize, ExchangeId exchangeId, int sourceTaskPartitionId, int sourceTaskAttemptId)
  • Method Details

    • getFileUri

      public URI getFileUri()
    • getFileSize

      public long getFileSize()
    • getExchangeId

      public ExchangeId getExchangeId()
    • getSourceTaskPartitionId

      public int getSourceTaskPartitionId()
    • getSourceTaskAttemptId

      public int getSourceTaskAttemptId()