public class CouchbaseUpdateExecution extends CouchbaseExecution implements UpdateExecution
connection, executionContext, executionFactory, metadata| Modifier | Constructor and Description |
|---|---|
protected |
CouchbaseUpdateExecution(Command command,
CouchbaseExecutionFactory ef,
ExecutionContext context,
RuntimeMetadata metadata,
CouchbaseConnection conn) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
void |
close() |
void |
execute() |
int[] |
getUpdateCounts() |
protected CouchbaseUpdateExecution(Command command, CouchbaseExecutionFactory ef, ExecutionContext context, RuntimeMetadata metadata, CouchbaseConnection conn)
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.