Class FileSystemExchangeSourceHandle.SourceFile
java.lang.Object
io.trino.plugin.exchange.filesystem.FileSystemExchangeSourceHandle.SourceFile
- Enclosing class:
- FileSystemExchangeSourceHandle
-
Constructor Summary
ConstructorsConstructorDescriptionSourceFile(String filePath, long fileSize, int sourceTaskPartitionId, int sourceTaskAttemptId) -
Method Summary
-
Constructor Details
-
SourceFile
public SourceFile(String filePath, long fileSize, int sourceTaskPartitionId, int sourceTaskAttemptId)
-
-
Method Details
-
getFilePath
-
getFileSize
public long getFileSize() -
getSourceTaskPartitionId
public int getSourceTaskPartitionId() -
getSourceTaskAttemptId
public int getSourceTaskAttemptId() -
equals
-
hashCode
public int hashCode() -
toString
-
getRetainedSizeInBytes
public long getRetainedSizeInBytes()
-