Package io.trino.server.testing.exchange
Class LocalFileSystemExchangeSinkInstanceHandle
- java.lang.Object
-
- io.trino.server.testing.exchange.LocalFileSystemExchangeSinkInstanceHandle
-
- All Implemented Interfaces:
ExchangeSinkInstanceHandle
public class LocalFileSystemExchangeSinkInstanceHandle extends Object implements ExchangeSinkInstanceHandle
-
-
Constructor Summary
Constructors Constructor Description LocalFileSystemExchangeSinkInstanceHandle(LocalFileSystemExchangeSinkHandle sinkHandle, Path outputDirectory, int outputPartitionCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PathgetOutputDirectory()intgetOutputPartitionCount()LocalFileSystemExchangeSinkHandlegetSinkHandle()
-
-
-
Constructor Detail
-
LocalFileSystemExchangeSinkInstanceHandle
public LocalFileSystemExchangeSinkInstanceHandle(LocalFileSystemExchangeSinkHandle sinkHandle, Path outputDirectory, int outputPartitionCount)
-
-
Method Detail
-
getSinkHandle
public LocalFileSystemExchangeSinkHandle getSinkHandle()
-
getOutputDirectory
public Path getOutputDirectory()
-
getOutputPartitionCount
public int getOutputPartitionCount()
-
-