public class IdDocumentStream extends QueryDocumentStream implements IdByteBufferStream
isUsed| Constructor and Description |
|---|
IdDocumentStream(OjaiConnection ojaiConnection,
FieldInBundle fib,
com.mapr.db.index.IndexFieldDesc.Order order) |
| Modifier and Type | Method and Description |
|---|---|
void |
getQueryPlan(java.util.List<java.util.Map<java.lang.String,java.lang.Object>> planList) |
java.util.Iterator<java.nio.ByteBuffer> |
idBufferIterator()
Return an iterator for a list of ids represented as
ByteBuffers.
|
java.util.Iterator<org.ojai.Document> |
iterator() |
closeDerived, getIndexUsed, getQueryPath, getQueryPlan, submitQuerycancelQuery, checkState, close, documentReaders, isCanceled, isClosed, streamTopublic IdDocumentStream(OjaiConnection ojaiConnection, FieldInBundle fib, com.mapr.db.index.IndexFieldDesc.Order order)
public java.util.Iterator<org.ojai.Document> iterator()
iterator in interface java.lang.Iterable<org.ojai.Document>iterator in interface org.ojai.DocumentStreampublic java.util.Iterator<java.nio.ByteBuffer> idBufferIterator()
IdByteBufferStreamidBufferIterator in interface IdByteBufferStreampublic void getQueryPlan(java.util.List<java.util.Map<java.lang.String,java.lang.Object>> planList)
getQueryPlan in interface com.mapr.db.impl.OjaiQueryPropertiesgetQueryPlan in class QueryDocumentStream