public class Observe extends Object
Utility class to handle observe calls and polling logic.
Modifier and Type | Class and Description |
---|---|
static class |
Observe.PersistTo
Defines the possible disk persistence constraints to observe.
|
static class |
Observe.ReplicateTo
Defines the possible replication constraints to observe.
|
Constructor and Description |
---|
Observe() |
Modifier and Type | Method and Description |
---|---|
static Observable<Boolean> |
call(ClusterFacade core,
String bucket,
String id,
long cas,
boolean remove,
Observe.PersistTo persistTo,
Observe.ReplicateTo replicateTo) |
public static Observable<Boolean> call(ClusterFacade core, String bucket, String id, long cas, boolean remove, Observe.PersistTo persistTo, Observe.ReplicateTo replicateTo)
Copyright © 2014 Couchbase, Inc.