Uses of Interface
com.couchbase.client.java.view.View
-
Packages that use View Package Description com.couchbase.client.java.view -
-
Uses of View in com.couchbase.client.java.view
Classes in com.couchbase.client.java.view that implement View Modifier and Type Class Description classDefaultViewImplementation of a regular, non spatial view.classSpatialViewImplementation of a spatial view.Methods in com.couchbase.client.java.view that return View Modifier and Type Method Description static ViewDefaultView. create(String name, String map)Create a new representation of a regular, non-spatial view without reduce function.static ViewDefaultView. create(String name, String map, String reduce)Create a new representation of a regular, non-spatial view.static ViewSpatialView. create(String name, String map)Create a new representation of a spatial view.Methods in com.couchbase.client.java.view that return types with arguments of type View Modifier and Type Method Description List<View>DesignDocument. views()Returns a list of the views (raw and spatial) contained in the design document.Method parameters in com.couchbase.client.java.view with type arguments of type View Modifier and Type Method Description static DesignDocumentDesignDocument. create(String name, List<View> views)Creates a newDesignDocument.static DesignDocumentDesignDocument. create(String name, List<View> views, Map<DesignDocument.Option,Long> options)Creates a newDesignDocument.Constructor parameters in com.couchbase.client.java.view with type arguments of type View Constructor Description DesignDocument(String name, List<View> views, Map<DesignDocument.Option,Long> options)
-