App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Public Attributes | List of all members
google.appengine.tools.bulkloader.QueueJoinThread Class Reference
Inheritance diagram for google.appengine.tools.bulkloader.QueueJoinThread:

Public Member Functions

def __init__
 
def run
 

Public Attributes

 queue
 

Detailed Description

A thread that joins a queue and exits.

Queue joins do not have a timeout.  To simulate a queue join with
timeout, run this thread and join it with a timeout.

Constructor & Destructor Documentation

def google.appengine.tools.bulkloader.QueueJoinThread.__init__ (   self,
  queue 
)
Initialize a QueueJoinThread.

Args:
  queue: The queue for this thread to join.

Member Function Documentation

def google.appengine.tools.bulkloader.QueueJoinThread.run (   self)
Perform the queue join in this thread.

The documentation for this class was generated from the following file: