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

Class StdInputHandler

source code


Standard input event handler class.

Instance Methods [hide private]
 
__init__(self, worker) source code
 
ev_read(self, worker)
Called to indicate that a worker has data to read.
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_start, ev_timeout, ev_timer, ev_written

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

Method Details [hide private]

ev_read(self, worker)

source code 

Called to indicate that a worker has data to read.

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

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)