Package | Description |
---|---|
com.couchbase.client.protocol.views |
Modifier and Type | Method and Description |
---|---|
java.util.List<SpatialViewDesign> |
DesignDocument.getSpatialViews()
Return a list of all stored spatial views.
|
Modifier and Type | Method and Description |
---|---|
DesignDocument |
DesignDocument.setSpatialView(SpatialViewDesign spatialView)
Add a single spatial view to the list of stored DpatialViewDesign objects.
|
Modifier and Type | Method and Description |
---|---|
DesignDocument |
DesignDocument.setSpatialViews(java.util.List<SpatialViewDesign> sv)
Set a list of SpatialViewDesigns.
|
Constructor and Description |
---|
DesignDocument(java.lang.String name,
java.util.List<ViewDesign> views,
java.util.List<SpatialViewDesign> spatialViews)
Create a new DesignDocument with a name and (spatial) views.
|
Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.