Uses of Class
com.couchbase.client.java.manager.collection.UpdateCollectionSettings
Packages that use UpdateCollectionSettings
-
Uses of UpdateCollectionSettings in com.couchbase.client.java.manager.collection
Methods in com.couchbase.client.java.manager.collection that return UpdateCollectionSettingsModifier and TypeMethodDescriptionThe max expiry for documents in this collection, or a non-positive duration indicating special expiry behavior.static UpdateCollectionSettings
UpdateCollectionSettings.updateCollectionSettings()
Creates a new instance with default values.Methods in com.couchbase.client.java.manager.collection with parameters of type UpdateCollectionSettingsModifier and TypeMethodDescriptionAsyncCollectionManager.updateCollection
(String scopeName, String collectionName, UpdateCollectionSettings settings) Updates a collection with custom options.AsyncCollectionManager.updateCollection
(String scopeName, String collectionName, UpdateCollectionSettings settings, UpdateCollectionOptions options) Updates a collection with custom options.void
CollectionManager.updateCollection
(String scopeName, String collectionName, UpdateCollectionSettings settings) Updates a collection with custom options.void
CollectionManager.updateCollection
(String scopeName, String collectionName, UpdateCollectionSettings settings, UpdateCollectionOptions options) Updates a collection with custom options.ReactiveCollectionManager.updateCollection
(String scopeName, String collectionName, UpdateCollectionSettings settings) Updates a collection with custom options.ReactiveCollectionManager.updateCollection
(String scopeName, String collectionName, UpdateCollectionSettings settings, UpdateCollectionOptions options) Updates a collection with custom options.