| Package | Description |
|---|---|
| oracle.kv |
This package contains the public API for using Oracle NoSQL Database.
|
| oracle.kv.table |
Table support for Oracle NoSQL Database.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<TableOperationResult> |
TableAPI.execute(List<TableOperation> operations,
WriteOptions writeOptions)
This method provides an efficient and transactional mechanism for
executing a sequence of operations associated with tables that share the
same shard key portion of their primary keys.
|
Copyright (c) 2011, 2014 Oracle and/or its affiliates. All rights reserved.