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

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

Uses of ViewFuture in net.spy.memcached
 

Methods in net.spy.memcached that return ViewFuture
 ViewFuture CouchbaseClient.query(View view, Query query)
          Queries a Couchbase view by calling its map function.
 ViewFuture CouchbaseClientIF.query(View view, Query query)