org.galagosearch.tupleflow
Interface Counter

All Known Implementing Classes:
NetworkedCounter

public interface Counter

A counter sends statistics from individual TupleFlow workers back to the JobExecutor.

Author:
trevor

Method Summary
 void increment()
           
 void incrementBy(int value)
           
 

Method Detail

increment

void increment()

incrementBy

void incrementBy(int value)


Copyright © 2009. All Rights Reserved.