Module clush :: Class RunTimer
[hide private]
[frames] | no frames]

Class RunTimer

source code


Instance Methods [hide private]
 
__init__(self, task, total) source code
 
ev_timer(self, timer)
Handle firing timer.
source code
 
update(self) source code
 
finalize(self, cr) source code

Inherited from ClusterShell.Event.EventHandler: ev_close, ev_hup, ev_read, ev_start, ev_timeout, ev_written

Inherited from ClusterShell.Event.EventHandler (private): _invoke

Method Details [hide private]

ev_timer(self, timer)

source code 

Handle firing timer.

Overrides: ClusterShell.Event.EventHandler.ev_timer
(inherited documentation)