|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.appengine.api.taskqueue.QueueStatistics
public final class QueueStatistics
QueueStatistics
allow observation of the rate that tasks on a given
queue are being executed. Note that statistics provided are only approximate,
and some statistics may be delayed or transiently unavailable.
Method Summary | |
---|---|
double |
getEnforcedRate()
Returns the maximum number of tasks per second being run by this queue. |
long |
getExecutedLastHour()
|
long |
getExecutedLastMinute()
|
int |
getNumTasks()
|
java.lang.String |
getQueueName()
|
int |
getRequestsInFlight()
The number of requests that the queue has sent but not yet received a reply for. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getQueueName()
Queue
.public int getNumTasks()
public long getExecutedLastMinute()
public long getExecutedLastHour()
public int getRequestsInFlight()
public double getEnforcedRate()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |