|
|||||||||
| Home >> All >> org >> activemq >> store >> [ journal overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.activemq.store.journal
Class JournalBrokerBenchmark.ProgressPrinter

java.lang.Objectorg.activemq.store.journal.JournalBrokerBenchmark.ProgressPrinter
- Enclosing class:
- JournalBrokerBenchmark
- static class JournalBrokerBenchmark.ProgressPrinter
- extends java.lang.Object
| Field Summary | |
(package private) int |
counter
|
private int |
interval
|
(package private) int |
percentDone
|
private int |
total
|
| Constructor Summary | |
JournalBrokerBenchmark.ProgressPrinter(int total,
int interval)
|
|
| Method Summary | |
void |
increment()
|
void |
update(int current)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
total
private final int total
interval
private final int interval
percentDone
int percentDone
counter
int counter
| Constructor Detail |
JournalBrokerBenchmark.ProgressPrinter
public JournalBrokerBenchmark.ProgressPrinter(int total,
int interval)
| Method Detail |
increment
public void increment()
update
public void update(int current)
|
|||||||||
| Home >> All >> org >> activemq >> store >> [ journal overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.activemq.store.journal.JournalBrokerBenchmark.ProgressPrinter