Uses of Class
net.spy.memcached.internal.HttpFuture

Packages that use HttpFuture
net.spy.memcached Memcached client and transformation utils 
 

Uses of HttpFuture in net.spy.memcached
 

Methods in net.spy.memcached that return HttpFuture
 HttpFuture<View> CouchbaseClient.asyncGetView(String designDocumentName, String viewName)
          Gets a view contained in a design document from the cluster.
 HttpFuture<View> CouchbaseClientIF.asyncGetView(String designDocumentName, String viewName)
           
 HttpFuture<List<View>> CouchbaseClient.asyncGetViews(String designDocumentName)
          Gets a future with a list of views for a given design document from the cluster.
 HttpFuture<List<View>> CouchbaseClientIF.asyncGetViews(String designDocumentName)
           
 HttpFuture<ViewResponseNoDocs> CouchbaseClient.queryAndExcludeDocs(View view, Query query)
          Queries a Couchbase view by calling it's map function.
 HttpFuture<ViewResponseNoDocs> CouchbaseClientIF.queryAndExcludeDocs(View view, Query query)
           
 HttpFuture<ViewResponseReduced> CouchbaseClient.queryAndReduce(View view, Query query)
          Queries a Couchbase view by calling it's map function and then the views reduce function.
 HttpFuture<ViewResponseReduced> CouchbaseClientIF.queryAndReduce(View view, Query query)