Uses of Class
com.couchbase.client.java.manager.collection.CreateCollectionOptions
-
Uses of CreateCollectionOptions in com.couchbase.client.java.manager.collection
Modifier and TypeMethodDescriptionstatic CreateCollectionOptions
CreateCollectionOptions.createCollectionOptions()
Creates a new instance with default values.Modifier and TypeMethodDescriptionAsyncCollectionManager.createCollection
(CollectionSpec collectionSpec, CreateCollectionOptions options) Deprecated.This method cannot be used to set the collection's "history" property.AsyncCollectionManager.createCollection
(String scopeName, String collectionName, CreateCollectionSettings settings, CreateCollectionOptions options) Creates a collection if it does not already exist with custom options.void
CollectionManager.createCollection
(CollectionSpec collectionSpec, CreateCollectionOptions options) Deprecated.This method cannot be used to set the collection's "history" property.void
CollectionManager.createCollection
(String scopeName, String collectionName, CreateCollectionSettings settings, CreateCollectionOptions options) Creates a collection if it does not already exist with custom options.ReactiveCollectionManager.createCollection
(CollectionSpec collectionSpec, CreateCollectionOptions options) Deprecated.This method cannot be used to set the collection's "history" property.ReactiveCollectionManager.createCollection
(String scopeName, String collectionName, CreateCollectionSettings settings, CreateCollectionOptions options) Creates a collection if it does not already exist with custom options.