| Package | Description |
|---|---|
| org.springframework.data.couchbase.core |
This package contains the specific implementations and core classes for Spring Data Couchbase internals.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ExecutableReplaceByIdOperation.ExecutableReplaceById<T>
Provides methods for constructing KV replace operations in a fluent way.
|
static interface |
ExecutableReplaceByIdOperation.ReplaceByIdWithDurability<T> |
static interface |
ExecutableReplaceByIdOperation.ReplaceByIdWithExpiry<T> |
| Modifier and Type | Method and Description |
|---|---|
ExecutableReplaceByIdOperation.ReplaceByIdInScope<T> |
ExecutableReplaceByIdOperation.ReplaceByIdWithDurability.withDurability(com.couchbase.client.core.msg.kv.DurabilityLevel durabilityLevel) |
ExecutableReplaceByIdOperation.ReplaceByIdInScope<T> |
ExecutableReplaceByIdOperation.ReplaceByIdWithDurability.withDurability(com.couchbase.client.java.kv.PersistTo persistTo,
com.couchbase.client.java.kv.ReplicateTo replicateTo) |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.