|
Oracle NoSQL Database version 11gR2.2.0.26 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OperationResult | |
---|---|
oracle.kv | This package contains the public API for using Oracle NoSQL Database. |
Uses of OperationResult in oracle.kv |
---|
Methods in oracle.kv that return OperationResult | |
---|---|
OperationResult |
OperationExecutionException.getFailedOperationResult()
The result of the operation that caused the execution to be aborted. |
Methods in oracle.kv that return types with arguments of type OperationResult | |
---|---|
List<OperationResult> |
KVStore.execute(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. |
List<OperationResult> |
KVStore.execute(List<Operation> operations,
Durability durability,
long timeout,
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. |
Constructors in oracle.kv with parameters of type OperationResult | |
---|---|
OperationExecutionException(Operation failedOperation,
int failedOperationIndex,
OperationResult failedOperationResult)
|
|
Oracle NoSQL Database version 11gR2.2.0.26 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |