Package sage :: Package dsage :: Package database :: Module workerdb :: Class WorkerDatabaseSA
[hide private]
[frames] | no frames]

Class WorkerDatabaseSA

source code

object --+
         |
        WorkerDatabaseSA

Instance Methods [hide private]
 
__init__(self, Session)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
_set_initial_state(self) source code
 
set_authenticated(self, uuid, authenticated) source code
 
set_busy(self, uuid, busy) source code
 
add_worker(self, host_info) source code
 
update_worker(self, host_info) source code
 
get_worker(self, uuid) source code
 
get_worker_list(self) source code
 
get_worker_by_job_id(self, job_id) source code
 
get_online_workers(self) source code
 
get_worker_count(self, connected, busy) source code
 
get_cpu_speed(self, connected, busy) source code
 
set_connected(self, uuid, connected) source code

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, Session)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)