Class ExchangeSourceFile
java.lang.Object
io.trino.plugin.exchange.filesystem.ExchangeSourceFile
-
Constructor Summary
ConstructorsConstructorDescriptionExchangeSourceFile(URI fileUri, long fileSize, ExchangeId exchangeId, int sourceTaskPartitionId, int sourceTaskAttemptId) -
Method Summary
Modifier and TypeMethodDescriptionlongintint
-
Constructor Details
-
ExchangeSourceFile
public ExchangeSourceFile(URI fileUri, long fileSize, ExchangeId exchangeId, int sourceTaskPartitionId, int sourceTaskAttemptId)
-
-
Method Details
-
getFileUri
-
getFileSize
public long getFileSize() -
getExchangeId
-
getSourceTaskPartitionId
public int getSourceTaskPartitionId() -
getSourceTaskAttemptId
public int getSourceTaskAttemptId()
-