| Package | Description |
|---|---|
| io.prestosql.server |
| Modifier and Type | Method and Description |
|---|---|
static ExecutorService |
ServerMainModule.createAsyncHttpResponseCoreExecutor() |
static io.airlift.concurrent.BoundedExecutor |
ServerMainModule.createAsyncHttpResponseExecutor(ExecutorService coreExecutor,
TaskManagerConfig config) |
static ScheduledExecutorService |
ServerMainModule.createAsyncHttpTimeoutExecutor(TaskManagerConfig config) |
| Modifier and Type | Method and Description |
|---|---|
static io.airlift.concurrent.BoundedExecutor |
ServerMainModule.createAsyncHttpResponseExecutor(ExecutorService coreExecutor,
TaskManagerConfig config) |
| Constructor and Description |
|---|
AsyncHttpExecutionMBean(ExecutorService responseExecutor,
ScheduledExecutorService timeoutExecutor) |
AsyncHttpExecutionMBean(ExecutorService responseExecutor,
ScheduledExecutorService timeoutExecutor) |
ExecutorCleanup(ScheduledExecutorService exchangeExecutor,
ExecutorService httpResponseExecutor,
ScheduledExecutorService httpTimeoutExecutor) |
ExecutorCleanup(ScheduledExecutorService exchangeExecutor,
ExecutorService httpResponseExecutor,
ScheduledExecutorService httpTimeoutExecutor) |
TaskResource(TaskManager taskManager,
SessionPropertyManager sessionPropertyManager,
io.airlift.concurrent.BoundedExecutor responseExecutor,
ScheduledExecutorService timeoutExecutor) |
TaskResource(TaskManager taskManager,
SessionPropertyManager sessionPropertyManager,
io.airlift.concurrent.BoundedExecutor responseExecutor,
ScheduledExecutorService timeoutExecutor) |
Copyright © 2012–2019. All rights reserved.