<D extends Document<?>> rx.Observable<D> |
AsyncBucket.getFromReplica(D document,
ReplicaMode type) |
Retrieves one or more, possibly stale, representations of a Document by its unique ID.
|
<D extends Document<?>> rx.Observable<D> |
AsyncBucket.getFromReplica(D document,
ReplicaMode type,
long timeout,
TimeUnit timeUnit) |
Retrieves one or more, possibly stale, representations of a Document by its unique ID.
|
rx.Observable<JsonDocument> |
AsyncBucket.getFromReplica(String id,
ReplicaMode type) |
Retrieves one or more, possibly stale, representations of a JsonDocument by its unique ID.
|
rx.Observable<JsonDocument> |
AsyncBucket.getFromReplica(String id,
ReplicaMode type,
long timeout,
TimeUnit timeUnit) |
Retrieves one or more, possibly stale, representations of a JsonDocument by its unique ID.
|
<D extends Document<?>> rx.Observable<D> |
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<?>> rx.Observable<D> |
AsyncBucket.getFromReplica(String id,
ReplicaMode type,
Class<D> target,
long timeout,
TimeUnit timeUnit) |
Retrieves one or more, possibly stale, representations of a Document by its unique ID.
|
<D extends Document<?>> List<D> |
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<?>> List<D> |
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.
|
List<JsonDocument> |
Bucket.getFromReplica(String id,
ReplicaMode type) |
Retrieves one or more, possibly stale, representations of a JsonDocument by its unique ID with the
default timeout.
|
List<JsonDocument> |
Bucket.getFromReplica(String id,
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<?>> List<D> |
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<?>> List<D> |
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<?>> rx.Observable<D> |
CouchbaseAsyncBucket.getFromReplica(D document,
ReplicaMode type) |
|
<D extends Document<?>> rx.Observable<D> |
CouchbaseAsyncBucket.getFromReplica(D document,
ReplicaMode type,
long timeout,
TimeUnit timeUnit) |
|
rx.Observable<JsonDocument> |
CouchbaseAsyncBucket.getFromReplica(String id,
ReplicaMode type) |
|
rx.Observable<JsonDocument> |
CouchbaseAsyncBucket.getFromReplica(String id,
ReplicaMode type,
long timeout,
TimeUnit timeUnit) |
|
<D extends Document<?>> rx.Observable<D> |
CouchbaseAsyncBucket.getFromReplica(String id,
ReplicaMode type,
Class<D> target) |
|
<D extends Document<?>> rx.Observable<D> |
CouchbaseAsyncBucket.getFromReplica(String id,
ReplicaMode type,
Class<D> target,
long timeout,
TimeUnit timeUnit) |
|
<D extends Document<?>> List<D> |
CouchbaseBucket.getFromReplica(D document,
ReplicaMode type) |
|
<D extends Document<?>> List<D> |
CouchbaseBucket.getFromReplica(D document,
ReplicaMode type,
long timeout,
TimeUnit timeUnit) |
|
List<JsonDocument> |
CouchbaseBucket.getFromReplica(String id,
ReplicaMode type) |
|
List<JsonDocument> |
CouchbaseBucket.getFromReplica(String id,
ReplicaMode type,
long timeout,
TimeUnit timeUnit) |
|
<D extends Document<?>> List<D> |
CouchbaseBucket.getFromReplica(String id,
ReplicaMode type,
Class<D> target) |
|
<D extends Document<?>> List<D> |
CouchbaseBucket.getFromReplica(String id,
ReplicaMode type,
Class<D> target,
long timeout,
TimeUnit timeUnit) |
|