|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.derby.impl.store.raw.data.SpaceInformation
public class SpaceInformation
Manage the result information from a single call to ConglomerateController.getSpaceInfo().
| Field Summary | |
|---|---|
private long |
numAllocatedPages
|
private long |
numFreePages
|
private long |
numUnfilledPages
|
private int |
pageSize
|
| Constructor Summary | |
|---|---|
SpaceInformation(long numAllocatedPages,
long numFreePages,
long numUnfilledPages)
|
|
| 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 |
void |
setPageSize(int pageSize)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private long numAllocatedPages
private long numFreePages
private long numUnfilledPages
private int pageSize
| Constructor Detail |
|---|
public SpaceInformation(long numAllocatedPages,
long numFreePages,
long numUnfilledPages)
| Method Detail |
|---|
public long getNumAllocatedPages()
getNumAllocatedPages in interface SpaceInfopublic long getNumFreePages()
getNumFreePages in interface SpaceInfopublic long getNumUnfilledPages()
getNumUnfilledPages in interface SpaceInfopublic int getPageSize()
SpaceInfo
getPageSize in interface SpaceInfopublic void setPageSize(int pageSize)
|
Built on Wed 2013-06-12 15:21:56+0000, from revision ??? | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||