Uses of Enum Class
org.springframework.data.couchbase.core.query.Consistency
Packages that use Consistency
Package
Description
This package contains annotations and classes relative to querying with Couchbase (whether through views or N1QL) and
the associated indexes.
-
Uses of Consistency in org.springframework.data.couchbase.core.query
Fields in org.springframework.data.couchbase.core.query declared as ConsistencyModifier and TypeFieldDescriptionstatic final ConsistencyConsistency.DEFAULT_CONSISTENCYThe static default Consistency (READ_YOUR_OWN_WRITES).Methods in org.springframework.data.couchbase.core.query that return ConsistencyModifier and TypeMethodDescriptionstatic ConsistencyReturns the enum constant of this class with the specified name.static Consistency[]Consistency.values()Returns an array containing the constants of this enum class, in the order they are declared.