Trees | Indices | Help |
|
---|
|
object --+ | PersistentQueue
Keeps a list of abstract items and serializes it to the disk.
It has 2 layers of queue, normally an in-memory queue and an on-disk queue. When the number of items in the primary queue gets too large, the new items are automatically saved to the secondary queue. The older items are kept in the primary queue.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Class Variables | |
__implemented__ = <implementedBy buildbot.status.persistent_qu
|
|
__provides__ = <zope.interface.declarations.ClassProvides obje
|
Properties | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Class Variable Details |
__implemented__
|
__provides__
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Oct 29 10:00:42 2010 | http://epydoc.sourceforge.net |