Package ClusterShell :: Package Worker :: Module Worker
[hide private]
[frames] | no frames]

Module Worker

source code

ClusterShell worker interface.

A worker is a generic object which provides "grouped" work in a specific task.

Classes [hide private]
  WorkerException
Generic worker exception.
  WorkerError
Generic worker error.
  WorkerBadArgumentError
Bad argument in worker error.
  Worker
Base class Worker.
  DistantWorker
Base class DistantWorker, which provides a useful set of setters/getters to use with distant workers like ssh or pdsh.
  WorkerSimple
Implements a simple Worker being itself an EngineClient.
Variables [hide private]
  __package__ = 'ClusterShell.Worker'