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)TapeCatalogTapeCatalog. setWrittenBytes(java.lang.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 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)java.util.Optional<TapeCatalog>TapeCatalogServiceImpl. receive(org.bson.conversions.Bson inQuery)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 voidTapeLibraryServiceImpl. checkNonEmptyTapeLabel(TapeCatalog tape)voidTapeLibraryServiceImpl. ensureTapeIsEmpty(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. rewindTape(TapeCatalog tape)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 mapjava.util.Optional<TapeCatalog>TapeCatalogService. receive(org.bson.conversions.Bson inQuery)Methods in fr.gouv.vitam.storage.offers.tape.spec with parameters of type TapeCatalog Modifier and Type Method Description voidTapeLibraryService. checkNonEmptyTapeLabel(TapeCatalog tape)voidTapeCatalogService. create(TapeCatalog tapeCatalog)voidTapeLibraryService. ensureTapeIsEmpty(TapeCatalog tape, boolean forceOverrideNonEmptyCartridges)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. rewindTape(TapeCatalog tape)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, AccessRequestManager accessRequestManager, TapeCatalog currentTape, java.lang.String inputTarPath, boolean forceOverrideNonEmptyCartridges, ArchiveCacheStorage archiveCacheStorage, int fullCartridgeDetectionThresholdInMB)TapeDriveWorker(TapeRobotPool tapeRobotPool, TapeDriveService tapeDriveService, TapeCatalogService tapeCatalogService, TapeDriveOrderConsumer receiver, ArchiveReferentialRepository archiveReferentialRepository, AccessRequestManager accessRequestManager, TapeCatalog currentTape, java.lang.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 TapeCatalog Constructor Description TapeDriveWorkerManager(QueueRepository readWriteQueue, ArchiveReferentialRepository archiveReferentialRepository, AccessRequestManager accessRequestManager, TapeLibraryPool tapeLibraryPool, java.util.Map<java.lang.Integer,TapeCatalog> driveTape, java.lang.String inputTarPath, boolean forceOverrideNonEmptyCartridges, ArchiveCacheStorage archiveCacheStorage, TapeCatalogService tapeCatalogService, java.lang.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 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, AccessRequestManager accessRequestManager, ArchiveCacheStorage archiveCacheStorage)ReadWriteResult(StatusCode status, QueueState state, TapeCatalog currentTape)ReadWriteTask(ReadWriteOrder order, TapeCatalog workerCurrentTape, TapeLibraryService tapeLibraryService, TapeCatalogService tapeCatalogService, ArchiveReferentialRepository archiveReferentialRepository, AccessRequestManager accessRequestManager, java.lang.String inputTarPath, boolean forceOverrideNonEmptyCartridges, ArchiveCacheStorage archiveCacheStorage)WriteTask(WriteOrder writeOrder, TapeCatalog workerCurrentTape, TapeLibraryService tapeLibraryService, TapeCatalogService tapeCatalogService, ArchiveReferentialRepository archiveReferentialRepository, ArchiveCacheStorage archiveCacheStorage, java.lang.String inputTarPath, boolean forceOverrideNonEmptyCartridges)
-