| 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 |
ReactiveUpsertByIdOperation.ReactiveUpsertById<T>
Provides methods for constructing KV operations in a fluent way.
|
static interface |
ReactiveUpsertByIdOperation.UpsertByIdWithDurability<T> |
static interface |
ReactiveUpsertByIdOperation.UpsertByIdWithExpiry<T> |
| Modifier and Type | Method and Description |
|---|---|
ReactiveUpsertByIdOperation.UpsertByIdInScope<T> |
ReactiveUpsertByIdOperation.UpsertByIdWithDurability.withDurability(com.couchbase.client.core.msg.kv.DurabilityLevel durabilityLevel) |
ReactiveUpsertByIdOperation.UpsertByIdInScope<T> |
ReactiveUpsertByIdOperation.UpsertByIdWithDurability.withDurability(com.couchbase.client.java.kv.PersistTo persistTo,
com.couchbase.client.java.kv.ReplicateTo replicateTo) |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.