Package | Description |
---|---|
oracle.kv |
This package contains the public API for using Oracle NoSQL Database.
|
Modifier and Type | Method and Description |
---|---|
StatementResult |
KVStore.executeSync(String statement)
Synchronously execute a table statement.
|
StatementResult |
ExecutionFuture.get()
Block until the command represented by this future completes.
|
StatementResult |
ExecutionFuture.get(long timeout,
TimeUnit unit)
Block until the administrative operation has finished or the timeout
period is exceeded.
|
StatementResult |
ExecutionFuture.getLastStatus()
Returns information about the execution of the statement.
|
StatementResult |
ExecutionFuture.updateStatus()
Returns information about the execution of the statement.
|
Copyright (c) 2011, 2015 Oracle and/or its affiliates. All rights reserved.