public class CommitWaitStream extends AbstractDocumentFilter
docIter, upstreamStreamisUsed| Constructor and Description |
|---|
CommitWaitStream(org.ojai.DocumentStream upstreamStream,
SharedResource<com.mapr.db.impl.BaseJsonTable> sharedTable,
com.mapr.fs.proto.Dbserver.CommitContext commitContext)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
closeDerived()
Perform whatever steps the derived class requires for closing.
|
void |
getQueryPlan(java.util.List<java.util.Map<java.lang.String,java.lang.Object>> planList) |
java.util.Iterator<org.ojai.Document> |
iterator() |
getIndexUsed, getQueryPath, getQueryPlan, setDesiredRowscancelQuery, checkState, close, documentReaders, isCanceled, isClosed, streamTopublic CommitWaitStream(org.ojai.DocumentStream upstreamStream,
SharedResource<com.mapr.db.impl.BaseJsonTable> sharedTable,
com.mapr.fs.proto.Dbserver.CommitContext commitContext)
upstreamStream - the upstream document streamsharedTable - the table or index we're waiting forcommitContext - the commit context for the table we're waiting forpublic java.util.Iterator<org.ojai.Document> iterator()
iterator in interface java.lang.Iterable<org.ojai.Document>iterator in interface org.ojai.DocumentStreamiterator in class AbstractDocumentFilterprotected void closeDerived()
AbstractDocumentStreamAbstractDocumentStream.close() method.closeDerived in class AbstractDocumentFilterpublic void getQueryPlan(java.util.List<java.util.Map<java.lang.String,java.lang.Object>> planList)