| Package | Description |
|---|---|
| com.couchbase.client.core.message.observe |
| Modifier and Type | Method and Description |
|---|---|
static Observe.ReplicateTo |
Observe.ReplicateTo.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Observe.ReplicateTo[] |
Observe.ReplicateTo.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Observable<Boolean> |
Observe.call(ClusterFacade core,
String bucket,
String id,
long cas,
boolean remove,
MutationToken token,
Observe.PersistTo persistTo,
Observe.ReplicateTo replicateTo,
Delay delay,
RetryStrategy retryStrategy) |
static Observable<Boolean> |
ObserveViaCAS.call(ClusterFacade core,
String bucket,
String id,
long cas,
boolean remove,
Observe.PersistTo persistTo,
Observe.ReplicateTo replicateTo,
Delay delay,
RetryStrategy retryStrategy) |
static Observable<Boolean> |
Observe.call(ClusterFacade core,
String bucket,
String id,
long cas,
boolean remove,
Observe.PersistTo persistTo,
Observe.ReplicateTo replicateTo,
Delay delay,
RetryStrategy retryStrategy) |
static Observable<Boolean> |
Observe.call(ClusterFacade core,
String bucket,
String id,
long cas,
boolean remove,
Observe.PersistTo persistTo,
Observe.ReplicateTo replicateTo,
RetryStrategy retryStrategy) |
static Observable<Boolean> |
ObserveViaMutationToken.call(ClusterFacade core,
String bucket,
String id,
MutationToken token,
Observe.PersistTo persistTo,
Observe.ReplicateTo replicateTo,
Delay delay,
RetryStrategy retryStrategy) |
Copyright © 2016 Couchbase, Inc.. All rights reserved.