Uses of Class
oracle.nosql.driver.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.driver
Modifier and TypeFieldDescriptionstatic Consistency
Consistency.ABSOLUTE
constant for ABSOLUTE Consistencystatic Consistency
Consistency.EVENTUAL
constant for EVENTUAL ConsistencyModifier and TypeMethodDescriptionNoSQLHandleConfig.getConsistency()
Returns the configured default consistencyNoSQLHandleConfig.getDefaultConsistency()
Returns the default Consistency value that will be used by the system.Modifier and TypeMethodDescriptionNoSQLHandleConfig.setConsistency
(Consistency consistency) Sets the default requestConsistency
. -
Uses of Consistency in oracle.nosql.driver.ops
Modifier and TypeMethodDescriptionQueryRequest.getConsistency()
Returns the consistency set for this request, or null if not set.Modifier and TypeMethodDescriptionGetRequest.setConsistency
(Consistency consistency) Sets theConsistency
to use for the operation.QueryRequest.setConsistency
(Consistency consistency) Sets theConsistency
to use for the operation