public interface StorageUsage
| Modifier and Type | Method and Description |
|---|---|
Option<Long> |
getTotalSpace()
Gets the total space of storage in Bytes
|
Option<Long> |
getUsableSpace()
Gets the available space of storage in Bytes This is free storage that is not reserved
|
Option<Long> |
getUsedSpace()
Gets the used space of storage in Bytes
|
Option<Long> getTotalSpace()
Option<Long> getUsableSpace()
Copyright © 2009–2021 Opencast Project. All rights reserved.