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 ScopeBucket. defaultScope()Opens the defaultScope.ScopeBucket. scope(String name)Opens theScopewith the given name.
-