pyrax
Python Bindings for the Rackspace Cloud
Classes | Packages | Functions | Variables
pyrax/queueing.py File Reference

Classes

class  BaseQueueManager
 This class attempts to add in all the common deviations from the API standards that the regular base classes are based on. More...
class  Queue
 This class represents a Queue. More...
class  QueueMessage
 This class represents a Message posted to a Queue. More...
class  QueueClaim
 This class represents a Claim for a Message posted by a consumer. More...
class  QueueMessageManager
 Manager class for a Queue Message. More...
class  QueueClaimManager
 Manager class for a Queue Claims. More...
class  QueueManager
 Manager class for a Queue. More...
class  QueueClient
 This is the primary class for interacting with Cloud Queues. More...

Packages

namespace  pyrax::queueing

Functions

def assure_queue
 Converts a queue ID or name passed as the 'queue' parameter to a Queue object.

Variables

int DAYS_14 = 1209600
int MSG_LIMIT = 10
tuple marker_pat = re.compile(r".+\bmarker=(\d+).*")
 All Classes Namespaces Files Functions Variables Properties