Uses of Class
fr.gouv.vitam.storage.engine.common.model.TapeCatalog
-
Packages that use TapeCatalog Package Description fr.gouv.vitam.storage.engine.common.model Provides common Model classes for the Storage Engine module.fr.gouv.vitam.storage.offers.tape.impl.catalog fr.gouv.vitam.storage.offers.tape.impl.readwrite fr.gouv.vitam.storage.offers.tape.rest fr.gouv.vitam.storage.offers.tape.spec fr.gouv.vitam.storage.offers.tape.worker fr.gouv.vitam.storage.offers.tape.worker.tasks -
-
Uses of TapeCatalog in fr.gouv.vitam.storage.engine.common.model
Methods in fr.gouv.vitam.storage.engine.common.model that return TapeCatalog Modifier and Type Method Description TapeCatalogTapeCatalog. setAlternativeCode(java.lang.String alternativeCode)TapeCatalogTapeCatalog. setBucket(java.lang.String bucket)TapeCatalogTapeCatalog. setCapacity(java.lang.Long capacity)TapeCatalogTapeCatalog. setCode(java.lang.String code)TapeCatalogTapeCatalog. setCompressed(boolean compressed)TapeCatalogTapeCatalog. setCurrentLocation(TapeLocation currentLocation)TapeCatalogTapeCatalog. setCurrentPosition(java.lang.Integer currentPosition)TapeCatalogTapeCatalog. setFileCount(java.lang.Integer fileCount)TapeCatalogTapeCatalog. setLabel(TapeCatalogLabel label)TapeCatalogTapeCatalog. setLibrary(java.lang.String library)TapeCatalogTapeCatalog. setPreviousLocation(TapeLocation previousLocation)TapeCatalogTapeCatalog. setTapeState(TapeState tapeState)TapeCatalogTapeCatalog. setType(java.lang.String type)TapeCatalogTapeCatalog. setVersion(int version)TapeCatalogTapeCatalog. setWorm(boolean worm) -
Uses of TapeCatalog in fr.gouv.vitam.storage.offers.tape.impl.catalog
Methods in fr.gouv.vitam.storage.offers.tape.impl.catalog that return TapeCatalog Modifier and Type Method Description TapeCatalogTapeCatalogServiceImpl. findById(java.lang.String tapeId)TapeCatalogTapeCatalogRepository. findTapeById(java.lang.String tapeId)return tape model according to given IDMethods in fr.gouv.vitam.storage.offers.tape.impl.catalog that return types with arguments of type TapeCatalog Modifier and Type Method Description java.util.List<TapeCatalog>TapeCatalogServiceImpl. find(java.util.List<QueryCriteria> criteria)java.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)Methods in fr.gouv.vitam.storage.offers.tape.impl.catalog with parameters of type TapeCatalog Modifier and Type Method Description voidTapeCatalogServiceImpl. create(TapeCatalog tapeCatalog)java.lang.StringTapeCatalogRepository. createTape(TapeCatalog tapeCatalog)create a tape modelbooleanTapeCatalogServiceImpl. replace(TapeCatalog tapeCatalog)booleanTapeCatalogRepository. replaceTape(TapeCatalog tapeCatalog)replace a tape model -
Uses of TapeCatalog in fr.gouv.vitam.storage.offers.tape.impl.readwrite
Methods in fr.gouv.vitam.storage.offers.tape.impl.readwrite with parameters of type TapeCatalog Modifier and Type Method Description booleanTapeLibraryServiceImpl. checkTapeLabel(TapeCatalog tape, boolean forceOverrideNonEmptyCartridges)voidTapeLibraryServiceImpl. goToPosition(TapeCatalog tape, java.lang.Integer position, ReadWriteErrorCode readWriteErrorCode)voidTapeLibraryServiceImpl. loadTape(TapeCatalog tape)voidTapeLibraryServiceImpl. read(TapeCatalog tape, java.lang.Integer position, java.lang.String outputPath)voidTapeLibraryServiceImpl. unloadTape(TapeCatalog tape)voidTapeLibraryServiceImpl. write(java.lang.String filePath, long writtenBytes, TapeCatalog tape) -
Uses of TapeCatalog in fr.gouv.vitam.storage.offers.tape.rest
Methods in fr.gouv.vitam.storage.offers.tape.rest with parameters of type TapeCatalog Modifier and Type Method Description javax.ws.rs.core.ResponseTapeCatalogResource. createTape(TapeCatalog tapeCatalog)Creates a tape model.javax.ws.rs.core.ResponseTapeCatalogResource. replaceTape(java.lang.String tapeId, TapeCatalog tapeCatalog)replaces existing tape model by id. -
Uses of TapeCatalog in fr.gouv.vitam.storage.offers.tape.spec
Methods in fr.gouv.vitam.storage.offers.tape.spec that return TapeCatalog Modifier and Type Method Description TapeCatalogTapeCatalogService. findById(java.lang.String tapeId)Methods in fr.gouv.vitam.storage.offers.tape.spec that return types with arguments of type TapeCatalog Modifier and Type Method Description java.util.List<TapeCatalog>TapeCatalogService. find(java.util.List<QueryCriteria> criteria)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 mapMethods in fr.gouv.vitam.storage.offers.tape.spec with parameters of type TapeCatalog Modifier and Type Method Description booleanTapeLibraryService. checkTapeLabel(TapeCatalog tape, boolean forceOverrideNonEmptyCartridges)voidTapeCatalogService. create(TapeCatalog tapeCatalog)voidTapeLibraryService. goToPosition(TapeCatalog tape, java.lang.Integer position, ReadWriteErrorCode readWriteErrorCode)voidTapeLibraryService. loadTape(TapeCatalog tape)voidTapeLibraryService. read(TapeCatalog tape, java.lang.Integer position, java.lang.String outputPath)booleanTapeCatalogService. replace(TapeCatalog tapeCatalog)voidTapeLibraryService. unloadTape(TapeCatalog tape)voidTapeLibraryService. write(java.lang.String filePath, long writtenBytes, TapeCatalog tape) -
Uses of TapeCatalog in fr.gouv.vitam.storage.offers.tape.worker
Constructors in fr.gouv.vitam.storage.offers.tape.worker with parameters of type TapeCatalog Constructor Description TapeDriveWorker(TapeRobotPool tapeRobotPool, TapeDriveService tapeDriveService, TapeCatalogService tapeCatalogService, TapeDriveOrderConsumer receiver, ArchiveReferentialRepository archiveReferentialRepository, ReadRequestReferentialRepository readRequestReferentialRepository, TapeCatalog currentTape, java.lang.String inputTarPath, boolean forceOverrideNonEmptyCartridges, ArchiveOutputRetentionPolicy archiveOutputRetentionPolicy)TapeDriveWorker(TapeRobotPool tapeRobotPool, TapeDriveService tapeDriveService, TapeCatalogService tapeCatalogService, TapeDriveOrderConsumer receiver, ArchiveReferentialRepository archiveReferentialRepository, ReadRequestReferentialRepository readRequestReferentialRepository, TapeCatalog currentTape, java.lang.String inputTarPath, long sleepTime, boolean forceOverrideNonEmptyCartridges, ArchiveOutputRetentionPolicy archiveOutputRetentionPolicy)Constructor parameters in fr.gouv.vitam.storage.offers.tape.worker with type arguments of type TapeCatalog Constructor Description TapeDriveWorkerManager(QueueRepository readWriteQueue, ArchiveReferentialRepository archiveReferentialRepository, ReadRequestReferentialRepository readRequestReferentialRepository, TapeLibraryPool tapeLibraryPool, java.util.Map<java.lang.Integer,TapeCatalog> driveTape, java.lang.String inputTarPath, boolean forceOverrideNonEmptyCartridges, ArchiveOutputRetentionPolicy archiveOutputRetentionPolicy) -
Uses of TapeCatalog in fr.gouv.vitam.storage.offers.tape.worker.tasks
Methods in fr.gouv.vitam.storage.offers.tape.worker.tasks that return TapeCatalog Modifier and Type Method Description TapeCatalogCatalogResponse. getCurrentTape()TapeCatalogReadWriteResult. getCurrentTape()Methods in fr.gouv.vitam.storage.offers.tape.worker.tasks with parameters of type TapeCatalog Modifier and Type Method Description voidReadWriteResult. setCurrentTape(TapeCatalog currentTape)Constructors in fr.gouv.vitam.storage.offers.tape.worker.tasks with parameters of type TapeCatalog Constructor Description CatalogResponse(StatusCode status, TapeCatalog currentTape)ReadTask(ReadOrder readOrder, TapeCatalog workerCurrentTape, TapeLibraryService tapeLibraryService, TapeCatalogService tapeCatalogService, ReadRequestReferentialRepository readRequestReferentialRepository, ArchiveOutputRetentionPolicy archiveOutputRetentionPolicy)ReadWriteResult(StatusCode status, QueueState state, TapeCatalog currentTape)ReadWriteResult(StatusCode status, QueueState state, TapeCatalog currentTape, TapeResponse tapeResponse)ReadWriteTask(ReadWriteOrder order, TapeCatalog workerCurrentTape, TapeLibraryService tapeLibraryService, TapeCatalogService tapeCatalogService, ArchiveReferentialRepository archiveReferentialRepository, ReadRequestReferentialRepository readRequestReferentialRepository, java.lang.String inputTarPath, boolean forceOverrideNonEmptyCartridges, ArchiveOutputRetentionPolicy archiveOutputRetentionPolicy)WriteTask(WriteOrder writeOrder, TapeCatalog workerCurrentTape, TapeLibraryService tapeLibraryService, TapeCatalogService tapeCatalogService, ArchiveReferentialRepository archiveReferentialRepository, java.lang.String inputTarPath, boolean forceOverrideNonEmptyCartridges)
-