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 DirectExchangeClientFactory(io.airlift.node.NodeInfo nodeInfo, FeaturesConfig featuresConfig, DirectExchangeClientConfig config, io.airlift.http.client.HttpClient httpClient, ScheduledExecutorService scheduler)DirectExchangeClientFactory(io.airlift.node.NodeInfo nodeInfo, FeaturesConfig featuresConfig, DirectExchangeClientConfig 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(DirectExchangeClientConfig config)Constructor parameters in io.trino.server with annotations of type ForExchange Constructor Description ExchangeExecutionMBean(ScheduledExecutorService executor)ExecutorCleanup(ScheduledExecutorService exchangeExecutor, ExecutorService httpResponseExecutor, ScheduledExecutorService httpTimeoutExecutor)
-