Uses of Class
com.c8db.model.CollectionPropertiesOptions
-
Packages that use CollectionPropertiesOptions Package Description com.c8db com.c8db.internal com.c8db.model -
-
Uses of CollectionPropertiesOptions in com.c8db
Methods in com.c8db with parameters of type CollectionPropertiesOptions Modifier and Type Method Description CollectionPropertiesEntityC8Collection. changeProperties(CollectionPropertiesOptions options)Changes the properties of the collection -
Uses of CollectionPropertiesOptions in com.c8db.internal
Methods in com.c8db.internal with parameters of type CollectionPropertiesOptions Modifier and Type Method Description CollectionPropertiesEntityC8CollectionImpl. changeProperties(CollectionPropertiesOptions options)protected RequestInternalC8Collection. changePropertiesRequest(CollectionPropertiesOptions options) -
Uses of CollectionPropertiesOptions in com.c8db.model
Methods in com.c8db.model that return CollectionPropertiesOptions Modifier and Type Method Description CollectionPropertiesOptionsCollectionPropertiesOptions. journalSize(Long journalSize)CollectionPropertiesOptionsCollectionPropertiesOptions. waitForSync(Boolean waitForSync)
-