org.aksw.commons.util.apache
Class ApacheLogRangeEntryIterator

java.lang.Object
  extended by org.aksw.commons.collections.SinglePrefetchIterator<ApacheLogEntry>
      extended by org.aksw.commons.util.apache.ApacheLogRangeEntryIterator
All Implemented Interfaces:
Iterator<ApacheLogEntry>

public class ApacheLogRangeEntryIterator
extends SinglePrefetchIterator<ApacheLogEntry>


Constructor Summary
ApacheLogRangeEntryIterator(Iterator<Map.Entry<Date,File>> itFile, Date low, boolean lowInclusive, Date high, boolean highInclusive)
           
 
Method Summary
 void close()
           
protected  ApacheLogEntry prefetch()
           
 
Methods inherited from class org.aksw.commons.collections.SinglePrefetchIterator
finish, hasNext, next, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApacheLogRangeEntryIterator

public ApacheLogRangeEntryIterator(Iterator<Map.Entry<Date,File>> itFile,
                                   Date low,
                                   boolean lowInclusive,
                                   Date high,
                                   boolean highInclusive)
Method Detail

prefetch

protected ApacheLogEntry prefetch()
                           throws Exception
Specified by:
prefetch in class SinglePrefetchIterator<ApacheLogEntry>
Throws:
Exception

close

public void close()
Overrides:
close in class SinglePrefetchIterator<ApacheLogEntry>


Copyright © 2012. All Rights Reserved.