Uses of Class
net.spy.memcached.protocol.couch.Query

Packages that use Query
net.spy.memcached Memcached client and transformation utils 
net.spy.memcached.protocol.couch   
 

Uses of Query in net.spy.memcached
 

Methods in net.spy.memcached with parameters of type Query
 ViewFuture CouchbaseClient.query(View view, Query query)
          Queries a Couchbase view by calling its map function.
 ViewFuture CouchbaseClientIF.query(View view, Query query)
           
 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)
           
 

Uses of Query in net.spy.memcached.protocol.couch
 

Methods in net.spy.memcached.protocol.couch that return Query
 Query Query.setDescending(boolean descending)
           
 Query Query.setEndkeyDocID(String endkeydocid)
           
 Query Query.setGroup(boolean group)
           
 Query Query.setGroup(boolean group, int grouplevel)
           
 Query Query.setInclusiveEnd(boolean inclusiveend)
           
 Query Query.setKey(String key)
           
 Query Query.setLimit(int limit)
           
 Query Query.setRange(String startkey, String endkey)
           
 Query Query.setRangeEnd(String endkey)
           
 Query Query.setRangeStart(String startkey)
           
 Query Query.setSkip(int docstoskip)
           
 Query Query.setStale(Stale stale)
           
 Query Query.setStartkeyDocID(String startkeydocid)
           
 Query Query.setUpdateSeq(boolean updateseq)