Class QueryManager
java.lang.Object
org.apache.drill.exec.work.foreman.QueryManager
- All Implemented Interfaces:
AutoCloseable
Each Foreman holds its own QueryManager. This manages the events associated
with execution of a particular query across all fragments.
-
Constructor Summary
ConstructorDescriptionQueryManager
(UserBitShared.QueryId queryId, UserProtos.RunQuery runQuery, PersistentStoreProvider storeProvider, ClusterCoordinator coordinator, Foreman foreman) -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
void
setQueueName
(String queueName) void
setTotalCost
(double totalCost)
-
Constructor Details
-
Method Details
-
getFragmentStatesAsString
-
close
- Specified by:
close
in interfaceAutoCloseable
- Throws:
Exception
-
getQueryProfile
-
setTotalCost
public void setTotalCost(double totalCost) -
setQueueName
-
getFragmentStatusListener
-
getDrillbitStatusListener
-