Uses of Class
fr.gouv.vitam.storage.offers.tape.exception.ObjectReferentialException
-
Packages that use ObjectReferentialException Package Description fr.gouv.vitam.storage.offers.tape.cas -
-
Uses of ObjectReferentialException in fr.gouv.vitam.storage.offers.tape.cas
Methods in fr.gouv.vitam.storage.offers.tape.cas that throw ObjectReferentialException Modifier and Type Method Description void
TarFileDigestVerifier. addDigestToCheck(java.lang.String tarEntryName, java.lang.String digestValue)
java.util.List<TapeObjectReferentialEntity>
ObjectReferentialRepository. bulkFind(java.lang.String containerName, java.util.Set<java.lang.String> objectNames)
boolean
ObjectReferentialRepository. delete(TapeLibraryObjectReferentialId tapeLibraryObjectReferentialId)
void
TarFileDigestVerifier. finalizeChecks()
java.util.Optional<TapeObjectReferentialEntity>
ObjectReferentialRepository. find(java.lang.String containerName, java.lang.String objectName)
void
ObjectReferentialRepository. insertOrUpdate(TapeObjectReferentialEntity tapeObjectReferentialEntity)
CloseableIterator<ObjectEntry>
ObjectReferentialRepository. listContainerObjectEntries(java.lang.String containerName)
TarFileRapairer.DigestWithSize
TarFileRapairer. repairAndVerifyTarArchive(java.io.InputStream inputStream, java.io.OutputStream outputStream, java.lang.String tarId)
java.util.Set<java.lang.String>
ObjectReferentialRepository. selectArchiveIdsByObjectIds(java.util.Iterator<TapeLibraryObjectReferentialId> objectIdIterator)
void
ObjectReferentialRepository. updateStorageLocation(java.lang.String containerName, java.lang.String objectName, java.lang.String storageId, TapeLibraryTarObjectStorageLocation tapeLibraryTarStorageLocation)
TarFileRapairer.DigestWithSize
TarFileRapairer. verifyTarArchive(java.io.InputStream inputStream)
-