Uses of Class
com.couchbase.client.java.manager.view.View
-
Uses of View in com.couchbase.client.java.manager.view
Modifier and TypeMethodDescriptionReturns the view with the given name, if it exists.DesignDocument.views()
Returns the views in this document indexed by name.Modifier and TypeMethodDescriptionConvenience method for adding a view to this design document (replacing any existing view with the same name).Modifier and TypeMethodDescriptionSets all of the views for this design document, overriding any existing views.ModifierConstructorDescriptionDesignDocument
(String name, Map<String, View> views) Creates a new design document with the given name and views.