Uses of Class
io.trino.server.ForAsyncHttp
-
Packages that use ForAsyncHttp Package Description io.trino.server -
-
Uses of ForAsyncHttp in io.trino.server
Methods in io.trino.server with annotations of type ForAsyncHttp Modifier and Type Method Description static ExecutorServiceServerMainModule. createAsyncHttpResponseCoreExecutor()static io.airlift.concurrent.BoundedExecutorServerMainModule. createAsyncHttpResponseExecutor(ExecutorService coreExecutor, TaskManagerConfig config)static ScheduledExecutorServiceServerMainModule. createAsyncHttpTimeoutExecutor(TaskManagerConfig config)Method parameters in io.trino.server with annotations of type ForAsyncHttp Modifier and Type Method Description static io.airlift.concurrent.BoundedExecutorServerMainModule. createAsyncHttpResponseExecutor(ExecutorService coreExecutor, TaskManagerConfig config)Constructor parameters in io.trino.server with annotations of type ForAsyncHttp Constructor Description AsyncHttpExecutionMBean(ExecutorService responseExecutor, ScheduledExecutorService timeoutExecutor)AsyncHttpExecutionMBean(ExecutorService responseExecutor, ScheduledExecutorService timeoutExecutor)ExecutorCleanup(ScheduledExecutorService exchangeExecutor, ExecutorService httpResponseExecutor, ScheduledExecutorService httpTimeoutExecutor)ExecutorCleanup(ScheduledExecutorService exchangeExecutor, ExecutorService httpResponseExecutor, ScheduledExecutorService httpTimeoutExecutor)TaskResource(TaskManager taskManager, SessionPropertyManager sessionPropertyManager, io.airlift.concurrent.BoundedExecutor responseExecutor, ScheduledExecutorService timeoutExecutor, FailureInjector failureInjector)TaskResource(TaskManager taskManager, SessionPropertyManager sessionPropertyManager, io.airlift.concurrent.BoundedExecutor responseExecutor, ScheduledExecutorService timeoutExecutor, FailureInjector failureInjector)
-