Uses of Class
com.couchbase.client.java.manager.collection.CreateCollectionOptions
Package | Description |
---|---|
com.couchbase.client.java.manager.collection |
-
Uses of CreateCollectionOptions in com.couchbase.client.java.manager.collection
Methods in com.couchbase.client.java.manager.collection that return CreateCollectionOptions Modifier and Type Method Description static CreateCollectionOptions
CreateCollectionOptions. createCollectionOptions()
Methods in com.couchbase.client.java.manager.collection with parameters of type CreateCollectionOptions Modifier and Type Method Description CompletableFuture<Void>
AsyncCollectionManager. createCollection(CollectionSpec collectionSpec, CreateCollectionOptions options)
Creates a collection if it does not already exist.void
CollectionManager. createCollection(CollectionSpec collectionSpec, CreateCollectionOptions options)
Creates a collection if it does not already exist.Mono<Void>
ReactiveCollectionManager. createCollection(CollectionSpec collectionSpec, CreateCollectionOptions options)
Creates a collection if it does not already exist.