Trees | Indices | Help |
|
---|
|
zope.interface.Interface --+ | IQueue
Abstraction of a queue.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Class Variables | |
__bases__ =
|
|
__identifier__ =
|
|
__iro__ =
|
|
__name__ =
|
|
__sro__ =
|
|
dependents = <WeakKeyDictionary at 101678040>
|
Method Details |
Adds an individual item to the end of the queue. Returns an item if it was overflowed. |
Adds a list of items as the oldest entries. Normally called in case of failure to process the data, queue the data back so it can be retrieved at a later time. Returns a list of items if it was overflowed. |
Pop many items at once. Defaults to self.maxItems(). |
Returns items in the queue. Warning: Can be extremely slow for queue on disk. |
Class Variable Details |
__iro__
|
__sro__
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Nov 21 16:22:45 2012 | http://epydoc.sourceforge.net |