Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.activemq.store.journal
Class JournalBrokerBenchmark.ProgressPrinter  view JournalBrokerBenchmark.ProgressPrinter download JournalBrokerBenchmark.ProgressPrinter.java

java.lang.Object
  extended byorg.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)