Package 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:
Closeable,AutoCloseable,Iterator<ApacheLogEntry>
public class ApacheLogRangeEntryIterator extends org.aksw.commons.collections.SinglePrefetchIterator<ApacheLogEntry>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()protected ApacheLogEntryprefetch()-
Methods inherited from class org.aksw.commons.collections.SinglePrefetchIterator
doRemove, finish, hasNext, next, remove
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Method Detail
-
prefetch
protected ApacheLogEntry prefetch() throws Exception
- Specified by:
prefetchin classorg.aksw.commons.collections.SinglePrefetchIterator<ApacheLogEntry>- Throws:
Exception
-
close
public void close()
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classorg.aksw.commons.collections.SinglePrefetchIterator<ApacheLogEntry>
-
-