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

Class GatherOutputHandler

source code


Gathered output event handler class.

Instance Methods [hide private]
 
__init__(self, runtimer) source code
 
ev_close(self, worker)
Called to indicate that a worker has just finished (it may already have failed on timeout).
source code

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

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

Method Details [hide private]

ev_close(self, worker)

source code 

Called to indicate that a worker has just finished (it may already have failed on timeout).

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