public static class QueryStateMachine.QueryOutputManager extends Object
| Constructor and Description |
|---|
QueryOutputManager(Executor executor) |
| Modifier and Type | Method and Description |
|---|---|
void |
addOutputInfoListener(Consumer<QueryExecution.QueryOutputInfo> listener) |
void |
setColumns(List<String> columnNames,
List<Type> columnTypes) |
void |
updateOutputLocations(Set<URI> newExchangeLocations,
boolean noMoreExchangeLocations) |
public QueryOutputManager(Executor executor)
public void addOutputInfoListener(Consumer<QueryExecution.QueryOutputInfo> listener)
Copyright © 2012–2019. All rights reserved.