Package fr.gouv.vitam.common.storage
Class ContainerInformation
java.lang.Object
fr.gouv.vitam.common.storage.ContainerInformation
Container basic information for capacity feature
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
Get usable spacevoid
setUsableSpace
(long usableSpace) Set usable space
-
Constructor Details
-
ContainerInformation
public ContainerInformation()
-
-
Method Details
-
getUsableSpace
public long getUsableSpace()Get usable space- Returns:
- usable space in byte,
return -1 if usable space not specified
-
setUsableSpace
public void setUsableSpace(long usableSpace) Set usable space- Parameters:
usableSpace
- usable space in byte
-