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, ExchangeId exchangeId, int taskPartitionId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ExchangeIdgetExchangeId()QueryIdgetQueryId()intgetTaskPartitionId()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
LocalFileSystemExchangeSinkHandle
public LocalFileSystemExchangeSinkHandle(QueryId queryId, ExchangeId exchangeId, int taskPartitionId)
-
-
Method Detail
-
getQueryId
public QueryId getQueryId()
-
getExchangeId
public ExchangeId getExchangeId()
-
getTaskPartitionId
public int getTaskPartitionId()
-
-