Class TapeLibraryConfiguration
java.lang.Object
fr.gouv.vitam.common.storage.tapelibrary.TapeLibraryConfiguration
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
long
long
int
int
boolean
setAccessRequestCleanupTaskIntervalDelay
(int accessRequestCleanupTaskIntervalDelay) setAccessRequestCleanupTaskIntervalUnit
(TimeUnit accessRequestCleanupTaskIntervalUnit) setCachedTarEvictionStorageSpaceThresholdInMB
(Long cachedTarEvictionStorageSpaceThresholdInMB) setCachedTarMaxStorageSpaceInMB
(Long cachedTarMaxStorageSpaceInMB) setCachedTarSafeStorageSpaceThresholdInMB
(Long cachedTarSafeStorageSpaceThresholdInMB) setCachedTarStorageFolder
(String cachedTarStorageFolder) setForceOverrideNonEmptyCartridges
(boolean forceOverrideNonEmptyCartridges) setInputFileStorageFolder
(String inputFileStorageFolder) setInputTarStorageFolder
(String inputTarStorageFolder) setMaxAccessRequestSize
(int maxAccessRequestSize) setMaxTarEntrySize
(long maxTarEntrySize) setMaxTarFileSize
(long maxTarFileSize) setReadyAccessRequestExpirationDelay
(int readyAccessRequestExpirationDelay) setReadyAccessRequestExpirationUnit
(TimeUnit readyAccessRequestExpirationUnit) setReadyAccessRequestPurgeDelay
(int readyAccessRequestPurgeDelay) setReadyAccessRequestPurgeUnit
(TimeUnit readyAccessRequestPurgeUnit) setTapeLibraries
(Map<String, TapeLibraryConf> tapeLibraries) setTmpTarOutputStorageFolder
(String tmpTarOutputStorageFolder) setTopology
(TapeLibraryTopologyConfiguration topology)
-
Constructor Details
-
TapeLibraryConfiguration
public TapeLibraryConfiguration()
-
-
Method Details
-
getTopology
-
setTopology
-
getTapeLibraries
-
setTapeLibraries
-
getInputFileStorageFolder
-
setInputFileStorageFolder
-
getInputTarStorageFolder
-
setInputTarStorageFolder
-
getTmpTarOutputStorageFolder
-
setTmpTarOutputStorageFolder
-
getCachedTarStorageFolder
-
setCachedTarStorageFolder
-
getMaxTarEntrySize
public long getMaxTarEntrySize() -
setMaxTarEntrySize
-
getMaxTarFileSize
public long getMaxTarFileSize() -
setMaxTarFileSize
-
isForceOverrideNonEmptyCartridges
public boolean isForceOverrideNonEmptyCartridges() -
setForceOverrideNonEmptyCartridges
public TapeLibraryConfiguration setForceOverrideNonEmptyCartridges(boolean forceOverrideNonEmptyCartridges) -
getCachedTarMaxStorageSpaceInMB
-
setCachedTarMaxStorageSpaceInMB
-
getCachedTarEvictionStorageSpaceThresholdInMB
-
setCachedTarEvictionStorageSpaceThresholdInMB
public TapeLibraryConfiguration setCachedTarEvictionStorageSpaceThresholdInMB(Long cachedTarEvictionStorageSpaceThresholdInMB) -
getCachedTarSafeStorageSpaceThresholdInMB
-
setCachedTarSafeStorageSpaceThresholdInMB
public TapeLibraryConfiguration setCachedTarSafeStorageSpaceThresholdInMB(Long cachedTarSafeStorageSpaceThresholdInMB) -
getMaxAccessRequestSize
public int getMaxAccessRequestSize() -
setMaxAccessRequestSize
-
getReadyAccessRequestExpirationDelay
public int getReadyAccessRequestExpirationDelay() -
setReadyAccessRequestExpirationDelay
public TapeLibraryConfiguration setReadyAccessRequestExpirationDelay(int readyAccessRequestExpirationDelay) -
getReadyAccessRequestExpirationUnit
-
setReadyAccessRequestExpirationUnit
public TapeLibraryConfiguration setReadyAccessRequestExpirationUnit(TimeUnit readyAccessRequestExpirationUnit) -
getReadyAccessRequestPurgeDelay
public int getReadyAccessRequestPurgeDelay() -
setReadyAccessRequestPurgeDelay
-
getReadyAccessRequestPurgeUnit
-
setReadyAccessRequestPurgeUnit
public TapeLibraryConfiguration setReadyAccessRequestPurgeUnit(TimeUnit readyAccessRequestPurgeUnit) -
getAccessRequestCleanupTaskIntervalDelay
public int getAccessRequestCleanupTaskIntervalDelay() -
setAccessRequestCleanupTaskIntervalDelay
public TapeLibraryConfiguration setAccessRequestCleanupTaskIntervalDelay(int accessRequestCleanupTaskIntervalDelay) -
getAccessRequestCleanupTaskIntervalUnit
-
setAccessRequestCleanupTaskIntervalUnit
public TapeLibraryConfiguration setAccessRequestCleanupTaskIntervalUnit(TimeUnit accessRequestCleanupTaskIntervalUnit)
-