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 compute power 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
A MsgTree object maps key objects to multi-lines messages.
Variables [hide private]
  __package__ = 'ClusterShell'