|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.manifoldcf.crawler.interfaces.QueueTracker.DoubleBinCount
protected static class QueueTracker.DoubleBinCount
This is the class which allows a mutable integer count value to be saved in the bincount table.
| Field Summary | |
|---|---|
protected double |
count
The count |
| Constructor Summary | |
|---|---|
QueueTracker.DoubleBinCount()
Create |
|
| Method Summary | |
|---|---|
QueueTracker.DoubleBinCount |
duplicate()
|
double |
getValue()
Get the value |
void |
increment()
Increment the counter |
void |
setValue(double count)
Set the value |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected double count
| Constructor Detail |
|---|
public QueueTracker.DoubleBinCount()
| Method Detail |
|---|
public QueueTracker.DoubleBinCount duplicate()
public void increment()
public void setValue(double count)
public double getValue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||