Modifier and Type | Method and Description |
---|---|
<D extends Document<?>> |
CouchbaseBucket.append(D document) |
<D extends Document<?>> |
CouchbaseAsyncBucket.append(D document) |
<D extends Document<?>> |
Bucket.append(D document)
Append a
Document s content to an existing one with the default key/value timeout. |
<D extends Document<?>> |
AsyncBucket.append(D document)
Append a
Document s content to an existing one. |
<D extends Document<?>> |
CouchbaseBucket.append(D document,
long timeout,
TimeUnit timeUnit) |
<D extends Document<?>> |
Bucket.append(D document,
long timeout,
TimeUnit timeUnit)
Append a
Document s content to an existing one with a custom timeout. |
<D extends Document<?>> |
CouchbaseBucket.append(D document,
PersistTo persistTo) |
<D extends Document<?>> |
CouchbaseAsyncBucket.append(D document,
PersistTo persistTo) |
<D extends Document<?>> |
Bucket.append(D document,
PersistTo persistTo)
Append a
Document s content to an existing one with the default key/value timeout. |
<D extends Document<?>> |
AsyncBucket.append(D document,
PersistTo persistTo)
Append a
Document s content to an existing one. |
<D extends Document<?>> |
CouchbaseBucket.append(D document,
PersistTo persistTo,
long timeout,
TimeUnit timeUnit) |
<D extends Document<?>> |
Bucket.append(D document,
PersistTo persistTo,
long timeout,
TimeUnit timeUnit)
Append a
Document s content to an existing one with a custom timeout. |
<D extends Document<?>> |
CouchbaseBucket.append(D document,
PersistTo persistTo,
ReplicateTo replicateTo) |
<D extends Document<?>> |
CouchbaseAsyncBucket.append(D document,
PersistTo persistTo,
ReplicateTo replicateTo) |
<D extends Document<?>> |
Bucket.append(D document,
PersistTo persistTo,
ReplicateTo replicateTo)
Append a
Document s content to an existing one with the default key/value timeout. |
<D extends Document<?>> |
AsyncBucket.append(D document,
PersistTo persistTo,
ReplicateTo replicateTo)
Append a
Document s content to an existing one. |
<D extends Document<?>> |
CouchbaseBucket.append(D document,
PersistTo persistTo,
ReplicateTo replicateTo,
long timeout,
TimeUnit timeUnit) |
<D extends Document<?>> |
Bucket.append(D document,
PersistTo persistTo,
ReplicateTo replicateTo,
long timeout,
TimeUnit timeUnit)
Append a
Document s content to an existing one with a custom timeout. |
<D extends Document<?>> |
CouchbaseBucket.append(D document,
ReplicateTo replicateTo) |
<D extends Document<?>> |
CouchbaseAsyncBucket.append(D document,
ReplicateTo replicateTo) |
<D extends Document<?>> |
Bucket.append(D document,
ReplicateTo replicateTo)
Append a
Document s content to an existing one with the default key/value timeout. |
<D extends Document<?>> |
AsyncBucket.append(D document,
ReplicateTo replicateTo)
Append a
Document s content to an existing one. |
<D extends Document<?>> |
CouchbaseBucket.append(D document,
ReplicateTo replicateTo,
long timeout,
TimeUnit timeUnit) |
<D extends Document<?>> |
Bucket.append(D document,
ReplicateTo replicateTo,
long timeout,
TimeUnit timeUnit)
Append a
Document s content to an existing one with a custom timeout. |
<D extends Document<?>> |
CouchbaseBucket.exists(D document) |
<D extends Document<?>> |
CouchbaseAsyncBucket.exists(D document) |
<D extends Document<?>> |
Bucket.exists(D document)
Check whether a document with the given ID does exist in the bucket.
|
<D extends Document<?>> |
AsyncBucket.exists(D document)
Check whether a document with the given ID does exist in the bucket.
|
<D extends Document<?>> |
CouchbaseBucket.exists(D document,
long timeout,
TimeUnit timeUnit) |
<D extends Document<?>> |
Bucket.exists(D document,
long timeout,
TimeUnit timeUnit)
Check whether a document with the given ID does exist in the bucket.
|
<D extends Document<?>> |
CouchbaseBucket.get(D document) |
<D extends Document<?>> |
CouchbaseAsyncBucket.get(D document) |
<D extends Document<?>> |
Bucket.get(D document)
Retrieves any type of
Document with the default key/value timeout. |
<D extends Document<?>> |
AsyncBucket.get(D document)
Retrieves any type of
Document by its unique ID. |
<D extends Document<?>> |
CouchbaseBucket.get(D document,
long timeout,
TimeUnit timeUnit) |
<D extends Document<?>> |
Bucket.get(D document,
long timeout,
TimeUnit timeUnit)
Retrieves any type of
Document with a custom timeout. |
<D extends Document<?>> |
CouchbaseBucket.get(String id,
Class<D> target) |
<D extends Document<?>> |
CouchbaseAsyncBucket.get(String id,
Class<D> target) |
<D extends Document<?>> |
Bucket.get(String id,
Class<D> target)
Retrieves any type of
Document by its ID with the default key/value timeout. |
<D extends Document<?>> |
AsyncBucket.get(String id,
Class<D> target)
Retrieves any type of
Document by its unique ID. |
<D extends Document<?>> |
CouchbaseBucket.get(String id,
Class<D> target,
long timeout,
TimeUnit timeUnit) |
<D extends Document<?>> |
Bucket.get(String id,
Class<D> target,
long timeout,
TimeUnit timeUnit)
Retrieves any type of
Document by its ID with a custom timeout. |
<D extends Document<?>> |
CouchbaseBucket.getAndLock(D document,
int lockTime) |
<D extends Document<?>> |
CouchbaseAsyncBucket.getAndLock(D document,
int lockTime) |
<D extends Document<?>> |
Bucket.getAndLock(D document,
int lockTime)
Retrieve and lock a
Document by its unique ID with the default key/value timeout. |
<D extends Document<?>> |
AsyncBucket.getAndLock(D document,
int lockTime)
Retrieve and lock a
Document by its unique ID. |
<D extends Document<?>> |
CouchbaseBucket.getAndLock(D document,
int lockTime,
long timeout,
TimeUnit timeUnit) |
<D extends Document<?>> |
Bucket.getAndLock(D document,
int lockTime,
long timeout,
TimeUnit timeUnit)
Retrieve and lock a
Document by its unique ID with a custom timeout. |
<D extends Document<?>> |
CouchbaseBucket.getAndLock(String id,
int lockTime,
Class<D> target) |
<D extends Document<?>> |
CouchbaseAsyncBucket.getAndLock(String id,
int lockTime,
Class<D> target) |
<D extends Document<?>> |
Bucket.getAndLock(String id,
int lockTime,
Class<D> target)
Retrieve and lock a
Document by its unique ID with the default key/value timeout. |
<D extends Document<?>> |
AsyncBucket.getAndLock(String id,
int lockTime,
Class<D> target)
Retrieve and lock a
Document by its unique ID. |
<D extends Document<?>> |
CouchbaseBucket.getAndLock(String id,
int lockTime,
Class<D> target,
long timeout,
TimeUnit timeUnit) |
<D extends Document<?>> |
Bucket.getAndLock(String id,
int lockTime,
Class<D> target,
long timeout,
TimeUnit timeUnit)
Retrieve and lock a
Document by its unique ID with the a custom timeout. |
<D extends Document<?>> |
CouchbaseBucket.getAndTouch(D document) |
<D extends Document<?>> |
CouchbaseAsyncBucket.getAndTouch(D document) |
<D extends Document<?>> |
Bucket.getAndTouch(D document)
Retrieve and touch a
Document by its unique ID with the default key/value timeout. |
<D extends Document<?>> |
AsyncBucket.getAndTouch(D document)
Retrieve and touch a
Document by its unique ID. |
<D extends Document<?>> |
CouchbaseBucket.getAndTouch(D document,
long timeout,
TimeUnit timeUnit) |
<D extends Document<?>> |
Bucket.getAndTouch(D document,
long timeout,
TimeUnit timeUnit)
Retrieve and touch a
Document by its unique ID with a custom timeout. |
<D extends Document<?>> |
CouchbaseBucket.getAndTouch(String id,
int expiry,
Class<D> target) |
<D extends Document<?>> |
CouchbaseAsyncBucket.getAndTouch(String id,
int expiry,
Class<D> target) |
<D extends Document<?>> |
Bucket.getAndTouch(String id,
int expiry,
Class<D> target)
Retrieve and touch a
Document by its unique ID with the default key/value timeout. |
<D extends Document<?>> |
AsyncBucket.getAndTouch(String id,
int expiry,
Class<D> target)
Retrieve and touch a
Document by its unique ID. |
<D extends Document<?>> |
CouchbaseBucket.getAndTouch(String id,
int expiry,
Class<D> target,
long timeout,
TimeUnit timeUnit) |
<D extends Document<?>> |
Bucket.getAndTouch(String id,
int expiry,
Class<D> target,
long timeout,
TimeUnit timeUnit)
Retrieve and touch a
Document by its unique ID with a custom timeout. |
<D extends Document<?>> |
CouchbaseBucket.getFromReplica(D document) |
<D extends Document<?>> |
Bucket.getFromReplica(D document)
Retrieves one or more, possibly stale, representations of a
JsonDocument by its unique ID with the default timeout. |
<D extends Document<?>> |
CouchbaseBucket.getFromReplica(D document,
long timeout,
TimeUnit timeUnit) |
<D extends Document<?>> |
Bucket.getFromReplica(D document,
long timeout,
TimeUnit timeUnit)
Retrieves one or more, possibly stale, representations of a
JsonDocument by its unique ID with a custom timeout. |
<D extends Document<?>> |
CouchbaseBucket.getFromReplica(D document,
ReplicaMode type) |
<D extends Document<?>> |
CouchbaseAsyncBucket.getFromReplica(D document,
ReplicaMode type) |
<D extends Document<?>> |
Bucket.getFromReplica(D document,
ReplicaMode type)
Retrieves one or more, possibly stale, representations of a
JsonDocument by its unique ID with the default timeout. |
<D extends Document<?>> |
AsyncBucket.getFromReplica(D document,
ReplicaMode type)
Retrieves one or more, possibly stale, representations of a
Document by its unique ID. |
<D extends Document<?>> |
CouchbaseBucket.getFromReplica(D document,
ReplicaMode type,
long timeout,
TimeUnit timeUnit) |
<D extends Document<?>> |
Bucket.getFromReplica(D document,
ReplicaMode type,
long timeout,
TimeUnit timeUnit)
Retrieves one or more, possibly stale, representations of a
JsonDocument by its unique ID with a custom timeout. |
<D extends Document<?>> |
CouchbaseBucket.getFromReplica(String id,
Class<D> target) |
<D extends Document<?>> |
Bucket.getFromReplica(String id,
Class<D> target)
Retrieves one or more, possibly stale, representations of a
JsonDocument by its unique ID with the default timeout. |
<D extends Document<?>> |
CouchbaseBucket.getFromReplica(String id,
Class<D> target,
long timeout,
TimeUnit timeUnit) |
<D extends Document<?>> |
Bucket.getFromReplica(String id,
Class<D> target,
long timeout,
TimeUnit timeUnit)
Retrieves one or more, possibly stale, representations of a
JsonDocument by its unique ID with a custom timeout. |
<D extends Document<?>> |
CouchbaseBucket.getFromReplica(String id,
ReplicaMode type,
Class<D> target) |
<D extends Document<?>> |
CouchbaseAsyncBucket.getFromReplica(String id,
ReplicaMode type,
Class<D> target) |
<D extends Document<?>> |
Bucket.getFromReplica(String id,
ReplicaMode type,
Class<D> target)
Retrieves one or more, possibly stale, representations of a
JsonDocument by its unique ID with the default timeout. |
<D extends Document<?>> |
AsyncBucket.getFromReplica(String id,
ReplicaMode type,
Class<D> target)
Retrieves one or more, possibly stale, representations of a
Document by its unique ID. |
<D extends Document<?>> |
CouchbaseBucket.getFromReplica(String id,
ReplicaMode type,
Class<D> target,
long timeout,
TimeUnit timeUnit) |
<D extends Document<?>> |
Bucket.getFromReplica(String id,
ReplicaMode type,
Class<D> target,
long timeout,
TimeUnit timeUnit)
Retrieves one or more, possibly stale, representations of a
JsonDocument by its unique ID with a custom timeout. |
<D extends Document<?>> |
CouchbaseBucket.insert(D document) |
<D extends Document<?>> |
CouchbaseAsyncBucket.insert(D document) |
<D extends Document<?>> |
Bucket.insert(D document)
Insert a
Document if it does not exist already with the default key/value timeout. |
<D extends Document<?>> |
AsyncBucket.insert(D document)
Insert a
Document if it does not exist already. |
<D extends Document<?>> |
CouchbaseBucket.insert(D document,
long timeout,
TimeUnit timeUnit) |
<D extends Document<?>> |
Bucket.insert(D document,
long timeout,
TimeUnit timeUnit)
Insert a
Document if it does not exist already with a custom timeout. |
<D extends Document<?>> |
CouchbaseBucket.insert(D document,
PersistTo persistTo) |
<D extends Document<?>> |
CouchbaseAsyncBucket.insert(D document,
PersistTo persistTo) |
<D extends Document<?>> |
Bucket.insert(D document,
PersistTo persistTo)
Insert a
Document if it does not exist already and watch for durability constraints with the default key/value timeout. |
<D extends Document<?>> |
AsyncBucket.insert(D document,
PersistTo persistTo)
Insert a
Document if it does not exist already and watch for durability constraints. |
<D extends Document<?>> |
CouchbaseBucket.insert(D document,
PersistTo persistTo,
long timeout,
TimeUnit timeUnit) |
<D extends Document<?>> |
Bucket.insert(D document,
PersistTo persistTo,
long timeout,
TimeUnit timeUnit)
Insert a
Document if it does not exist already and watch for durability constraints with a custom timeout. |
<D extends Document<?>> |
CouchbaseBucket.insert(D document,
PersistTo persistTo,
ReplicateTo replicateTo) |
<D extends Document<?>> |
CouchbaseAsyncBucket.insert(D document,
PersistTo persistTo,
ReplicateTo replicateTo) |
<D extends Document<?>> |
Bucket.insert(D document,
PersistTo persistTo,
ReplicateTo replicateTo)
Insert a
Document if it does not exist already and watch for durability constraints with the default key/value timeout. |
<D extends Document<?>> |
AsyncBucket.insert(D document,
PersistTo persistTo,
ReplicateTo replicateTo)
Insert a
Document if it does not exist already and watch for durability constraints. |
<D extends Document<?>> |
CouchbaseBucket.insert(D document,
PersistTo persistTo,
ReplicateTo replicateTo,
long timeout,
TimeUnit timeUnit) |
<D extends Document<?>> |
Bucket.insert(D document,
PersistTo persistTo,
ReplicateTo replicateTo,
long timeout,
TimeUnit timeUnit)
Insert a
Document if it does not exist already and watch for durability constraints with a custom timeout. |
<D extends Document<?>> |
CouchbaseBucket.insert(D document,
ReplicateTo replicateTo) |
<D extends Document<?>> |
CouchbaseAsyncBucket.insert(D document,
ReplicateTo replicateTo) |
<D extends Document<?>> |
Bucket.insert(D document,
ReplicateTo replicateTo)
Insert a
Document if it does not exist already and watch for durability constraints with the default key/value timeout. |
<D extends Document<?>> |
AsyncBucket.insert(D document,
ReplicateTo replicateTo)
Insert a
Document if it does not exist already and watch for durability constraints. |
<D extends Document<?>> |
CouchbaseBucket.insert(D document,
ReplicateTo replicateTo,
long timeout,
TimeUnit timeUnit) |
<D extends Document<?>> |
Bucket.insert(D document,
ReplicateTo replicateTo,
long timeout,
TimeUnit timeUnit)
Insert a
Document if it does not exist already and watch for durability constraints with a custom timeout. |
<D extends Document<?>> |
CouchbaseBucket.prepend(D document) |
<D extends Document<?>> |
CouchbaseAsyncBucket.prepend(D document) |
<D extends Document<?>> |
Bucket.prepend(D document)
Prepend a
Document s content to an existing one with the default key/value timeout. |
<D extends Document<?>> |
AsyncBucket.prepend(D document)
Prepend a
Document s content to an existing one. |
<D extends Document<?>> |
CouchbaseBucket.prepend(D document,
long timeout,
TimeUnit timeUnit) |
<D extends Document<?>> |
Bucket.prepend(D document,
long timeout,
TimeUnit timeUnit)
Prepend a
Document s content to an existing one with a custom timeout. |
<D extends Document<?>> |
CouchbaseBucket.prepend(D document,
PersistTo persistTo) |
<D extends Document<?>> |
CouchbaseAsyncBucket.prepend(D document,
PersistTo persistTo) |
<D extends Document<?>> |
Bucket.prepend(D document,
PersistTo persistTo)
Prepend a
Document s content to an existing one with the default key/value timeout. |
<D extends Document<?>> |
AsyncBucket.prepend(D document,
PersistTo persistTo)
Prepend a
Document s content to an existing one. |
<D extends Document<?>> |
CouchbaseBucket.prepend(D document,
PersistTo persistTo,
long timeout,
TimeUnit timeUnit) |
<D extends Document<?>> |
Bucket.prepend(D document,
PersistTo persistTo,
long timeout,
TimeUnit timeUnit)
Prepend a
Document s content to an existing one with a custom timeout. |
<D extends Document<?>> |
CouchbaseBucket.prepend(D document,
PersistTo persistTo,
ReplicateTo replicateTo) |
<D extends Document<?>> |
CouchbaseAsyncBucket.prepend(D document,
PersistTo persistTo,
ReplicateTo replicateTo) |
<D extends Document<?>> |
Bucket.prepend(D document,
PersistTo persistTo,
ReplicateTo replicateTo)
Prepend a
Document s content to an existing one with the default key/value timeout. |
<D extends Document<?>> |
AsyncBucket.prepend(D document,
PersistTo persistTo,
ReplicateTo replicateTo)
Prepend a
Document s content to an existing one. |
<D extends Document<?>> |
CouchbaseBucket.prepend(D document,
PersistTo persistTo,
ReplicateTo replicateTo,
long timeout,
TimeUnit timeUnit) |
<D extends Document<?>> |
Bucket.prepend(D document,
PersistTo persistTo,
ReplicateTo replicateTo,
long timeout,
TimeUnit timeUnit)
Prepend a
Document s content to an existing one with a custom timeout. |
<D extends Document<?>> |
CouchbaseBucket.prepend(D document,
ReplicateTo replicateTo) |
<D extends Document<?>> |
CouchbaseAsyncBucket.prepend(D document,
ReplicateTo replicateTo) |
<D extends Document<?>> |
Bucket.prepend(D document,
ReplicateTo replicateTo)
Prepend a
Document s content to an existing one with the default key/value timeout. |
<D extends Document<?>> |
AsyncBucket.prepend(D document,
ReplicateTo replicateTo)
Prepend a
Document s content to an existing one. |
<D extends Document<?>> |
CouchbaseBucket.prepend(D document,
ReplicateTo replicateTo,
long timeout,
TimeUnit timeUnit) |
<D extends Document<?>> |
Bucket.prepend(D document,
ReplicateTo replicateTo,
long timeout,
TimeUnit timeUnit)
Prepend a
Document s content to an existing one with a custom timeout. |
<D extends Document<?>> |
CouchbaseBucket.remove(D document) |
<D extends Document<?>> |
CouchbaseAsyncBucket.remove(D document) |
<D extends Document<?>> |
Bucket.remove(D document)
Removes a
Document from the Server with the default key/value timeout. |
<D extends Document<?>> |
AsyncBucket.remove(D document)
Removes a
Document from the Server. |
<D extends Document<?>> |
CouchbaseBucket.remove(D document,
long timeout,
TimeUnit timeUnit) |
<D extends Document<?>> |
Bucket.remove(D document,
long timeout,
TimeUnit timeUnit)
Removes a
Document from the Server with a custom timeout. |
<D extends Document<?>> |
CouchbaseBucket.remove(D document,
PersistTo persistTo) |
<D extends Document<?>> |
CouchbaseAsyncBucket.remove(D document,
PersistTo persistTo) |
<D extends Document<?>> |
Bucket.remove(D document,
PersistTo persistTo)
Removes a
Document from the Server and apply a durability requirement with the default key/value timeout. |
<D extends Document<?>> |
AsyncBucket.remove(D document,
PersistTo persistTo)
Removes a
Document from the Server and apply a durability requirement. |
<D extends Document<?>> |
CouchbaseBucket.remove(D document,
PersistTo persistTo,
long timeout,
TimeUnit timeUnit) |
<D extends Document<?>> |
Bucket.remove(D document,
PersistTo persistTo,
long timeout,
TimeUnit timeUnit)
Removes a
Document from the Server and apply a durability requirement with a custom timeout. |
<D extends Document<?>> |
CouchbaseBucket.remove(D document,
PersistTo persistTo,
ReplicateTo replicateTo) |
<D extends Document<?>> |
CouchbaseAsyncBucket.remove(D document,
PersistTo persistTo,
ReplicateTo replicateTo) |
<D extends Document<?>> |
Bucket.remove(D document,
PersistTo persistTo,
ReplicateTo replicateTo)
Removes a
Document from the Server and apply a durability requirement with the default key/value timeout. |
<D extends Document<?>> |
AsyncBucket.remove(D document,
PersistTo persistTo,
ReplicateTo replicateTo)
Removes a
Document from the Server and apply a durability requirement. |
<D extends Document<?>> |
CouchbaseBucket.remove(D document,
PersistTo persistTo,
ReplicateTo replicateTo,
long timeout,
TimeUnit timeUnit) |
<D extends Document<?>> |
Bucket.remove(D document,
PersistTo persistTo,
ReplicateTo replicateTo,
long timeout,
TimeUnit timeUnit)
Removes a
Document from the Server and apply a durability requirement with a custom timeout. |
<D extends Document<?>> |
CouchbaseBucket.remove(D document,
ReplicateTo replicateTo) |
<D extends Document<?>> |
CouchbaseAsyncBucket.remove(D document,
ReplicateTo replicateTo) |
<D extends Document<?>> |
Bucket.remove(D document,
ReplicateTo replicateTo)
Removes a
Document from the Server and apply a durability requirement with the default key/value timeout. |
<D extends Document<?>> |
AsyncBucket.remove(D document,
ReplicateTo replicateTo)
Removes a
Document from the Server and apply a durability requirement. |
<D extends Document<?>> |
CouchbaseBucket.remove(D document,
ReplicateTo replicateTo,
long timeout,
TimeUnit timeUnit) |
<D extends Document<?>> |
Bucket.remove(D document,
ReplicateTo replicateTo,
long timeout,
TimeUnit timeUnit)
Removes a
Document from the Server and apply a durability requirement with a custom timeout. |
<D extends Document<?>> |
CouchbaseBucket.remove(String id,
Class<D> target) |
<D extends Document<?>> |
CouchbaseAsyncBucket.remove(String id,
Class<D> target) |
<D extends Document<?>> |
Bucket.remove(String id,
Class<D> target)
Removes a
Document from the Server identified by its ID with the default key/value timeout. |
<D extends Document<?>> |
AsyncBucket.remove(String id,
Class<D> target)
Removes a
Document from the Server identified by its ID. |
<D extends Document<?>> |
CouchbaseBucket.remove(String id,
Class<D> target,
long timeout,
TimeUnit timeUnit) |
<D extends Document<?>> |
Bucket.remove(String id,
Class<D> target,
long timeout,
TimeUnit timeUnit)
Removes a
Document from the Server identified by its ID with a custom timeout. |
<D extends Document<?>> |
CouchbaseBucket.remove(String id,
PersistTo persistTo,
Class<D> target) |
<D extends Document<?>> |
CouchbaseAsyncBucket.remove(String id,
PersistTo persistTo,
Class<D> target) |
<D extends Document<?>> |
Bucket.remove(String id,
PersistTo persistTo,
Class<D> target)
Removes a
Document from the Server by its ID and apply a durability requirement with the default key/value timeout. |
<D extends Document<?>> |
AsyncBucket.remove(String id,
PersistTo persistTo,
Class<D> target)
Removes a
Document from the Server by its ID and apply a durability requirement. |
<D extends Document<?>> |
CouchbaseBucket.remove(String id,
PersistTo persistTo,
Class<D> target,
long timeout,
TimeUnit timeUnit) |
<D extends Document<?>> |
Bucket.remove(String id,
PersistTo persistTo,
Class<D> target,
long timeout,
TimeUnit timeUnit)
Removes a
Document from the Server by its ID and apply a durability requirement with a custom timeout. |
<D extends Document<?>> |
CouchbaseBucket.remove(String id,
PersistTo persistTo,
ReplicateTo replicateTo,
Class<D> target) |
<D extends Document<?>> |
CouchbaseAsyncBucket.remove(String id,
PersistTo persistTo,
ReplicateTo replicateTo,
Class<D> target) |
<D extends Document<?>> |
Bucket.remove(String id,
PersistTo persistTo,
ReplicateTo replicateTo,
Class<D> target)
Removes a
Document from the Server by its ID and apply a durability requirement with the default key/value timeout. |
<D extends Document<?>> |
AsyncBucket.remove(String id,
PersistTo persistTo,
ReplicateTo replicateTo,
Class<D> target)
Removes a
Document from the Server by its ID and apply a durability requirement. |
<D extends Document<?>> |
CouchbaseBucket.remove(String id,
PersistTo persistTo,
ReplicateTo replicateTo,
Class<D> target,
long timeout,
TimeUnit timeUnit) |
<D extends Document<?>> |
Bucket.remove(String id,
PersistTo persistTo,
ReplicateTo replicateTo,
Class<D> target,
long timeout,
TimeUnit timeUnit)
Removes a
Document from the Server by its ID and apply a durability requirement with a custom timeout. |
<D extends Document<?>> |
CouchbaseBucket.remove(String id,
ReplicateTo replicateTo,
Class<D> target) |
<D extends Document<?>> |
CouchbaseAsyncBucket.remove(String id,
ReplicateTo replicateTo,
Class<D> target) |
<D extends Document<?>> |
Bucket.remove(String id,
ReplicateTo replicateTo,
Class<D> target)
Removes a
Document from the Server by its ID and apply a durability requirement with the default key/value timeout. |
<D extends Document<?>> |
AsyncBucket.remove(String id,
ReplicateTo replicateTo,
Class<D> target)
Removes a
Document from the Server by its ID and apply a durability requirement. |
<D extends Document<?>> |
CouchbaseBucket.remove(String id,
ReplicateTo replicateTo,
Class<D> target,
long timeout,
TimeUnit timeUnit) |
<D extends Document<?>> |
Bucket.remove(String id,
ReplicateTo replicateTo,
Class<D> target,
long timeout,
TimeUnit timeUnit)
Removes a
Document from the Server by its ID and apply a durability requirement with a custom timeout. |
<D extends Document<?>> |
CouchbaseBucket.replace(D document) |
<D extends Document<?>> |
CouchbaseAsyncBucket.replace(D document) |
<D extends Document<?>> |
Bucket.replace(D document)
Replace a
Document if it does already exist with the default key/value timeout. |
<D extends Document<?>> |
AsyncBucket.replace(D document)
Replace a
Document if it does already exist. |
<D extends Document<?>> |
CouchbaseBucket.replace(D document,
long timeout,
TimeUnit timeUnit) |
<D extends Document<?>> |
Bucket.replace(D document,
long timeout,
TimeUnit timeUnit)
Replace a
Document if it does already exist with a custom timeout. |
<D extends Document<?>> |
CouchbaseBucket.replace(D document,
PersistTo persistTo) |
<D extends Document<?>> |
CouchbaseAsyncBucket.replace(D document,
PersistTo persistTo) |
<D extends Document<?>> |
Bucket.replace(D document,
PersistTo persistTo)
Replace a
Document if it does exist and watch for durability constraints with the default key/value timeout. |
<D extends Document<?>> |
AsyncBucket.replace(D document,
PersistTo persistTo)
Replace a
Document if it does exist and watch for durability constraints. |
<D extends Document<?>> |
CouchbaseBucket.replace(D document,
PersistTo persistTo,
long timeout,
TimeUnit timeUnit) |
<D extends Document<?>> |
Bucket.replace(D document,
PersistTo persistTo,
long timeout,
TimeUnit timeUnit)
Replace a
Document if it does exist and watch for durability constraints with a custom timeout. |
<D extends Document<?>> |
CouchbaseBucket.replace(D document,
PersistTo persistTo,
ReplicateTo replicateTo) |
<D extends Document<?>> |
CouchbaseAsyncBucket.replace(D document,
PersistTo persistTo,
ReplicateTo replicateTo) |
<D extends Document<?>> |
Bucket.replace(D document,
PersistTo persistTo,
ReplicateTo replicateTo)
Replace a
Document if it does exist and watch for durability constraints with the default key/value timeout. |
<D extends Document<?>> |
AsyncBucket.replace(D document,
PersistTo persistTo,
ReplicateTo replicateTo)
Replace a
Document if it does exist and watch for durability constraints. |
<D extends Document<?>> |
CouchbaseBucket.replace(D document,
PersistTo persistTo,
ReplicateTo replicateTo,
long timeout,
TimeUnit timeUnit) |
<D extends Document<?>> |
Bucket.replace(D document,
PersistTo persistTo,
ReplicateTo replicateTo,
long timeout,
TimeUnit timeUnit)
Replace a
Document if it does exist and watch for durability constraints with a custom timeout. |
<D extends Document<?>> |
CouchbaseBucket.replace(D document,
ReplicateTo replicateTo) |
<D extends Document<?>> |
CouchbaseAsyncBucket.replace(D document,
ReplicateTo replicateTo) |
<D extends Document<?>> |
Bucket.replace(D document,
ReplicateTo replicateTo)
Replace a
Document if it does exist and watch for durability constraints with the default key/value timeout. |
<D extends Document<?>> |
AsyncBucket.replace(D document,
ReplicateTo replicateTo)
Replace a
Document if it does exist and watch for durability constraints. |
<D extends Document<?>> |
CouchbaseBucket.replace(D document,
ReplicateTo replicateTo,
long timeout,
TimeUnit timeUnit) |
<D extends Document<?>> |
Bucket.replace(D document,
ReplicateTo replicateTo,
long timeout,
TimeUnit timeUnit)
Replace a
Document if it does exist and watch for durability constraints with a custom timeout. |
<D extends Document<?>> |
CouchbaseBucket.touch(D document) |
<D extends Document<?>> |
CouchbaseAsyncBucket.touch(D document) |
<D extends Document<?>> |
Bucket.touch(D document)
Renews the expiration time of a
Document with the default key/value timeout. |
<D extends Document<?>> |
AsyncBucket.touch(D document)
Renews the expiration time of a
Document . |
<D extends Document<?>> |
CouchbaseBucket.touch(D document,
long timeout,
TimeUnit timeUnit) |
<D extends Document<?>> |
Bucket.touch(D document,
long timeout,
TimeUnit timeUnit)
Renews the expiration time of a
Document with a custom timeout. |
<D extends Document<?>> |
CouchbaseBucket.unlock(D document) |
<D extends Document<?>> |
CouchbaseAsyncBucket.unlock(D document) |
<D extends Document<?>> |
Bucket.unlock(D document)
Unlocks a write-locked
Document with the default key/value timeout. |
<D extends Document<?>> |
AsyncBucket.unlock(D document)
Unlocks a write-locked
Document . |
<D extends Document<?>> |
CouchbaseBucket.unlock(D document,
long timeout,
TimeUnit timeUnit) |
<D extends Document<?>> |
Bucket.unlock(D document,
long timeout,
TimeUnit timeUnit)
Unlocks a write-locked
Document with a custom timeout. |
<D extends Document<?>> |
CouchbaseBucket.upsert(D document) |
<D extends Document<?>> |
CouchbaseAsyncBucket.upsert(D document) |
<D extends Document<?>> |
Bucket.upsert(D document)
Insert or overwrite a
Document with the default key/value timeout. |
<D extends Document<?>> |
AsyncBucket.upsert(D document)
Insert or overwrite a
Document . |
<D extends Document<?>> |
CouchbaseBucket.upsert(D document,
long timeout,
TimeUnit timeUnit) |
<D extends Document<?>> |
Bucket.upsert(D document,
long timeout,
TimeUnit timeUnit)
Insert or overwrite a
Document with a custom timeout. |
<D extends Document<?>> |
CouchbaseBucket.upsert(D document,
PersistTo persistTo) |
<D extends Document<?>> |
CouchbaseAsyncBucket.upsert(D document,
PersistTo persistTo) |
<D extends Document<?>> |
Bucket.upsert(D document,
PersistTo persistTo)
Insert or overwrite a
Document and watch for durability constraints with the default key/value timeout. |
<D extends Document<?>> |
AsyncBucket.upsert(D document,
PersistTo persistTo)
Insert or overwrite a
Document and watch for durability constraints. |
<D extends Document<?>> |
CouchbaseBucket.upsert(D document,
PersistTo persistTo,
long timeout,
TimeUnit timeUnit) |
<D extends Document<?>> |
Bucket.upsert(D document,
PersistTo persistTo,
long timeout,
TimeUnit timeUnit)
Insert or overwrite a
Document and watch for durability constraints with a custom timeout. |
<D extends Document<?>> |
CouchbaseBucket.upsert(D document,
PersistTo persistTo,
ReplicateTo replicateTo) |
<D extends Document<?>> |
CouchbaseAsyncBucket.upsert(D document,
PersistTo persistTo,
ReplicateTo replicateTo) |
<D extends Document<?>> |
Bucket.upsert(D document,
PersistTo persistTo,
ReplicateTo replicateTo)
Insert or overwrite a
Document and watch for durability constraints with the default key/value timeout. |
<D extends Document<?>> |
AsyncBucket.upsert(D document,
PersistTo persistTo,
ReplicateTo replicateTo)
Insert or overwrite a
Document and watch for durability constraints. |
<D extends Document<?>> |
CouchbaseBucket.upsert(D document,
PersistTo persistTo,
ReplicateTo replicateTo,
long timeout,
TimeUnit timeUnit) |
<D extends Document<?>> |
Bucket.upsert(D document,
PersistTo persistTo,
ReplicateTo replicateTo,
long timeout,
TimeUnit timeUnit)
Insert or overwrite a
Document and watch for durability constraints with a custom timeout. |
<D extends Document<?>> |
CouchbaseBucket.upsert(D document,
ReplicateTo replicateTo) |
<D extends Document<?>> |
CouchbaseAsyncBucket.upsert(D document,
ReplicateTo replicateTo) |
<D extends Document<?>> |
Bucket.upsert(D document,
ReplicateTo replicateTo)
Insert or overwrite a
Document and watch for durability constraints with the default key/value timeout. |
<D extends Document<?>> |
AsyncBucket.upsert(D document,
ReplicateTo replicateTo)
Insert or overwrite a
Document and watch for durability constraints. |
<D extends Document<?>> |
CouchbaseBucket.upsert(D document,
ReplicateTo replicateTo,
long timeout,
TimeUnit timeUnit) |
<D extends Document<?>> |
Bucket.upsert(D document,
ReplicateTo replicateTo,
long timeout,
TimeUnit timeUnit)
Insert or overwrite a
Document and watch for durability constraints with a custom timeout. |
Modifier and Type | Method and Description |
---|---|
MutationState |
MutationState.add(Document... documents)
Add one or more
Documents to this MutationState . |
static MutationState |
MutationState.from(Document... documents)
Create a
MutationState from one or more Documents . |
Modifier and Type | Method and Description |
---|---|
Bucket |
CouchbaseCluster.openBucket(String name,
String password,
List<Transcoder<? extends Document,?>> transcoders) |
rx.Observable<AsyncBucket> |
CouchbaseAsyncCluster.openBucket(String name,
String password,
List<Transcoder<? extends Document,?>> transcoders) |
Bucket |
Cluster.openBucket(String name,
String password,
List<Transcoder<? extends Document,?>> transcoders)
Opens a bucket identified by its name and password with custom transcoders and with the default connect timeout.
|
rx.Observable<AsyncBucket> |
AsyncCluster.openBucket(String name,
String password,
List<Transcoder<? extends Document,?>> transcoders)
Opens the bucket with the given name, password and a custom list of
Transcoder s. |
Bucket |
CouchbaseCluster.openBucket(String name,
String password,
List<Transcoder<? extends Document,?>> transcoders,
long timeout,
TimeUnit timeUnit) |
Bucket |
Cluster.openBucket(String name,
String password,
List<Transcoder<? extends Document,?>> transcoders,
long timeout,
TimeUnit timeUnit)
Opens a bucket identified by its name and password with custom transcoders and with a custom timeout.
|
Constructor and Description |
---|
CouchbaseAsyncBucket(ClusterFacade core,
CouchbaseEnvironment environment,
String name,
String password,
List<Transcoder<? extends Document,?>> customTranscoders) |
CouchbaseBucket(CouchbaseEnvironment env,
ClusterFacade core,
String name,
String password,
List<Transcoder<? extends Document,?>> customTranscoders)
Create a
CouchbaseBucket that doesn’t reuse an existing AsyncBucket but rather creates one internally. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDocument<T>
Common parent implementation of a
Document . |
class |
BinaryDocument
Represents raw
ByteBuf content in a document. |
class |
EntityDocument<T>
The entity document is used to carry enclosed entities for the repository implementation.
|
class |
JsonArrayDocument
Stores a properly encoded JSON array as the toplevel type.
|
class |
JsonBooleanDocument |
class |
JsonDocument
Represents a
Document that contains a JsonObject as the content. |
class |
JsonDoubleDocument
Stores a properly encoded JSON scalar double or float as the toplevel type.
|
class |
JsonLongDocument
Stores a properly encoded JSON scalar long or int as the toplevel type.
|
class |
JsonStringDocument
Stores a properly encoded JSON scalar quoted string as the toplevel type.
|
class |
LegacyDocument
This document is fully compatible with Java SDK 1.* stored documents.
|
class |
RawJsonDocument
Represents a
Document that contains a already encoded JSON document. |
class |
SerializableDocument
Handles content which implements
Serializable . |
class |
StringDocument
Handles a raw string as the document value.
|
Modifier and Type | Method and Description |
---|---|
N1qlParams |
N1qlParams.consistentWith(Document... documents)
Sets the
Document s resulting of a mutation this query should be consistent with. |
Modifier and Type | Interface and Description |
---|---|
interface |
EntityConverter<D extends Document<?>> |
Modifier and Type | Method and Description |
---|---|
SearchQuery |
SearchQuery.consistentWith(Document... docs)
Sets the consistency to consider for this FTS query to AT_PLUS and uses the mutation information from the given documents to parameterize the consistency.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTranscoder<D extends Document<T>,T>
Base
Transcoder which should be extended for compatibility. |
interface |
Transcoder<D extends Document<T>,T> |
Modifier and Type | Method and Description |
---|---|
<D extends Document<?>> |
ViewRow.document(Class<D> target)
Load the underlying document, if not reduced with the default view timeout.
|
<D extends Document<?>> |
SpatialViewRow.document(Class<D> target)
Load the underlying document, if not reduced with the default view timeout.
|
<D extends Document<?>> |
DefaultViewRow.document(Class<D> target) |
<D extends Document<?>> |
DefaultSpatialViewRow.document(Class<D> target) |
<D extends Document<?>> |
DefaultAsyncViewRow.document(Class<D> target) |
<D extends Document<?>> |
DefaultAsyncSpatialViewRow.document(Class<D> target) |
<D extends Document<?>> |
AsyncViewRow.document(Class<D> target)
Load the underlying document, if not reduced.
|
<D extends Document<?>> |
AsyncSpatialViewRow.document(Class<D> target)
Load the underlying document.
|
<D extends Document<?>> |
ViewRow.document(Class<D> target,
long timeout,
TimeUnit timeUnit)
Load the underlying document, if not reduced with a custom timeout.
|
<D extends Document<?>> |
SpatialViewRow.document(Class<D> target,
long timeout,
TimeUnit timeUnit)
Load the underlying document, if not reduced with a custom timeout.
|
<D extends Document<?>> |
DefaultViewRow.document(Class<D> target,
long timeout,
TimeUnit timeUnit) |
<D extends Document<?>> |
DefaultSpatialViewRow.document(Class<D> target,
long timeout,
TimeUnit timeUnit) |
Modifier and Type | Method and Description |
---|---|
Class<? extends Document<?>> |
ViewQuery.includeDocsTarget() |
Class<? extends Document<?>> |
SpatialViewQuery.includeDocsTarget() |
Modifier and Type | Method and Description |
---|---|
ViewQuery |
ViewQuery.includeDocs(boolean includeDocs,
Class<? extends Document<?>> target)
Proactively load the full document for the row returned.
|
SpatialViewQuery |
SpatialViewQuery.includeDocs(boolean includeDocs,
Class<? extends Document<?>> target)
Proactively load the full document for the row returned.
|
ViewQuery |
ViewQuery.includeDocs(Class<? extends Document<?>> target)
Proactively load the full document for the row returned.
|
SpatialViewQuery |
SpatialViewQuery.includeDocs(Class<? extends Document<?>> target)
Proactively load the full document for the row returned.
|
ViewQuery |
ViewQuery.includeDocsOrdered(boolean includeDocs,
Class<? extends Document<?>> target)
Proactively load the full document for the row returned, while strictly retaining view row order.
|
ViewQuery |
ViewQuery.includeDocsOrdered(Class<? extends Document<?>> target)
Proactively load the full document for the row returned, while strictly retaining view row order.
|
Constructor and Description |
---|
DefaultAsyncSpatialViewRow(AsyncBucket bucket,
String id,
JsonArray key,
Object value,
JsonObject geometry,
Document<?> document) |
DefaultAsyncViewRow(AsyncBucket bucket,
String id,
Object key,
Object value,
Document<?> document) |
Copyright © 2015 Couchbase, Inc.