public interface ClusterFacade
Represents a Couchbase Cluster.
Modifier and Type | Method and Description |
---|---|
<R extends CouchbaseResponse> |
send(CouchbaseRequest request)
Sends a
CouchbaseRequest into the cluster and eventually returns a CouchbaseResponse . |
@InterfaceStability.Committed @InterfaceAudience.Public <R extends CouchbaseResponse> Observable<R> send(CouchbaseRequest request)
Sends a CouchbaseRequest
into the cluster and eventually returns a CouchbaseResponse
.
The CouchbaseResponse
is not returned directly, but is wrapped into a Observable
.
request
- the request to send.CouchbaseResponse
wrapped into a Observable
.Copyright © 2016 Couchbase, Inc.. All rights reserved.