public class SolrQueryExecution extends Object implements ResultSetExecution
| Constructor and Description |
|---|
SolrQueryExecution(SolrExecutionFactory ef,
Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
SolrConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
void |
close() |
void |
execute() |
List<?> |
next() |
void |
nextBatch() |
void |
walkDocuments(org.teiid.translator.solr.SolrQueryExecution.SolrDocumentCallback callback) |
public SolrQueryExecution(SolrExecutionFactory ef, Command command, ExecutionContext executionContext, RuntimeMetadata metadata, SolrConnection connection)
public void execute()
throws TranslatorException
execute in interface ExecutionTranslatorExceptionpublic void nextBatch()
throws TranslatorException
TranslatorExceptionpublic List<?> next() throws TranslatorException, DataNotAvailableException
next in interface ResultSetExecutionTranslatorExceptionDataNotAvailableExceptionpublic void walkDocuments(org.teiid.translator.solr.SolrQueryExecution.SolrDocumentCallback callback) throws TranslatorException
TranslatorExceptionpublic void cancel()
throws TranslatorException
cancel in interface ExecutionTranslatorExceptionCopyright © 2020. All rights reserved.