Notice: Over the next few months, we're reorganizing the App Engine documentation site to make it easier to find content and better align with the rest of Google Cloud products. The same content will be available, but the navigation will now match the rest of the Cloud products. If you have feedback or questions as you navigate the site, click Send Feedback.

DevPullQueue

com.google.appengine.api.taskqueue.dev

Class DevPullQueue

  • java.lang.Object
    • com.google.appengine.api.taskqueue.dev.DevPullQueue


  • public class DevPullQueue
    extends java.lang.Object
    Dev server implementation of pull queue.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      protected static java.util.logging.Logger logger 
      protected Entry queueXmlEntry 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      protected java.lang.String getQueueName() 
      protected TaskQueueRetryParameters getRetryParameters(TaskQueueAddRequest addRequest) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • logger

        protected static final java.util.logging.Logger logger
      • queueXmlEntry

        protected final Entry queueXmlEntry
    • Method Detail

      • getQueueName

        protected java.lang.String getQueueName()
      • getRetryParameters

        protected TaskQueueRetryParameters getRetryParameters(TaskQueueAddRequest addRequest)