public class UnionDocumentStream extends QueryDocumentStream
isUsed| Constructor and Description |
|---|
UnionDocumentStream(DocumentStreamFactory streamFactory)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
cancelQuery()
Perform whatever steps the derived class requires for canceling.
|
java.lang.String |
getIndexUsed() |
void |
getQueryPlan(java.util.List<java.util.Map<java.lang.String,java.lang.Object>> planList) |
java.util.Iterator<org.ojai.Document> |
iterator() |
closeDerived, getQueryPath, getQueryPlan, submitQuerycheckState, close, documentReaders, isCanceled, isClosed, streamTopublic UnionDocumentStream(DocumentStreamFactory streamFactory)
executorService - an executor service this can use for asynchronous operationsstreamFactory - the stream factory to use; this should return null when there are no
more DocumentStreams to source frompublic java.util.Iterator<org.ojai.Document> iterator()
protected void cancelQuery()
AbstractDocumentStreamcancelQuery in class AbstractDocumentStreampublic java.lang.String getIndexUsed()
getIndexUsed in interface com.mapr.db.impl.OjaiQueryPropertiesgetIndexUsed in class QueryDocumentStreampublic 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