Package io.trino.server
Class AsyncHttpExecutionMBean
- java.lang.Object
-
- io.trino.server.AsyncHttpExecutionMBean
-
public class AsyncHttpExecutionMBean extends Object
-
-
Constructor Summary
Constructors Constructor Description AsyncHttpExecutionMBean(ExecutorService responseExecutor, ScheduledExecutorService timeoutExecutor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.airlift.concurrent.ThreadPoolExecutorMBeangetResponseExecutor()io.airlift.concurrent.ThreadPoolExecutorMBeangetTimeoutExecutor()
-
-
-
Constructor Detail
-
AsyncHttpExecutionMBean
@Inject public AsyncHttpExecutionMBean(ExecutorService responseExecutor, ScheduledExecutorService timeoutExecutor)
-
-