protected static class DBInterfacePostgreSQL.TableStatistics
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
eventCount |
protected boolean |
firstAnalyze |
protected long |
timeMilliseconds |
| Constructor and Description |
|---|
TableStatistics() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int eventCount) |
int |
getEventCount() |
long |
getPreviousTime() |
boolean |
isFirstAnalyze() |
void |
reset() |
void |
setFirstAnalyze(boolean firstAnalyze) |
void |
setPreviousTime(long timeMilliseconds) |
protected int eventCount
protected boolean firstAnalyze
protected long timeMilliseconds
public void reset()
public void add(int eventCount)
public int getEventCount()
public boolean isFirstAnalyze()
public void setFirstAnalyze(boolean firstAnalyze)
public long getPreviousTime()
public void setPreviousTime(long timeMilliseconds)