Interface SpaceInfo
-
- All Known Implementing Classes:
SpaceInformation
public interface SpaceInfoManage the result information from a single call to ConglomerateController.getSpaceInfo().- See Also:
ConglomerateController
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetNumAllocatedPages()Get the estimated number of allocated pageslonggetNumFreePages()Get the estimated number of free pageslonggetNumUnfilledPages()Get the estimated number of unfilled pagesintgetPageSize()Get the page size
-
-
-
Method Detail
-
getNumAllocatedPages
long getNumAllocatedPages()
Get the estimated number of allocated pages
-
getNumFreePages
long getNumFreePages()
Get the estimated number of free pages
-
getNumUnfilledPages
long getNumUnfilledPages()
Get the estimated number of unfilled pages
-
getPageSize
int getPageSize()
Get the page size
-
-