public class AccumuloQueryExecution extends Object implements ResultSetExecution
| Constructor and Description | 
|---|
| AccumuloQueryExecution(AccumuloExecutionFactory aef,
                      Select command,
                      ExecutionContext executionContext,
                      RuntimeMetadata metadata,
                      AccumuloConnection connection) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | cancel()Cancels the execution abnormally. | 
| void | close()Terminates the execution normally. | 
| void | execute()Execute the associated command. | 
| List<?> | next()Retrieves the next row of the resultset. | 
public AccumuloQueryExecution(AccumuloExecutionFactory aef, Select command, ExecutionContext executionContext, RuntimeMetadata metadata, AccumuloConnection connection) throws TranslatorException
TranslatorExceptionpublic void execute()
             throws TranslatorException
Executionexecute in interface ExecutionTranslatorExceptionpublic List<?> next() throws TranslatorException, DataNotAvailableException
ResultSetExecutionnext in interface ResultSetExecutionTranslatorExceptionDataNotAvailableExceptionpublic void close()
Executionpublic void cancel()
            throws TranslatorException
Executioncancel in interface ExecutionTranslatorExceptionCopyright © 2019. All rights reserved.