Uses of Class
com.couchbase.client.java.manager.collection.CreateCollectionOptions
Packages that use CreateCollectionOptions
-
Uses of CreateCollectionOptions in com.couchbase.client.java.manager.collection
Methods in com.couchbase.client.java.manager.collection that return CreateCollectionOptionsModifier and TypeMethodDescriptionstatic CreateCollectionOptions
CreateCollectionOptions.createCollectionOptions()
Creates a new instance with default values.Methods in com.couchbase.client.java.manager.collection with parameters of type CreateCollectionOptionsModifier and TypeMethodDescriptionAsyncCollectionManager.createCollection
(CollectionSpec collectionSpec, CreateCollectionOptions options) Creates a collection if it does not already exist with custom options.void
CollectionManager.createCollection
(CollectionSpec collectionSpec, CreateCollectionOptions options) Creates a collection if it does not already exist with custom options.ReactiveCollectionManager.createCollection
(CollectionSpec collectionSpec, CreateCollectionOptions options) Creates a collection if it does not already exist with custom options.