public class SolrUpdateExecution extends Object implements UpdateExecution
| Constructor and Description |
|---|
SolrUpdateExecution(SolrExecutionFactory ef,
Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
SolrConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
void |
close() |
void |
execute() |
int[] |
getUpdateCounts() |
public SolrUpdateExecution(SolrExecutionFactory ef, Command command, ExecutionContext executionContext, RuntimeMetadata metadata, SolrConnection connection)
public void execute()
throws TranslatorException
execute in interface ExecutionTranslatorExceptionpublic int[] getUpdateCounts()
throws DataNotAvailableException,
TranslatorException
getUpdateCounts in interface UpdateExecutionDataNotAvailableExceptionTranslatorExceptionpublic void cancel()
throws TranslatorException
cancel in interface ExecutionTranslatorExceptionCopyright © 2019. All rights reserved.