Package ClusterShell :: Package CLI :: Module Clush :: Class SortedOutputHandler
[hide private]
[frames] | no frames]

Class SortedOutputHandler

source code


Sorted by node output event handler class (clush -L).

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

Inherited from GatherOutputHandler: __init__, ev_error, ev_read

Inherited from GatherOutputHandler (private): _close_common

Inherited from OutputHandler: ev_start, ev_written, runtimer_init, update_prompt

Inherited from Event.EventHandler: ev_hup, ev_msg, ev_pickup, ev_timeout, ev_timer

Inherited from Event.EventHandler (private): _ev_routing

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

Properties [hide private]

Inherited from object: __class__

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).

:param worker: :class:`.Worker` object

Overrides: Event.EventHandler.ev_close
(inherited documentation)