Package io.trino.dispatcher
Class DispatchExecutor.DispatchExecutorMBeans
java.lang.Object
io.trino.dispatcher.DispatchExecutor.DispatchExecutorMBeans
- Enclosing class:
DispatchExecutor
-
Constructor Summary
ConstructorsConstructorDescriptionDispatchExecutorMBeans(ExecutorService coreExecutor, ScheduledExecutorService coreScheduledExecutor) -
Method Summary
Modifier and TypeMethodDescriptionio.airlift.concurrent.ThreadPoolExecutorMBeanio.airlift.concurrent.ThreadPoolExecutorMBean
-
Constructor Details
-
DispatchExecutorMBeans
public DispatchExecutorMBeans(ExecutorService coreExecutor, ScheduledExecutorService coreScheduledExecutor)
-
-
Method Details
-
getExecutor
public io.airlift.concurrent.ThreadPoolExecutorMBean getExecutor() -
getScheduledExecutor
public io.airlift.concurrent.ThreadPoolExecutorMBean getScheduledExecutor()
-