Package io.trino.operator
Interface DirectExchangeClientSupplier
-
- All Known Implementing Classes:
DirectExchangeClientFactory
public interface DirectExchangeClientSupplier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DirectExchangeClientget(QueryId queryId, ExchangeId exchangeId, LocalMemoryContext memoryContext, TaskFailureListener taskFailureListener, RetryPolicy retryPolicy)
-
-
-
Method Detail
-
get
DirectExchangeClient get(QueryId queryId, ExchangeId exchangeId, LocalMemoryContext memoryContext, TaskFailureListener taskFailureListener, RetryPolicy retryPolicy)
-
-