Uses of Class
oracle.nosql.driver.ops.TableResult
Package
Description
Contains the public API for using the Oracle NoSQL Database
as well as configuration and common parameter classes used in
database operations.
Contains the input and response classes used for Oracle NoSQL
Database operations.
-
Uses of TableResult in oracle.nosql.driver
Modifier and TypeMethodDescriptionNoSQLHandle.addReplica
(AddReplicaRequest request) Cloud service only.NoSQLHandle.doTableRequest
(TableRequest request, int timeoutMs, int pollIntervalMs) A convenience method that performs a TableRequest and waits for completion of the operation.NoSQLHandle.dropReplica
(DropReplicaRequest request) Cloud service only.NoSQLHandle.getTable
(GetTableRequest request) Gets static information about the specified table including its state, provisioned throughput and capacity and schema.NoSQLHandle.tableRequest
(TableRequest request) Performs an operation on a table. -
Uses of TableResult in oracle.nosql.driver.ops
Modifier and TypeMethodDescriptionstatic TableResult
TableResult.waitForState
(NoSQLHandle handle, String tableName, String operationId, TableResult.State state, int waitMillis, int delayMillis) Deprecated.static TableResult
TableResult.waitForState
(NoSQLHandle handle, String tableName, TableResult.State state, int waitMillis, int delayMillis) Deprecated.static TableResult
TableResult.waitForState
(NoSQLHandle handle, TableResult result, TableResult.State state, int waitMillis, int delayMillis) Deprecated.Modifier and TypeMethodDescriptionstatic TableResult
TableResult.waitForState
(NoSQLHandle handle, TableResult result, TableResult.State state, int waitMillis, int delayMillis) Deprecated.
waitForCompletion(oracle.nosql.driver.NoSQLHandle, int, int)
instead.