| Package | Description |
|---|---|
| org.springframework.data.couchbase.config |
This package contains all classes needed for specific configuration of
Spring Data Couchbase.
|
| org.springframework.data.couchbase.core |
This package contains the specific implementations and core classes for
Spring Data Couchbase internals.
|
| org.springframework.data.couchbase.core.query |
| Modifier and Type | Method and Description |
|---|---|
protected Consistency |
AbstractCouchbaseConfiguration.getDefaultConsistency()
Configures the default consistency for generated
view queries
and N1QL queries in repositories. |
| Modifier and Type | Method and Description |
|---|---|
Consistency |
CouchbaseOperations.getDefaultConsistency()
Returns the
consistency parameter to be used by default for generated queries (views and N1QL)
in repositories. |
Consistency |
CouchbaseTemplate.getDefaultConsistency() |
| Modifier and Type | Method and Description |
|---|---|
void |
CouchbaseTemplate.setDefaultConsistency(Consistency consistency) |
| Modifier and Type | Field and Description |
|---|---|
static Consistency |
Consistency.DEFAULT_CONSISTENCY
The static default Consistency (
UPDATE_AFTER). |
| Modifier and Type | Method and Description |
|---|---|
static Consistency |
Consistency.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Consistency[] |
Consistency.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2011-2015–2016 Pivotal Software, Inc.. All rights reserved.