Uses of Interface
fr.gouv.vitam.storage.offers.tape.dto.TapeLibrarySpec
-
-
Uses of TapeLibrarySpec in fr.gouv.vitam.storage.offers.tape.dto
Classes in fr.gouv.vitam.storage.offers.tape.dto that implement TapeLibrarySpec Modifier and Type Class Description class
TapeLibraryState
-
Uses of TapeLibrarySpec in fr.gouv.vitam.storage.offers.tape.impl.catalog
Methods in fr.gouv.vitam.storage.offers.tape.impl.catalog with parameters of type TapeLibrarySpec Modifier and Type Method Description java.util.Map<java.lang.Integer,TapeCatalog>
TapeCatalogServiceImpl. init(java.lang.String tapeLibraryIdentifier, TapeLibrarySpec libraryState)
-
Uses of TapeLibrarySpec in fr.gouv.vitam.storage.offers.tape.impl.robot
Methods in fr.gouv.vitam.storage.offers.tape.impl.robot that return TapeLibrarySpec Modifier and Type Method Description TapeLibrarySpec
MtxTapeLibraryService. status()
-
Uses of TapeLibrarySpec in fr.gouv.vitam.storage.offers.tape.spec
Methods in fr.gouv.vitam.storage.offers.tape.spec that return TapeLibrarySpec Modifier and Type Method Description TapeLibrarySpec
TapeLoadUnloadService. status()
Methods in fr.gouv.vitam.storage.offers.tape.spec with parameters of type TapeLibrarySpec Modifier and Type Method Description java.util.Map<java.lang.Integer,TapeCatalog>
TapeCatalogService. init(java.lang.String tapeLibraryIdentifier, TapeLibrarySpec libraryState)
Return map of drive index with his current tape If all drive are empty then return an empty map
-