Modifier and Type | Class and Description |
---|---|
class |
TapeDriveState |
class |
TapeLibraryState |
Modifier and Type | Method and Description |
---|---|
TapeResponse |
ReadWriteException.getTapeResponse() |
Constructor and Description |
---|
ReadWriteException(String message,
ReadWriteErrorCode readWriteErrorCode,
TapeResponse tapeResponse) |
Modifier and Type | Method and Description |
---|---|
TapeResponse |
MtTapeLibraryService.eject() |
TapeResponse |
MtTapeLibraryService.goToEnd() |
TapeResponse |
MtTapeLibraryService.move(Integer position,
boolean isBackward) |
TapeResponse |
MtTapeLibraryService.rewind() |
Modifier and Type | Method and Description |
---|---|
TapeResponse |
DdTapeLibraryService.readFromTape(String outputPath) |
TapeResponse |
DdTapeLibraryService.writeToTape(String inputPath) |
Modifier and Type | Method and Description |
---|---|
TapeResponse |
MtxTapeLibraryService.loadTape(Integer tapeIndex,
Integer driveIndex) |
TapeResponse |
MtxTapeLibraryService.loadTape(String tapeIndex,
String driveIndex) |
TapeResponse |
MtxTapeLibraryService.unloadTape(Integer tapeIndex,
Integer driveIndex) |
TapeResponse |
MtxTapeLibraryService.unloadTape(String tapeIndex,
String driveIndex) |
Modifier and Type | Method and Description |
---|---|
TapeResponse |
TapeDriveCommandService.eject()
Rewind and eject the tape
|
TapeResponse |
TapeDriveCommandService.goToEnd()
EOD end of data
|
TapeResponse |
TapeLoadUnloadService.loadTape(Integer tapeIndex,
Integer driveIndex) |
TapeResponse |
TapeLoadUnloadService.loadTape(String tapeIndex,
String driveIndex) |
TapeResponse |
TapeDriveCommandService.move(Integer position,
boolean isBackward)
fsf / bsfm
|
TapeResponse |
TapeReadWriteService.readFromTape(String outputPath) |
TapeResponse |
TapeDriveCommandService.rewind()
Go to start
|
TapeResponse |
TapeLoadUnloadService.unloadTape(Integer tapeIndex,
Integer driveIndex) |
TapeResponse |
TapeLoadUnloadService.unloadTape(String tapeIndex,
String driveIndex) |
TapeResponse |
TapeReadWriteService.writeToTape(String inputPath) |
Modifier and Type | Method and Description |
---|---|
TapeResponse |
ReadWriteResult.getTapeResponse() |
Modifier and Type | Method and Description |
---|---|
void |
ReadWriteResult.setTapeResponse(TapeResponse tapeResponse) |
Constructor and Description |
---|
ReadWriteResult(StatusCode status,
QueueState state,
TapeCatalog currentTape,
TapeResponse tapeResponse) |
Copyright © 2019 Vitam. All rights reserved.