Uses of Class
com.couchbase.client.protocol.views.DesignDocument

Packages that use DesignDocument
com.couchbase.client   
com.couchbase.client.protocol.views   
 

Uses of DesignDocument in com.couchbase.client
 

Methods in com.couchbase.client that return DesignDocument
 DesignDocument CouchbaseClient.getDesignDocument(java.lang.String designDocumentName)
          Returns a representation of a design document stored in the cluster.
 

Methods in com.couchbase.client that return types with arguments of type DesignDocument
 HttpFuture<DesignDocument> CouchbaseClient.asyncGetDesignDocument(java.lang.String designDocumentName)
          Gets a future with a design document from the cluster.
 

Methods in com.couchbase.client with parameters of type DesignDocument
 HttpFuture<java.lang.Boolean> CouchbaseClient.asyncCreateDesignDoc(DesignDocument doc)
          Store a design document in the cluster.
 java.lang.Boolean CouchbaseClient.createDesignDoc(DesignDocument doc)
          Store a design document in the cluster.
 

Uses of DesignDocument in com.couchbase.client.protocol.views
 

Methods in com.couchbase.client.protocol.views that return DesignDocument
 DesignDocument DesignDocument.setName(java.lang.String n)
          Set the name of the design document.
 DesignDocument DesignDocument.setSpatialView(SpatialViewDesign spatialView)
          Add a single spatial view to the list of stored DpatialViewDesign objects.
 DesignDocument DesignDocument.setSpatialViews(java.util.List<SpatialViewDesign> sv)
          Set a list of SpatialViewDesigns.
 DesignDocument DesignDocument.setView(ViewDesign view)
          Add a single view to the list of stored ViewDesign objects.
 DesignDocument DesignDocument.setViews(java.util.List<ViewDesign> v)
          Set a list of ViewDesigns.
 

Methods in com.couchbase.client.protocol.views with parameters of type DesignDocument
 void DesignDocFetcherOperation.DesignDocFetcherCallback.gotData(DesignDocument d)
           
 



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