Package io.trino.server.testing.exchange
Class LocalFileSystemExchangeSinkHandle
- java.lang.Object
-
- io.trino.server.testing.exchange.LocalFileSystemExchangeSinkHandle
-
- All Implemented Interfaces:
ExchangeSinkHandle
public class LocalFileSystemExchangeSinkHandle extends Object implements ExchangeSinkHandle
-
-
Constructor Summary
Constructors Constructor Description LocalFileSystemExchangeSinkHandle(QueryId queryId, int stageId, int taskPartitionId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)QueryIdgetQueryId()intgetStageId()intgetTaskPartitionId()inthashCode()StringtoString()
-