|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.pds.harvest.crawler.stats.AssociationStats
public class AssociationStats
Class that captures statistics on how associations were handled during the crawling process.
Constructor Summary | |
---|---|
AssociationStats()
Constructor. |
Method Summary | |
---|---|
void |
addNumNotRegistered(int num)
Adds the given number to the number of associations not registered. |
void |
addNumRegistered(int num)
Adds the given number to the number of associations registered. |
void |
addNumSkipped(int num)
Adds the given number to the number of associations skipped. |
void |
clear()
Clears the statistics |
int |
getNumNotRegistered()
|
int |
getNumRegistered()
|
int |
getNumSkipped()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AssociationStats()
Method Detail |
---|
public void clear()
public int getNumSkipped()
public void addNumSkipped(int num)
num
- An integer value to add.public int getNumRegistered()
public void addNumRegistered(int num)
num
- An integer value to add.public int getNumNotRegistered()
public void addNumNotRegistered(int num)
num
- An integer value to add.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |