Uses of Class
io.trino.operator.ForExchange
-
Packages that use ForExchange Package Description io.trino.operator io.trino.server -
-
Uses of ForExchange in io.trino.operator
Constructor parameters in io.trino.operator with annotations of type ForExchange Constructor Description ExchangeClientFactory(io.airlift.node.NodeInfo nodeInfo, FeaturesConfig featuresConfig, ExchangeClientConfig config, io.airlift.http.client.HttpClient httpClient, ScheduledExecutorService scheduler)ExchangeClientFactory(io.airlift.node.NodeInfo nodeInfo, FeaturesConfig featuresConfig, ExchangeClientConfig config, io.airlift.http.client.HttpClient httpClient, ScheduledExecutorService scheduler) -
Uses of ForExchange in io.trino.server
Methods in io.trino.server with annotations of type ForExchange Modifier and Type Method Description static ScheduledExecutorServiceServerMainModule. createExchangeExecutor(ExchangeClientConfig config)Constructor parameters in io.trino.server with annotations of type ForExchange Constructor Description ExchangeExecutionMBean(ScheduledExecutorService executor)ExecutorCleanup(ScheduledExecutorService exchangeExecutor, ExecutorService httpResponseExecutor, ScheduledExecutorService httpTimeoutExecutor)
-