Uses of Annotation Interface
io.trino.server.ForAsyncHttp
Packages that use ForAsyncHttp
-
Uses of ForAsyncHttp in io.trino.server
Methods in io.trino.server with annotations of type ForAsyncHttpModifier and TypeMethodDescriptionstatic 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 ForAsyncHttpModifier and TypeMethodDescriptionstatic io.airlift.concurrent.BoundedExecutorServerMainModule.createAsyncHttpResponseExecutor(ExecutorService coreExecutor, TaskManagerConfig config) Constructor parameters in io.trino.server with annotations of type ForAsyncHttpModifierConstructorDescriptionAsyncHttpExecutionMBean(ExecutorService responseExecutor, ScheduledExecutorService timeoutExecutor) AsyncHttpExecutionMBean(ExecutorService responseExecutor, ScheduledExecutorService timeoutExecutor) ExecutorCleanup(ScheduledExecutorService exchangeExecutor, ExecutorService httpResponseExecutor, ScheduledExecutorService httpTimeoutExecutor) ExecutorCleanup(ScheduledExecutorService exchangeExecutor, ExecutorService httpResponseExecutor, ScheduledExecutorService httpTimeoutExecutor) TaskResource(SqlTaskManager taskManager, SessionPropertyManager sessionPropertyManager, io.airlift.concurrent.BoundedExecutor responseExecutor, ScheduledExecutorService timeoutExecutor, FailureInjector failureInjector) TaskResource(SqlTaskManager taskManager, SessionPropertyManager sessionPropertyManager, io.airlift.concurrent.BoundedExecutor responseExecutor, ScheduledExecutorService timeoutExecutor, FailureInjector failureInjector)