Uses of Class
fr.gouv.vitam.storage.engine.common.model.TapeCatalog
Packages that use TapeCatalog
Package
Description
Provides common Model classes for the Storage Engine module.
-
Uses of TapeCatalog in fr.gouv.vitam.storage.engine.common.model
Methods in fr.gouv.vitam.storage.engine.common.model that return TapeCatalogModifier and TypeMethodDescriptionTapeCatalog.setAlternativeCode(String alternativeCode) TapeCatalog.setCapacity(Long capacity) TapeCatalog.setCompressed(boolean compressed) TapeCatalog.setCurrentLocation(TapeLocation currentLocation) TapeCatalog.setCurrentPosition(Integer currentPosition) TapeCatalog.setFileCount(Integer fileCount) TapeCatalog.setLabel(TapeCatalogLabel label) TapeCatalog.setLibrary(String library) TapeCatalog.setPreviousLocation(TapeLocation previousLocation) TapeCatalog.setTapeState(TapeState tapeState) TapeCatalog.setVersion(int version) TapeCatalog.setWorm(boolean worm) TapeCatalog.setWrittenBytes(Long writtenBytes) -
Uses of TapeCatalog in fr.gouv.vitam.storage.offers.tape.impl.catalog
Methods in fr.gouv.vitam.storage.offers.tape.impl.catalog that return TapeCatalogModifier and TypeMethodDescriptionTapeCatalogRepository.findTapeById(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 TapeCatalogModifier and TypeMethodDescriptionTapeCatalogServiceImpl.find(List<QueryCriteria> criteria) TapeCatalogRepository.findTapes(List<QueryCriteria> criteria) return tape models according to given fieldsTapeCatalogServiceImpl.init(String tapeLibraryIdentifier, TapeLibrarySpec libraryState) TapeCatalogServiceImpl.receive(org.bson.conversions.Bson inQuery) Methods in fr.gouv.vitam.storage.offers.tape.impl.catalog with parameters of type TapeCatalogModifier and TypeMethodDescriptionvoidTapeCatalogServiceImpl.create(TapeCatalog tapeCatalog) TapeCatalogRepository.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 TapeCatalogModifier and TypeMethodDescriptionvoidTapeLibraryServiceImpl.checkNonEmptyTapeLabel(TapeCatalog tape) voidTapeLibraryServiceImpl.ensureTapeIsEmpty(TapeCatalog tape, boolean forceOverrideNonEmptyCartridges) voidTapeLibraryServiceImpl.goToPosition(TapeCatalog tape, Integer position, ReadWriteErrorCode readWriteErrorCode) voidTapeLibraryServiceImpl.loadTape(TapeCatalog tape) voidTapeLibraryServiceImpl.read(TapeCatalog tape, Integer position, String outputPath) voidTapeLibraryServiceImpl.rewindTape(TapeCatalog tape) voidTapeLibraryServiceImpl.unloadTape(TapeCatalog tape) voidTapeLibraryServiceImpl.write(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 TapeCatalogModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseTapeCatalogResource.createTape(TapeCatalog tapeCatalog) Creates a tape model.javax.ws.rs.core.ResponseTapeCatalogResource.replaceTape(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 TapeCatalogMethods in fr.gouv.vitam.storage.offers.tape.spec that return types with arguments of type TapeCatalogModifier and TypeMethodDescriptionTapeCatalogService.find(List<QueryCriteria> criteria) TapeCatalogService.init(String tapeLibraryIdentifier, TapeLibrarySpec libraryState) Return map of drive index with his current tape If all drive are empty then return an empty mapTapeCatalogService.receive(org.bson.conversions.Bson inQuery) Methods in fr.gouv.vitam.storage.offers.tape.spec with parameters of type TapeCatalogModifier and TypeMethodDescriptionvoidTapeLibraryService.checkNonEmptyTapeLabel(TapeCatalog tape) voidTapeCatalogService.create(TapeCatalog tapeCatalog) voidTapeLibraryService.ensureTapeIsEmpty(TapeCatalog tape, boolean forceOverrideNonEmptyCartridges) voidTapeLibraryService.goToPosition(TapeCatalog tape, Integer position, ReadWriteErrorCode readWriteErrorCode) voidTapeLibraryService.loadTape(TapeCatalog tape) voidTapeLibraryService.read(TapeCatalog tape, Integer position, String outputPath) booleanTapeCatalogService.replace(TapeCatalog tapeCatalog) voidTapeLibraryService.rewindTape(TapeCatalog tape) voidTapeLibraryService.unloadTape(TapeCatalog tape) voidTapeLibraryService.write(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 TapeCatalogModifierConstructorDescriptionTapeDriveWorker(TapeRobotPool tapeRobotPool, TapeDriveService tapeDriveService, TapeCatalogService tapeCatalogService, TapeDriveOrderConsumer receiver, ArchiveReferentialRepository archiveReferentialRepository, AccessRequestManager accessRequestManager, TapeCatalog currentTape, String inputTarPath, boolean forceOverrideNonEmptyCartridges, ArchiveCacheStorage archiveCacheStorage, int fullCartridgeDetectionThresholdInMB) TapeDriveWorker(TapeRobotPool tapeRobotPool, TapeDriveService tapeDriveService, TapeCatalogService tapeCatalogService, TapeDriveOrderConsumer receiver, ArchiveReferentialRepository archiveReferentialRepository, AccessRequestManager accessRequestManager, TapeCatalog currentTape, String inputTarPath, long sleepTime, boolean forceOverrideNonEmptyCartridges, ArchiveCacheStorage archiveCacheStorage, int fullCartridgeDetectionThresholdInMB) Constructor parameters in fr.gouv.vitam.storage.offers.tape.worker with type arguments of type TapeCatalogModifierConstructorDescriptionTapeDriveWorkerManager(QueueRepository readWriteQueue, ArchiveReferentialRepository archiveReferentialRepository, AccessRequestManager accessRequestManager, TapeLibraryPool tapeLibraryPool, Map<Integer, TapeCatalog> driveTape, String inputTarPath, boolean forceOverrideNonEmptyCartridges, ArchiveCacheStorage archiveCacheStorage, TapeCatalogService tapeCatalogService, Integer fullCartridgeDetectionThresholdInMB) -
Uses of TapeCatalog in fr.gouv.vitam.storage.offers.tape.worker.tasks
Methods in fr.gouv.vitam.storage.offers.tape.worker.tasks that return TapeCatalogModifier and TypeMethodDescriptionCatalogResponse.getCurrentTape()ReadWriteResult.getCurrentTape()Methods in fr.gouv.vitam.storage.offers.tape.worker.tasks with parameters of type TapeCatalogConstructors in fr.gouv.vitam.storage.offers.tape.worker.tasks with parameters of type TapeCatalogModifierConstructorDescriptionCatalogResponse(StatusCode status, TapeCatalog currentTape) ReadTask(ReadOrder readOrder, TapeCatalog workerCurrentTape, TapeLibraryService tapeLibraryService, TapeCatalogService tapeCatalogService, AccessRequestManager accessRequestManager, ArchiveCacheStorage archiveCacheStorage) ReadWriteResult(StatusCode status, QueueState state, TapeCatalog currentTape) ReadWriteTask(ReadWriteOrder order, TapeCatalog workerCurrentTape, TapeLibraryService tapeLibraryService, TapeCatalogService tapeCatalogService, ArchiveReferentialRepository archiveReferentialRepository, AccessRequestManager accessRequestManager, String inputTarPath, boolean forceOverrideNonEmptyCartridges, ArchiveCacheStorage archiveCacheStorage) WriteTask(WriteOrder writeOrder, TapeCatalog workerCurrentTape, TapeLibraryService tapeLibraryService, TapeCatalogService tapeCatalogService, ArchiveReferentialRepository archiveReferentialRepository, ArchiveCacheStorage archiveCacheStorage, String inputTarPath, boolean forceOverrideNonEmptyCartridges)