TurtleDB
A mini distributed database system
|
Public Member Functions | |
CentralizedQueryProcessor (QueryPlan qp) | |
synchronized void | run () |
Relation | getResult () |
Protected Attributes | |
QueryPlan | m_queryPlan |
Relation | m_result |
Definition at line 109 of file CentralizedCommunicator.java.
ca.uqac.dim.turtledb.CentralizedCommunicator.CentralizedQueryProcessor.CentralizedQueryProcessor | ( | QueryPlan | qp | ) |
Definition at line 115 of file CentralizedCommunicator.java.
Relation ca.uqac.dim.turtledb.CentralizedCommunicator.CentralizedQueryProcessor.getResult | ( | ) | [virtual] |
Implements ca.uqac.dim.turtledb.QueryProcessor.
Definition at line 147 of file CentralizedCommunicator.java.
synchronized void ca.uqac.dim.turtledb.CentralizedCommunicator.CentralizedQueryProcessor.run | ( | ) |
Definition at line 123 of file CentralizedCommunicator.java.
QueryPlan ca.uqac.dim.turtledb.CentralizedCommunicator.CentralizedQueryProcessor.m_queryPlan [protected] |
Definition at line 111 of file CentralizedCommunicator.java.
Relation ca.uqac.dim.turtledb.CentralizedCommunicator.CentralizedQueryProcessor.m_result [protected] |
Definition at line 113 of file CentralizedCommunicator.java.