Uses of Interface
oracle.kv.ExecutionFuture
-
Packages that use ExecutionFuture Package Description oracle.kv This package contains the public API for using Oracle NoSQL Database. -
-
Uses of ExecutionFuture in oracle.kv
Methods in oracle.kv that return ExecutionFuture Modifier and Type Method Description ExecutionFuture
KVStore. execute(char[] statement, ExecuteOptions options)
Asynchronously executes a DDL statement.ExecutionFuture
KVStore. execute(String statement)
Asynchronously executes a DDL statement.ExecutionFuture
KVStore. execute(String statement, ExecuteOptions options)
Asynchronously executes a DDL statement, specifying options to override defaults.ExecutionFuture
KVStore. getFuture(byte[] futureBytes)
Obtain a handle onto a previously issued DDL operation, using a serialized version of the ExecutionFuture obtained fromtoByteArray()
.
-