Uses of Package
com.couchbase.client.java.manager.collection
-
Packages that use com.couchbase.client.java.manager.collection Package Description com.couchbase.client.java Holds all classes that are needed for the Couchbase Java SDK.com.couchbase.client.java.manager.collection -
Classes in com.couchbase.client.java.manager.collection used by com.couchbase.client.java Class Description AsyncCollectionManager TheAsyncCollectionManagerprovides APIs to manage collections and scopes within a bucket.CollectionManager TheCollectionManagerprovides APIs to manage bucket collections and scopes.ReactiveCollectionManager TheReactiveCollectionManagerprovides APIs to manage collections and scopes within a bucket. -
Classes in com.couchbase.client.java.manager.collection used by com.couchbase.client.java.manager.collection Class Description AsyncCollectionManager TheAsyncCollectionManagerprovides APIs to manage collections and scopes within a bucket.CollectionSpec TheCollectionSpecdescribes properties of a collection that can be managed.CreateCollectionOptions Allows to customize the behavior of the create collection operation.CreateCollectionOptions.Built CreateScopeOptions Allows to customize the behavior of the create scope operation.CreateScopeOptions.Built DropCollectionOptions Allows to customize the behavior of the drop collection operation.DropCollectionOptions.Built DropScopeOptions Allows to customize the behavior of the drop scope operation.DropScopeOptions.Built GetAllScopesOptions Allows to customize the behavior of the get all scopes operation.GetAllScopesOptions.Built GetScopeOptions Allows to customize the behavior of the get scope operation.GetScopeOptions.Built ScopeSpec TheScopeSpecdescribes properties of a scope that can be managed.