Package | Description |
---|---|
fr.gouv.vitam.storage.offers.tape.impl.readwrite | |
fr.gouv.vitam.storage.offers.tape.spec |
Modifier and Type | Method and Description |
---|---|
boolean |
TapeLibraryServiceImpl.checkTapeLabel(TapeCatalog tape,
boolean forceOverrideNonEmptyCartridges) |
TapeDriveSpec |
TapeLibraryServiceImpl.getDriveStatus(ReadWriteErrorCode readWriteErrorCode) |
void |
TapeLibraryServiceImpl.goToPosition(TapeCatalog tape,
Integer position,
ReadWriteErrorCode readWriteErrorCode) |
void |
TapeLibraryServiceImpl.loadTape(TapeCatalog tape) |
void |
TapeLibraryServiceImpl.read(TapeCatalog tape,
Integer position,
String outputPath) |
void |
TapeLibraryServiceImpl.unloadTape(TapeCatalog tape) |
void |
TapeLibraryServiceImpl.write(String filePath,
long writtenBytes,
TapeCatalog tape) |
Modifier and Type | Method and Description |
---|---|
boolean |
TapeLibraryService.checkTapeLabel(TapeCatalog tape,
boolean forceOverrideNonEmptyCartridges) |
TapeDriveSpec |
TapeLibraryService.getDriveStatus(ReadWriteErrorCode readWriteErrorCode) |
void |
TapeLibraryService.goToPosition(TapeCatalog tape,
Integer position,
ReadWriteErrorCode readWriteErrorCode) |
void |
TapeLibraryService.loadTape(TapeCatalog tape) |
void |
TapeLibraryService.read(TapeCatalog tape,
Integer position,
String outputPath) |
void |
TapeLibraryService.unloadTape(TapeCatalog tape) |
void |
TapeLibraryService.write(String filePath,
long writtenBytes,
TapeCatalog tape) |
Copyright © 2019 Vitam. All rights reserved.