|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FrontierReport
Common interface for an Heritrix frontier report wrapper.
Method Summary | |
---|---|
void |
addLine(FrontierReportLine line)
Add a line to the report. |
FrontierReportLine[] |
getExhaustedQueues(int maxSize)
Returns the exhausted queues, e.g. |
java.lang.String |
getJobName()
|
FrontierReportLine |
getLineForDomain(java.lang.String domainName)
Returns the line of the frontier report corresponding to the queue for the given domain name. |
FrontierReportLine[] |
getRetiredQueues(int maxSize)
Returns the retired queues, e.g. |
long |
getTimestamp()
|
Method Detail |
---|
java.lang.String getJobName()
long getTimestamp()
void addLine(FrontierReportLine line)
line
- line to add.FrontierReportLine getLineForDomain(java.lang.String domainName)
domainName
- the domain name.
FrontierReportLine[] getRetiredQueues(int maxSize)
maxSize
- maximum count of elements to fetch
FrontierReportLine[] getExhaustedQueues(int maxSize)
maxSize
- maximum count of elements to fetch
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |