Class CommitLogSegmentReader.SegmentIterator
java.lang.Object
com.google.common.collect.UnmodifiableIterator<T>
com.google.common.collect.AbstractIterator<CommitLogSegmentReader.SyncSegment>
org.apache.cassandra.db.commitlog.CommitLogSegmentReader.SegmentIterator
- All Implemented Interfaces:
Iterator<CommitLogSegmentReader.SyncSegment>
- Enclosing class:
- CommitLogSegmentReader
protected class CommitLogSegmentReader.SegmentIterator
extends com.google.common.collect.AbstractIterator<CommitLogSegmentReader.SyncSegment>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.collect.AbstractIterator
endOfData, hasNext, next, peekMethods inherited from class com.google.common.collect.UnmodifiableIterator
removeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
SegmentIterator
protected SegmentIterator()
-
-
Method Details
-
computeNext
- Specified by:
computeNextin classcom.google.common.collect.AbstractIterator<CommitLogSegmentReader.SyncSegment>
-