| Package | Description |
|---|---|
| io.prestosql.dispatcher | |
| io.prestosql.execution | |
| io.prestosql.memory |
| Constructor and Description |
|---|
LocalDispatchQuery(QueryStateMachine stateMachine,
com.google.common.util.concurrent.ListenableFuture<QueryExecution> queryExecutionFuture,
ClusterSizeMonitor clusterSizeMonitor,
Executor queryExecutor,
Consumer<QueryExecution> querySubmitter) |
LocalDispatchQuery(QueryStateMachine stateMachine,
com.google.common.util.concurrent.ListenableFuture<QueryExecution> queryExecutionFuture,
ClusterSizeMonitor clusterSizeMonitor,
Executor queryExecutor,
Consumer<QueryExecution> querySubmitter) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
QueryExecution.QueryExecutionFactory<T extends QueryExecution> |
| Modifier and Type | Class and Description |
|---|---|
class |
DataDefinitionExecution<T extends Statement> |
class |
SqlQueryExecution |
| Modifier and Type | Method and Description |
|---|---|
QueryExecution |
SqlQueryExecution.SqlQueryExecutionFactory.createQueryExecution(QueryPreparer.PreparedQuery preparedQuery,
QueryStateMachine stateMachine,
String slug,
WarningCollector warningCollector) |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlQueryManager.createQuery(QueryExecution queryExecution) |
void |
QueryManager.createQuery(QueryExecution execution)
Creates a new query using the specified query execution.
|
void |
QueryManagerStats.trackQueryStats(QueryExecution managedQueryExecution) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterMemoryManager.process(Iterable<QueryExecution> runningQueries,
Supplier<List<BasicQueryInfo>> allQueryInfoSupplier) |
Copyright © 2012–2019. All rights reserved.