class documentation

class ClusterQueryData(object):

View In Hierarchy

Undocumented

Method __init__ Initializes this class.
Method __iter__ Undocumented
Instance Variable drain_flag Undocumented
Instance Variable nodes Undocumented
Instance Variable watcher_pause Undocumented
Instance Variable _cluster Undocumented
def __init__(self, cluster, nodes, drain_flag, watcher_pause):

Initializes this class.

Parameters
cluster:objects.ClusterInstance of cluster object
nodes:dict; node UUID as keyNode objects
drain_flag:boolWhether job queue is drained
watcher_pause:numberUntil when watcher is paused (Unix timestamp)
def __iter__(self):

Undocumented

drain_flag =

Undocumented

nodes =

Undocumented

watcher_pause =

Undocumented

_cluster =

Undocumented