Interface CoreCollectionManager
- All Known Implementing Classes:
ClassicCoreCollectionManagerOps
,ProtostellarCoreCollectionManagerOps
-
Method Summary
Modifier and TypeMethodDescriptioncreateCollection
(String scopeName, String collectionName, CoreCreateOrUpdateCollectionSettings settings, CoreCommonOptions options) createScope
(String scopeName, CoreCommonOptions options) dropCollection
(String scopeName, String collectionName, CoreCommonOptions options) dropScope
(String scopeName, CoreCommonOptions options) getAllScopes
(CoreCommonOptions options) updateCollection
(String scopeName, String collectionName, CoreCreateOrUpdateCollectionSettings settings, CoreCommonOptions options)
-
Method Details
-
createCollection
CompletableFuture<Void> createCollection(String scopeName, String collectionName, CoreCreateOrUpdateCollectionSettings settings, CoreCommonOptions options) -
updateCollection
CompletableFuture<Void> updateCollection(String scopeName, String collectionName, CoreCreateOrUpdateCollectionSettings settings, CoreCommonOptions options) -
createScope
-
dropCollection
CompletableFuture<Void> dropCollection(String scopeName, String collectionName, CoreCommonOptions options) -
dropScope
-
getAllScopes
-