Interface TermsIterator
-
- All Superinterfaces:
java.lang.AutoCloseable
,java.io.Closeable
,java.util.Iterator<IndexEntry>
- All Known Implementing Classes:
MemtableTermsIterator
@NotThreadSafe public interface TermsIterator extends java.util.Iterator<IndexEntry>, java.io.Closeable
An iterator over the contents of an index that extendsIterator
<IndexEntry
> that provides the min and max terms in the index. EachIndexEntry
contains a term and the postings associated with that term.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.nio.ByteBuffer
getMaxTerm()
java.nio.ByteBuffer
getMinTerm()
-