|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.services.controller.FrontControllerStats
public class FrontControllerStats
Keeps track of request and runtime statistics for the OGCFrontController
.
Constructor Summary | |
---|---|
FrontControllerStats()
|
Method Summary | |
---|---|
static long |
getActiveRequests()
Returns the number of currently active requests, i.e. requests that the OGCFrontController dispatched to
service controllers, but that didn't return yet. |
static long |
getAverageResponseTime()
Returns the average response time for all finished requests. |
static org.deegree.geometry.Envelope |
getCombinedGetMapEnvelope()
|
static long |
getDispatchedRequests()
Returns the number of requests that the OGCFrontController dispatched to service controllers. |
static java.util.TreeSet<org.deegree.commons.utils.ComparablePair<java.lang.Long,java.lang.String>> |
getKVPRequests()
|
static long |
getMaximumResponseTime()
Returns the maximum response time of all finished requests. |
static long |
getStartingTime()
|
static void |
incomingKVP(java.lang.String request,
long timestamp)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FrontControllerStats()
Method Detail |
---|
public static void incomingKVP(java.lang.String request, long timestamp)
request
- the query stringtimestamp
- public static long getDispatchedRequests()
OGCFrontController
dispatched to service controllers.
public static long getActiveRequests()
OGCFrontController
dispatched to
service controllers, but that didn't return yet.
public static long getAverageResponseTime()
public static long getMaximumResponseTime()
public static java.util.TreeSet<org.deegree.commons.utils.ComparablePair<java.lang.Long,java.lang.String>> getKVPRequests()
public static long getStartingTime()
public static org.deegree.geometry.Envelope getCombinedGetMapEnvelope()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |