Package | Description |
---|---|
com.couchbase.client | |
com.couchbase.client.protocol.views |
Modifier and Type | Method and Description |
---|---|
DesignDocument |
CouchbaseClient.getDesignDocument(java.lang.String designDocumentName)
Returns a representation of a design document stored in the cluster.
|
Modifier and Type | Method and Description |
---|---|
HttpFuture<DesignDocument> |
CouchbaseClient.asyncGetDesignDocument(java.lang.String designDocumentName)
Gets a future with a design document from the cluster.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
DesignDocFetcherOperation.DesignDocFetcherCallback.gotData(DesignDocument d) |
Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.