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