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