Uses of Class
fr.gouv.vitam.workspace.api.exception.ContentAddressableStorageDatabaseException
-
Packages that use ContentAddressableStorageDatabaseException Package Description fr.gouv.vitam.storage.offers.core Provides core implementation (Workspace based) for the Storage Offer Default modulefr.gouv.vitam.storage.offers.database Provides core implementation for default offer mongo acces. -
-
Uses of ContentAddressableStorageDatabaseException in fr.gouv.vitam.storage.offers.core
Methods in fr.gouv.vitam.storage.offers.core that throw ContentAddressableStorageDatabaseException Modifier and Type Method Description java.util.List<OfferLog>DefaultOfferServiceImpl. getOfferLogs(java.lang.String containerName, java.lang.Long offset, int limit, Order order) -
Uses of ContentAddressableStorageDatabaseException in fr.gouv.vitam.storage.offers.database
Methods in fr.gouv.vitam.storage.offers.database that throw ContentAddressableStorageDatabaseException Modifier and Type Method Description voidOfferLogDatabaseService. bulkSave(java.lang.String containerName, java.util.List<java.lang.String> fileNames, OfferLogAction action, long sequence)longOfferSequenceDatabaseService. getNextSequence(java.lang.String sequenceId)longOfferSequenceDatabaseService. getNextSequence(java.lang.String sequenceId, long inc)voidOfferLogDatabaseService. save(java.lang.String containerName, java.lang.String fileName, OfferLogAction action, long sequence)
-