public final class TaskManagementExecutor extends Object implements AutoCloseable
ScheduledExecutorService used for task management.| Constructor and Description |
|---|
TaskManagementExecutor() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
ScheduledExecutorService |
getExecutor() |
io.airlift.concurrent.ThreadPoolExecutorMBean |
getTaskManagementExecutor() |
@PreDestroy public void close()
close in interface AutoCloseablepublic ScheduledExecutorService getExecutor()
public io.airlift.concurrent.ThreadPoolExecutorMBean getTaskManagementExecutor()
Copyright © 2012–2019. All rights reserved.