Class TapeLibraryState
java.lang.Object
fr.gouv.vitam.storage.offers.tape.dto.TapeLibraryState
- All Implemented Interfaces:
TapeLibrarySpec
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddToDrives
(TapeDrive tapeDrive) addToSlots
(TapeSlot tapeSlot) int
int
getSlots()
int
void
void
setDriveCount
(int driveCount) void
void
setMailBoxCount
(int mailBoxCount) void
void
setSlotsCount
(int slotsCount)
-
Constructor Details
-
TapeLibraryState
public TapeLibraryState()
-
-
Method Details
-
getDevice
- Specified by:
getDevice
in interfaceTapeLibrarySpec
-
setDevice
-
getDriveCount
public int getDriveCount()- Specified by:
getDriveCount
in interfaceTapeLibrarySpec
-
setDriveCount
public void setDriveCount(int driveCount) -
getSlotsCount
public int getSlotsCount()- Specified by:
getSlotsCount
in interfaceTapeLibrarySpec
-
setSlotsCount
public void setSlotsCount(int slotsCount) -
getMailBoxCount
public int getMailBoxCount()- Specified by:
getMailBoxCount
in interfaceTapeLibrarySpec
-
setMailBoxCount
public void setMailBoxCount(int mailBoxCount) -
getDrives
- Specified by:
getDrives
in interfaceTapeLibrarySpec
-
setDrives
-
getSlots
- Specified by:
getSlots
in interfaceTapeLibrarySpec
-
setSlots
-
addToDrives
-
addToSlots
-