Uses of Class
fr.gouv.vitam.storage.cold.server.simulator.exception.InaTapeProxyRepositoryException
Packages that use InaTapeProxyRepositoryException
Package
Description
-
Uses of InaTapeProxyRepositoryException in fr.gouv.vitam.storage.cold.server.simulator.repository
Methods in fr.gouv.vitam.storage.cold.server.simulator.repository that throw InaTapeProxyRepositoryExceptionModifier and TypeMethodDescriptionTapeCatalogRepository.findAll()Find all tape catalogsTapeDriveRepository.findAll()Find all drives, ordered by index.Find tape catalog by tape code (_id)Find drive by its ID (e.g.TapeCatalogRepository.findBySlotNumber(int slotNumber) Find tape catalog by slot numbervoidTapeCatalogRepository.save(TapeCatalogModel tapeCatalog) Save or update tape catalog entryvoidTapeDriveRepository.save(TapeDriveModel drive) Save or update a drive model entry (upsert by _id). -
Uses of InaTapeProxyRepositoryException in fr.gouv.vitam.storage.cold.server.simulator.service
Methods in fr.gouv.vitam.storage.cold.server.simulator.service that throw InaTapeProxyRepositoryException