org.aksw.commons.util.apache
Class ApacheLogRangeEntryIterator
java.lang.Object
org.aksw.commons.collections.SinglePrefetchIterator<ApacheLogEntry>
org.aksw.commons.util.apache.ApacheLogRangeEntryIterator
- All Implemented Interfaces:
- Iterator<ApacheLogEntry>
public class ApacheLogRangeEntryIterator
- extends SinglePrefetchIterator<ApacheLogEntry>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApacheLogRangeEntryIterator
public ApacheLogRangeEntryIterator(Iterator<Map.Entry<Date,File>> itFile,
Date low,
boolean lowInclusive,
Date high,
boolean highInclusive)
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.