org.apache.manifoldcf.core.database
Class DBInterfacePostgreSQL.TableStatistics

java.lang.Object
  extended by org.apache.manifoldcf.core.database.DBInterfacePostgreSQL.TableStatistics
Enclosing class:
DBInterfacePostgreSQL

protected static class DBInterfacePostgreSQL.TableStatistics
extends java.lang.Object

Table accumulation records.


Field Summary
protected  int eventCount
           
 
Constructor Summary
DBInterfacePostgreSQL.TableStatistics()
           
 
Method Summary
 void add(int eventCount)
           
 int getEventCount()
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eventCount

protected int eventCount
Constructor Detail

DBInterfacePostgreSQL.TableStatistics

public DBInterfacePostgreSQL.TableStatistics()
Method Detail

reset

public void reset()

add

public void add(int eventCount)

getEventCount

public int getEventCount()