Uses of Class
io.trino.operator.ExchangeClientConfig
-
Packages that use ExchangeClientConfig Package Description io.trino.operator io.trino.server -
-
Uses of ExchangeClientConfig in io.trino.operator
Methods in io.trino.operator that return ExchangeClientConfig Modifier and Type Method Description ExchangeClientConfigExchangeClientConfig. setAcknowledgePages(boolean acknowledgePages)ExchangeClientConfigExchangeClientConfig. setClientThreads(int clientThreads)ExchangeClientConfigExchangeClientConfig. setConcurrentRequestMultiplier(int concurrentRequestMultiplier)ExchangeClientConfigExchangeClientConfig. setMaxBufferSize(io.airlift.units.DataSize maxBufferSize)ExchangeClientConfigExchangeClientConfig. setMaxErrorDuration(io.airlift.units.Duration maxErrorDuration)ExchangeClientConfigExchangeClientConfig. setMaxResponseSize(io.airlift.units.DataSize maxResponseSize)ExchangeClientConfigExchangeClientConfig. setMinErrorDuration(io.airlift.units.Duration minErrorDuration)Deprecated.ExchangeClientConfigExchangeClientConfig. setPageBufferClientMaxCallbackThreads(int pageBufferClientMaxCallbackThreads)Constructors in io.trino.operator with parameters of type ExchangeClientConfig Constructor Description ExchangeClientFactory(io.airlift.node.NodeInfo nodeInfo, FeaturesConfig featuresConfig, ExchangeClientConfig config, io.airlift.http.client.HttpClient httpClient, ScheduledExecutorService scheduler) -
Uses of ExchangeClientConfig in io.trino.server
Methods in io.trino.server with parameters of type ExchangeClientConfig Modifier and Type Method Description static ScheduledExecutorServiceServerMainModule. createExchangeExecutor(ExchangeClientConfig config)
-