Package io.trino.operator
Interface ExchangeClientSupplier
-
- All Known Implementing Classes:
ExchangeClientFactory
public interface ExchangeClientSupplier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExchangeClientget(LocalMemoryContext systemMemoryContext, TaskFailureListener taskFailureListener, RetryPolicy retryPolicy)
-
-
-
Method Detail
-
get
ExchangeClient get(LocalMemoryContext systemMemoryContext, TaskFailureListener taskFailureListener, RetryPolicy retryPolicy)
-
-