Class TapeLibraryConf
- java.lang.Object
-
- fr.gouv.vitam.common.storage.tapelibrary.TapeLibraryConf
-
public class TapeLibraryConf extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TapeLibraryConf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<TapeDriveConf>
getDrives()
java.lang.Integer
getFullCartridgeDetectionThresholdInMB()
java.util.List<TapeRobotConf>
getRobots()
void
setDrives(java.util.List<TapeDriveConf> drives)
TapeLibraryConf
setFullCartridgeDetectionThresholdInMB(java.lang.Integer fullCartridgeDetectionThresholdInMB)
void
setRobots(java.util.List<TapeRobotConf> robots)
-
-
-
Method Detail
-
getRobots
public java.util.List<TapeRobotConf> getRobots()
-
setRobots
public void setRobots(java.util.List<TapeRobotConf> robots)
-
getDrives
public java.util.List<TapeDriveConf> getDrives()
-
setDrives
public void setDrives(java.util.List<TapeDriveConf> drives)
-
getFullCartridgeDetectionThresholdInMB
public java.lang.Integer getFullCartridgeDetectionThresholdInMB()
-
setFullCartridgeDetectionThresholdInMB
public TapeLibraryConf setFullCartridgeDetectionThresholdInMB(java.lang.Integer fullCartridgeDetectionThresholdInMB)
-
-