Uses of Enum
oracle.nosql.driver.ops.TableResult.State
Package
Description
Contains the input and response classes used for Oracle NoSQL
Database operations.
-
Uses of TableResult.State in oracle.nosql.driver.ops
Modifier and TypeMethodDescriptionTableResult.Replica.getState()
Returns the operational state of replica tableTableResult.getTableState()
Returns the table state.static TableResult.State
Returns the enum constant of this type with the specified name.static TableResult.State[]
TableResult.State.values()
Returns an array containing the constants of this enum type, in the order they are declared.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.
TableResult.waitForCompletion(oracle.nosql.driver.NoSQLHandle, int, int)
instead.