Uses of Class
com.couchbase.client.java.Scope
-
Packages that use Scope Package Description com.couchbase.client.java Holds all classes that are needed for the Couchbase Java SDK. -
-
Uses of Scope in com.couchbase.client.java
Methods in com.couchbase.client.java that return Scope Modifier and Type Method Description Scope
Bucket. defaultScope()
Opens the defaultScope
.Scope
Bucket. scope(String name)
Opens theScope
with the given name.
-