|
db4o 7.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.db4o.tools.QueryStats
public class QueryStats
Keeps track of query statistics.
Constructor Summary | |
---|---|
QueryStats()
|
Method Summary | |
---|---|
int |
activationCount()
How many objects were activated so far. |
void |
connect(ObjectContainer container)
Starts gathering query statistics for the specified container. |
void |
disconnect()
Disconnects from the current container. |
long |
executionTime()
How long the last query took to execute. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QueryStats()
Method Detail |
---|
public long executionTime()
public int activationCount()
public void connect(ObjectContainer container)
public void disconnect()
|
db4o 7.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |