Uses of Class
oracle.nosql.driver.Consistency
Packages that use Consistency
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 Consistency in oracle.nosql.driverFields in oracle.nosql.driver declared as ConsistencyModifier and TypeFieldDescriptionstatic ConsistencyConsistency.ABSOLUTEconstant for ABSOLUTE Consistencystatic ConsistencyConsistency.EVENTUALconstant for EVENTUAL ConsistencyMethods in oracle.nosql.driver that return ConsistencyModifier and TypeMethodDescriptionNoSQLHandleConfig.getConsistency()Returns the configured default consistencyNoSQLHandleConfig.getDefaultConsistency()Returns the default Consistency value that will be used by the system.Methods in oracle.nosql.driver with parameters of type ConsistencyModifier and TypeMethodDescriptionNoSQLHandleConfig.setConsistency(Consistency consistency) Sets the default requestConsistency.
- 
Uses of Consistency in oracle.nosql.driver.opsMethods in oracle.nosql.driver.ops that return ConsistencyModifier and TypeMethodDescriptionQueryRequest.getConsistency()Returns the consistency set for this request, or null if not set.Methods in oracle.nosql.driver.ops with parameters of type ConsistencyModifier and TypeMethodDescriptionGetRequest.setConsistency(Consistency consistency) Sets theConsistencyto use for the operation.QueryRequest.setConsistency(Consistency consistency) Sets theConsistencyto use for the operation