public class PluginStats extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
addRequestTime(long l) |
static PluginStats |
getInstance() |
long |
getMaxTime() |
long |
getRequestCount() |
long |
getRequestTime() |
void |
incrementRequestCount() |
public static PluginStats getInstance()
public void incrementRequestCount()
public void addRequestTime(long l)
public long getRequestCount()
public long getRequestTime()
public long getMaxTime()
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.