Uses of Class
oracle.nosql.driver.Consistency
-
Packages that use Consistency Package Description oracle.nosql.driver Contains the public API for using the Oracle NoSQL Database as well as configuration and common parameter classes used in database operations.oracle.nosql.driver.ops Contains the input and response classes used for Oracle NoSQL Database operations. -
-
Uses of Consistency in oracle.nosql.driver
Fields in oracle.nosql.driver declared as Consistency Modifier and Type Field Description static ConsistencyConsistency. ABSOLUTEstatic ConsistencyConsistency. EVENTUALMethods in oracle.nosql.driver that return Consistency Modifier and Type Method Description ConsistencyNoSQLHandleConfig. getConsistency()Returns the configured default consistencyConsistencyNoSQLHandleConfig. getDefaultConsistency()Returns the default Consistency value that will be used by the system.Methods in oracle.nosql.driver with parameters of type Consistency Modifier and Type Method Description NoSQLHandleConfigNoSQLHandleConfig. setConsistency(Consistency consistency)Sets the default requestConsistency. -
Uses of Consistency in oracle.nosql.driver.ops
Methods in oracle.nosql.driver.ops that return Consistency Modifier and Type Method Description ConsistencyQueryRequest. getConsistency()Returns the consistency set for this request, or null if not set.Methods in oracle.nosql.driver.ops with parameters of type Consistency Modifier and Type Method Description GetRequestGetRequest. setConsistency(Consistency consistency)Sets theConsistencyto use for the operation.QueryRequestQueryRequest. setConsistency(Consistency consistency)Sets theConsistencyto use for the operation
-