class documentation
class ClusterQueryData(object):
Undocumented
Method | __init__ |
Initializes this class. |
Method | __iter__ |
Undocumented |
Instance Variable | drain |
Undocumented |
Instance Variable | nodes |
Undocumented |
Instance Variable | watcher |
Undocumented |
Instance Variable | _cluster |
Undocumented |
Initializes this class.
Parameters | |
cluster:objects.Cluster | Instance of cluster object |
nodes:dict; node UUID as key | Node objects |
drain | Whether job queue is drained |
watcher | Until when watcher is paused (Unix timestamp) |