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 CreateCollectionOptionsCreateCollectionOptions.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) 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.voidCollectionManager.createCollection(CollectionSpec collectionSpec, CreateCollectionOptions options) Deprecated.This method cannot be used to set the collection's "history" property.voidCollectionManager.createCollection(String scopeName, String collectionName, CreateCollectionSettings settings, CreateCollectionOptions options) Creates a collection if it does not already exist with custom options.reactor.core.publisher.Mono<Void> ReactiveCollectionManager.createCollection(CollectionSpec collectionSpec, CreateCollectionOptions options) Deprecated.This method cannot be used to set the collection's "history" property.reactor.core.publisher.Mono<Void> ReactiveCollectionManager.createCollection(String scopeName, String collectionName, CreateCollectionSettings settings, CreateCollectionOptions options) Creates a collection if it does not already exist with custom options.