Package io.trino.server
Class AsyncHttpExecutionMBean
java.lang.Object
io.trino.server.AsyncHttpExecutionMBean
-
Constructor Summary
ConstructorsConstructorDescriptionAsyncHttpExecutionMBean(ExecutorService responseExecutor, ScheduledExecutorService timeoutExecutor) -
Method Summary
Modifier and TypeMethodDescriptionio.airlift.concurrent.ThreadPoolExecutorMBeanio.airlift.concurrent.ThreadPoolExecutorMBean
-
Constructor Details
-
AsyncHttpExecutionMBean
@Inject public AsyncHttpExecutionMBean(ExecutorService responseExecutor, ScheduledExecutorService timeoutExecutor)
-
-
Method Details
-
getResponseExecutor
public io.airlift.concurrent.ThreadPoolExecutorMBean getResponseExecutor() -
getTimeoutExecutor
public io.airlift.concurrent.ThreadPoolExecutorMBean getTimeoutExecutor()
-