class documentation

class ClusterQuery(QueryBase):

View In Hierarchy

Undocumented

Method DeclareLocks Declare locks for this query.
Method ExpandNames Expand names for this query.
Constant SORT_FIELD Undocumented
Instance Variable do_locking Undocumented
Instance Variable wanted Undocumented
Method _GetQueryData Computes the list of nodes and their attributes.

Inherited from QueryBase:

Method __init__ Initializes this class.
Method NewStyleQuery Collect data and execute query.
Method OldStyleQuery Collect data and execute query.
Constant FIELDS Undocumented
Instance Variable names Undocumented
Instance Variable query Undocumented
Instance Variable requested_data Undocumented
Instance Variable sort_by_name Undocumented
Instance Variable use_locking Undocumented
Method _GetNames Helper function to determine names asked for in the query.
def DeclareLocks(self, lu, level):

Declare locks for this query.

See LogicalUnit.DeclareLocks.

def ExpandNames(self, lu):

Expand names for this query.

See LogicalUnit.ExpandNames.

SORT_FIELD =

Undocumented

Value
None
do_locking =
wanted =

Undocumented

def _GetQueryData(self, lu):

Computes the list of nodes and their attributes.