public class DispatchExecutor extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
DispatchExecutor.DispatchExecutorMBeans |
| Constructor and Description |
|---|
DispatchExecutor(QueryManagerConfig config) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListeningExecutorService |
getExecutor() |
DispatchExecutor.DispatchExecutorMBeans |
getMbeans() |
com.google.common.util.concurrent.ListeningScheduledExecutorService |
getScheduledExecutor() |
void |
shutdown() |
@Inject public DispatchExecutor(QueryManagerConfig config)
public com.google.common.util.concurrent.ListeningExecutorService getExecutor()
public com.google.common.util.concurrent.ListeningScheduledExecutorService getScheduledExecutor()
public DispatchExecutor.DispatchExecutorMBeans getMbeans()
@PreDestroy public void shutdown() throws Exception
ExceptionCopyright © 2012–2019. All rights reserved.