Uses of Class
dk.netarkivet.harvester.harvesting.frontier.FrontierReportLine

Packages that use FrontierReportLine
dk.netarkivet.harvester.harvesting.frontier   
 

Uses of FrontierReportLine in dk.netarkivet.harvester.harvesting.frontier
 

Subclasses of FrontierReportLine in dk.netarkivet.harvester.harvesting.frontier
(package private) static class FullFrontierReport.PersistentLine
           
 

Methods in dk.netarkivet.harvester.harvesting.frontier that return FrontierReportLine
 FrontierReportLine[] FullFrontierReport.getBiggestTotalEnqueues(int howMany)
          Returns the N lines with the biggest totalEnqueues values, corresponding to active queues (i.e.
 FrontierReportLine[] FullFrontierReport.getExhaustedQueues(int maxSize)
          Returns the exhausted queues, e.g.
 FrontierReportLine[] FrontierReport.getExhaustedQueues(int maxSize)
          Returns the exhausted queues, e.g.
abstract  FrontierReportLine[] AbstractFrontierReport.getExhaustedQueues(int maxSize)
           
 FrontierReportLine[] InMemoryFrontierReport.getExhaustedQueues(int maxSize)
          Returns the exhausted queues, e.g.
 FrontierReportLine FullFrontierReport.getLineForDomain(java.lang.String domainName)
           
 FrontierReportLine FrontierReport.getLineForDomain(java.lang.String domainName)
          Returns the line of the frontier report corresponding to the queue for the given domain name.
abstract  FrontierReportLine AbstractFrontierReport.getLineForDomain(java.lang.String domainName)
           
 FrontierReportLine InMemoryFrontierReport.getLineForDomain(java.lang.String domainName)
           
 FrontierReportLine[] InMemoryFrontierReport.getLines()
          Returns the lines of the report.
 FrontierReportLine[] FullFrontierReport.getRetiredQueues(int maxSize)
          Returns the retired queues, e.g.
 FrontierReportLine[] FrontierReport.getRetiredQueues(int maxSize)
          Returns the retired queues, e.g.
abstract  FrontierReportLine[] AbstractFrontierReport.getRetiredQueues(int maxSize)
           
 FrontierReportLine[] InMemoryFrontierReport.getRetiredQueues(int maxSize)
          Returns the retired queues, e.g.
 

Methods in dk.netarkivet.harvester.harvesting.frontier with parameters of type FrontierReportLine
 void FullFrontierReport.addLine(FrontierReportLine line)
           
 void FrontierReport.addLine(FrontierReportLine line)
          Add a line to the report.
abstract  void AbstractFrontierReport.addLine(FrontierReportLine line)
           
 void InMemoryFrontierReport.addLine(FrontierReportLine line)
           
 int FrontierReportLine.compareTo(FrontierReportLine l)
          Default order relation is descending size of the queue (totalEnqueues).
 

Constructors in dk.netarkivet.harvester.harvesting.frontier with parameters of type FrontierReportLine
FrontierReportLine(FrontierReportLine original)
          Builds a cloned line.
FullFrontierReport.PersistentLine(FrontierReportLine reportLine)
           
FullFrontierReport.PersistentLineKey(FrontierReportLine l)