Uses of Class
com.couchbase.client.java.manager.collection.CreateCollectionSettings
-
Uses of CreateCollectionSettings in com.couchbase.client.java.manager.collection
Modifier and TypeMethodDescriptionstatic CreateCollectionSettings
CreateCollectionSettings.createCollectionSettings()
Creates a new instance with default values.The max expiry for documents in this collection, or a non-positive duration indicating special expiry behavior.Modifier and TypeMethodDescriptionAsyncCollectionManager.createCollection
(String scopeName, String collectionName, CreateCollectionSettings settings) Creates a collection if it does not already exist with custom options.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
(String scopeName, String collectionName, CreateCollectionSettings settings) Creates a collection if it does not already exist with custom options.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
(String scopeName, String collectionName, CreateCollectionSettings settings) Creates a collection if it does not already exist with custom options.ReactiveCollectionManager.createCollection
(String scopeName, String collectionName, CreateCollectionSettings settings, CreateCollectionOptions options) Creates a collection if it does not already exist with custom options.