Uses of Class
io.trino.operator.ExchangeClient
-
Packages that use ExchangeClient Package Description io.trino.operator -
-
Uses of ExchangeClient in io.trino.operator
Methods in io.trino.operator that return ExchangeClient Modifier and Type Method Description ExchangeClientExchangeClientFactory. get(LocalMemoryContext systemMemoryContext, TaskFailureListener taskFailureListener, RetryPolicy retryPolicy)ExchangeClientExchangeClientSupplier. get(LocalMemoryContext systemMemoryContext, TaskFailureListener taskFailureListener, RetryPolicy retryPolicy)Constructors in io.trino.operator with parameters of type ExchangeClient Constructor Description ExchangeOperator(OperatorContext operatorContext, PlanNodeId sourceId, PagesSerde serde, ExchangeClient exchangeClient)
-