Package ganeti :: Package rpc :: Module node :: Class JobQueueRunner
[hide private]
[frames] | no frames]

Class JobQueueRunner

source code


RPC wrappers for job queue.

Instance Methods [hide private]
 
__init__(self, _context, address_list)
Initializes this class.
source code

Inherited from _RpcClientBase (private): _Call

Inherited from _generated_rpc.RpcClientJobQueue: call_jobqueue_purge, call_jobqueue_rename, call_jobqueue_set_drain_flag, call_jobqueue_update

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods [hide private]

Inherited from _RpcClientBase (private): _EncodeArg

Class Variables [hide private]

Inherited from _generated_rpc.RpcClientJobQueue (private): _CALLS

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, _context, address_list)
(Constructor)

source code 

Initializes this class.

Overrides: object.__init__