|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> store >> [ access overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.derby.iapi.store.access
Interface SpaceInfo

- public interface SpaceInfo
Manage the result information from a single call to ConglomerateController.getSpaceInfo().
| Method Summary | |
long |
getNumAllocatedPages()
Get the estimated number of allocated pages |
long |
getNumFreePages()
Get the estimated number of free pages |
long |
getNumUnfilledPages()
Get the estimated number of unfilled pages |
int |
getPageSize()
Get the page size |
| Method Detail |
getNumAllocatedPages
public long getNumAllocatedPages()
- Get the estimated number of allocated pages
getNumFreePages
public long getNumFreePages()
- Get the estimated number of free pages
getNumUnfilledPages
public long getNumUnfilledPages()
- Get the estimated number of unfilled pages
getPageSize
public int getPageSize()
- Get the page size
|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> store >> [ access overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC