Uses of Class
fr.gouv.vitam.storage.engine.common.model.TapeLibraryArchiveStorageLocation
-
Packages that use TapeLibraryArchiveStorageLocation Package Description fr.gouv.vitam.storage.engine.common.model Provides common Model classes for the Storage Engine module. -
-
Uses of TapeLibraryArchiveStorageLocation in fr.gouv.vitam.storage.engine.common.model
Subclasses of TapeLibraryArchiveStorageLocation in fr.gouv.vitam.storage.engine.common.model Modifier and Type Class Description class
TapeLibraryBuildingOnDiskArchiveStorageLocation
class
TapeLibraryOnTapeArchiveStorageLocation
class
TapeLibraryReadyOnDiskArchiveStorageLocation
Methods in fr.gouv.vitam.storage.engine.common.model that return TapeLibraryArchiveStorageLocation Modifier and Type Method Description TapeLibraryArchiveStorageLocation
TapeArchiveReferentialEntity. getLocation()
Methods in fr.gouv.vitam.storage.engine.common.model with parameters of type TapeLibraryArchiveStorageLocation Modifier and Type Method Description TapeArchiveReferentialEntity
TapeArchiveReferentialEntity. setLocation(TapeLibraryArchiveStorageLocation location)
Constructors in fr.gouv.vitam.storage.engine.common.model with parameters of type TapeLibraryArchiveStorageLocation Constructor Description TapeArchiveReferentialEntity(java.lang.String archiveId, TapeLibraryArchiveStorageLocation location, EntryType entryTape, java.lang.Long size, java.lang.String digestValue, java.lang.String lastUpdateDate)
TapeArchiveReferentialEntity(java.lang.String archiveId, TapeLibraryArchiveStorageLocation location, java.lang.Long size, java.lang.String digestValue, java.lang.String lastUpdateDate)
-