public class QueryManager extends Object implements AutoCloseable
| Constructor and Description |
|---|
QueryManager(UserBitShared.QueryId queryId,
UserProtos.RunQuery runQuery,
PersistentStoreProvider storeProvider,
ClusterCoordinator coordinator,
Foreman foreman) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
DrillbitStatusListener |
getDrillbitStatusListener() |
String |
getFragmentStatesAsString() |
FragmentStatusListener |
getFragmentStatusListener() |
UserBitShared.QueryProfile |
getQueryProfile() |
void |
setQueueName(String queueName) |
void |
setTotalCost(double totalCost) |
public QueryManager(UserBitShared.QueryId queryId, UserProtos.RunQuery runQuery, PersistentStoreProvider storeProvider, ClusterCoordinator coordinator, Foreman foreman)
public String getFragmentStatesAsString()
public void close()
throws Exception
close in interface AutoCloseableExceptionpublic UserBitShared.QueryProfile getQueryProfile()
public void setTotalCost(double totalCost)
public void setQueueName(String queueName)
public FragmentStatusListener getFragmentStatusListener()
public DrillbitStatusListener getDrillbitStatusListener()
Copyright © 2021 The Apache Software Foundation. All rights reserved.