|
db4o 7.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.db4o.tools.Statistics
public class Statistics
prints statistics about a database file to System.out.
Pass the database file path as an argument.
This class is not part of db4o.jar!
It is delivered as sourcecode in the
path ../com/db4o/tools/
Constructor Summary | |
---|---|
Statistics()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
the main method that runs the statistics. |
void |
run(java.lang.String filename)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Statistics()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- a String array of length 1, with the name of the database
file as element 0.public void run(java.lang.String filename)
|
db4o 7.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |