Uses of Class
com.couchbase.client.internal.HttpFuture

Packages that use HttpFuture
com.couchbase.client   
com.couchbase.client.internal   
 

Uses of HttpFuture in com.couchbase.client
 

Methods in com.couchbase.client that return HttpFuture
 HttpFuture<java.lang.Boolean> CouchbaseClient.asyncCreateDesignDoc(DesignDocument doc)
          Store a design document in the cluster.
 HttpFuture<java.lang.Boolean> CouchbaseClient.asyncCreateDesignDoc(java.lang.String name, java.lang.String value)
          Store a design document in the cluster.
 HttpFuture<java.lang.Boolean> CouchbaseClient.asyncDeleteDesignDoc(java.lang.String name)
          Delete a design document in the cluster.
 HttpFuture<DesignDocument> CouchbaseClient.asyncGetDesignDocument(java.lang.String designDocumentName)
          Gets a future with a design document from the cluster.
 HttpFuture<SpatialView> CouchbaseClient.asyncGetSpatialView(java.lang.String designDocumentName, java.lang.String viewName)
          Gets access to a spatial view contained in a design document from the cluster.
 HttpFuture<View> CouchbaseClient.asyncGetView(java.lang.String designDocumentName, java.lang.String viewName)
          Gets access to a view contained in a design document from the cluster.
 HttpFuture<ViewResponse> CouchbaseClient.asyncQuery(AbstractView view, Query query)
           
 

Uses of HttpFuture in com.couchbase.client.internal
 

Subclasses of HttpFuture in com.couchbase.client.internal
 class ViewFuture
          A ViewFuture.
 



Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.