Class CoreCollectionManager
java.lang.Object
com.couchbase.client.core.manager.CoreCollectionManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateCollection(String scopeName, String collectionName, Duration maxTTL, CoreCommonOptions options) createScope(String scopeName, CoreCommonOptions options) dropCollection(String scopeName, String collectionName, CoreCommonOptions options) dropScope(String scopeName, CoreCommonOptions options) getAllScopes(CoreCommonOptions options)
-
Constructor Details
-
CoreCollectionManager
-
-
Method Details
-
createCollection
public CompletableFuture<Void> createCollection(String scopeName, String collectionName, Duration maxTTL, CoreCommonOptions options) -
createScope
-
dropCollection
public CompletableFuture<Void> dropCollection(String scopeName, String collectionName, CoreCommonOptions options) -
dropScope
-
getAllScopes
-