Oracle NoSQL Database
version 11gR2.2.0.26

Uses of Interface
oracle.kv.OperationResult

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

Copyright (c) 2011, 2013 Oracle and/or its affiliates. All rights reserved.