Class View
java.lang.Object
com.couchbase.client.java.manager.view.View
A view index specification consisting of a 'map' function and optionally a 'reduce' function.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
View
Create a new view with the given map function and no reduce function.- Parameters:
map
- map function for this view
-
View
Creates a new view with a map function and a reduce function.- Parameters:
map
- map function for this viewreduce
- reduce function for this view (may be null)
-
-
Method Details