Uses of Class
fr.gouv.vitam.storage.offers.tape.exception.TapeCatalogException
-
Packages that use TapeCatalogException Package Description fr.gouv.vitam.storage.offers.tape.impl.catalog fr.gouv.vitam.storage.offers.tape.spec fr.gouv.vitam.storage.offers.tape.worker -
-
Uses of TapeCatalogException in fr.gouv.vitam.storage.offers.tape.impl.catalog
Methods in fr.gouv.vitam.storage.offers.tape.impl.catalog that throw TapeCatalogException Modifier and Type Method Description java.util.Map<TapeState,java.lang.Integer>TapeCatalogRepository. countByState()count tapes matching by statevoidTapeCatalogServiceImpl. create(TapeCatalog tapeCatalog)java.lang.StringTapeCatalogRepository. createTape(TapeCatalog tapeCatalog)create a tape modeljava.util.List<TapeCatalog>TapeCatalogServiceImpl. find(java.util.List<QueryCriteria> criteria)TapeCatalogTapeCatalogServiceImpl. findById(java.lang.String tapeId)TapeCatalogTapeCatalogRepository. findTapeById(java.lang.String tapeId)return tape model according to given IDjava.util.List<TapeCatalog>TapeCatalogRepository. findTapes(java.util.List<QueryCriteria> criteria)return tape models according to given fieldsjava.util.Map<java.lang.Integer,TapeCatalog>TapeCatalogServiceImpl. init(java.lang.String tapeLibraryIdentifier, TapeLibrarySpec libraryState)booleanTapeCatalogServiceImpl. replace(TapeCatalog tapeCatalog)booleanTapeCatalogRepository. replaceTape(TapeCatalog tapeCatalog)replace a tape modelbooleanTapeCatalogServiceImpl. update(java.lang.String tapeId, java.util.Map<java.lang.String,java.lang.Object> criteria)booleanTapeCatalogRepository. updateTape(java.lang.String tapeId, java.util.Map<java.lang.String,java.lang.Object> fields)apply fields changes for tape tapeId -
Uses of TapeCatalogException in fr.gouv.vitam.storage.offers.tape.spec
Methods in fr.gouv.vitam.storage.offers.tape.spec that throw TapeCatalogException Modifier and Type Method Description voidTapeCatalogService. create(TapeCatalog tapeCatalog)java.util.List<TapeCatalog>TapeCatalogService. find(java.util.List<QueryCriteria> criteria)TapeCatalogTapeCatalogService. findById(java.lang.String tapeId)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 mapbooleanTapeCatalogService. replace(TapeCatalog tapeCatalog)booleanTapeCatalogService. update(java.lang.String tapeId, java.util.Map<java.lang.String,java.lang.Object> criteria) -
Uses of TapeCatalogException in fr.gouv.vitam.storage.offers.tape.worker
Methods in fr.gouv.vitam.storage.offers.tape.worker that throw TapeCatalogException Modifier and Type Method Description voidTapeDriveWorker. initializeOnBootstrap()
-