public class ContainerInformation extends Object
Constructor and Description |
---|
ContainerInformation() |
Modifier and Type | Method and Description |
---|---|
long |
getUsableSpace()
Get usable space
|
long |
getUsedSpace()
Get used space
|
void |
setUsableSpace(long usableSpace)
Set usable space
|
void |
setUsedSpace(long usedSpace)
Set used space
|
public long getUsableSpace()
public void setUsableSpace(long usableSpace)
usableSpace
- usable space in bytepublic long getUsedSpace()
public void setUsedSpace(long usedSpace)
usedSpace
- used space in byteCopyright © 2018 Vitam. All rights reserved.