net.spy.memcached
Interface CouchbaseClientIF

All Known Implementing Classes:
CouchbaseClient

public interface CouchbaseClientIF


Method Summary
 HttpFuture<View> asyncGetView(String designDocumentName, String viewName)
           
 HttpFuture<List<View>> asyncGetViews(String designDocumentName)
           
 ViewFuture query(View view, Query query)
           
 HttpFuture<ViewResponseNoDocs> queryAndExcludeDocs(View view, Query query)
           
 HttpFuture<ViewResponseReduced> queryAndReduce(View view, Query query)
           
 

Method Detail

asyncGetView

HttpFuture<View> asyncGetView(String designDocumentName,
                              String viewName)

asyncGetViews

HttpFuture<List<View>> asyncGetViews(String designDocumentName)

query

ViewFuture query(View view,
                 Query query)

queryAndExcludeDocs

HttpFuture<ViewResponseNoDocs> queryAndExcludeDocs(View view,
                                                   Query query)

queryAndReduce

HttpFuture<ViewResponseReduced> queryAndReduce(View view,
                                               Query query)