org.apache.gora.mapreduce
Class GoraRecordCounter

java.lang.Object
  extended by org.apache.gora.mapreduce.GoraRecordCounter

public class GoraRecordCounter
extends Object


Constructor Summary
GoraRecordCounter()
           
 
Method Summary
 int getRecordsMax()
           
 int getRecordsNumber()
           
 void increment()
           
 boolean isModulo()
           
 void setRecordsMax(int recordsMax)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GoraRecordCounter

public GoraRecordCounter()
Method Detail

getRecordsNumber

public int getRecordsNumber()

getRecordsMax

public int getRecordsMax()

setRecordsMax

public void setRecordsMax(int recordsMax)

increment

public void increment()

isModulo

public boolean isModulo()


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.