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

Module MsgTree

source code

MsgTree

ClusterShell message tree module. The purpose of MsgTree is to provide a shared message tree for storing message lines received from ClusterShell Workers (for example, from remote cluster commands). It should be efficient, in term of algorithm and memory consumption, especially when remote messages are the same.

Classes [hide private]
  MsgTreeElem
Class representing an element of the MsgTree and its associated message.
  MsgTree
MsgTree maps key objects to multi-lines messages.
Variables [hide private]
  MODE_DEFER = 0
  MODE_SHIFT = 1
  MODE_TRACE = 2
  __package__ = 'ClusterShell'