Class FileSystemExchangeSourceHandle
java.lang.Object
io.trino.plugin.exchange.filesystem.FileSystemExchangeSourceHandle
- All Implemented Interfaces:
ExchangeSourceHandle
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionFileSystemExchangeSourceHandle(ExchangeId exchangeId, int partitionId, List<FileSystemExchangeSourceHandle.SourceFile> files) -
Method Summary
-
Constructor Details
-
FileSystemExchangeSourceHandle
public FileSystemExchangeSourceHandle(ExchangeId exchangeId, int partitionId, List<FileSystemExchangeSourceHandle.SourceFile> files)
-
-
Method Details
-
getExchangeId
-
getPartitionId
public int getPartitionId()- Specified by:
getPartitionIdin interfaceExchangeSourceHandle
-
getDataSizeInBytes
public long getDataSizeInBytes()- Specified by:
getDataSizeInBytesin interfaceExchangeSourceHandle
-
getRetainedSizeInBytes
public long getRetainedSizeInBytes()- Specified by:
getRetainedSizeInBytesin interfaceExchangeSourceHandle
-
getFiles
-
toString
-