Uses of Class
io.trino.operator.ExchangeClientConfig
Packages that use ExchangeClientConfig
-
Uses of ExchangeClientConfig in io.trino.operator
Methods in io.trino.operator that return ExchangeClientConfigModifier and TypeMethodDescriptionExchangeClientConfig.setAcknowledgePages(boolean acknowledgePages) ExchangeClientConfig.setClientThreads(int clientThreads) ExchangeClientConfig.setConcurrentRequestMultiplier(int concurrentRequestMultiplier) ExchangeClientConfig.setMaxBufferSize(io.airlift.units.DataSize maxBufferSize) ExchangeClientConfig.setMaxErrorDuration(io.airlift.units.Duration maxErrorDuration) ExchangeClientConfig.setMaxResponseSize(io.airlift.units.DataSize maxResponseSize) ExchangeClientConfig.setMinErrorDuration(io.airlift.units.Duration minErrorDuration) Deprecated.ExchangeClientConfig.setPageBufferClientMaxCallbackThreads(int pageBufferClientMaxCallbackThreads) Constructors in io.trino.operator with parameters of type ExchangeClientConfigModifierConstructorDescriptionExchangeClientFactory(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 ExchangeClientConfigModifier and TypeMethodDescriptionstatic ScheduledExecutorServiceServerMainModule.createExchangeExecutor(ExchangeClientConfig config)