Uses of Class
oracle.kv.OperationExecutionException
- 
Packages that use OperationExecutionException Package Description oracle.kv This package contains the public API for using Oracle NoSQL Database. - 
- 
Uses of OperationExecutionException in oracle.kv
Methods in oracle.kv that throw OperationExecutionException Modifier and Type Method Description java.util.List<OperationResult>KVStore. execute(java.util.List<Operation> operations)This method provides an efficient and transactional mechanism for executing a sequence of operations associated with keys that share the same Major Path.java.util.List<OperationResult>KVStore. execute(java.util.List<Operation> operations, Durability durability, long timeout, java.util.concurrent.TimeUnit timeoutUnit)This method provides an efficient and transactional mechanism for executing a sequence of operations associated with keys that share the same Major Path. 
 -