| Modifier and Type | Field | Description |
|---|---|---|
private long |
numAllocatedPages |
|
private long |
numFreePages |
|
private long |
numUnfilledPages |
|
private int |
pageSize |
| Constructor | Description |
|---|---|
SpaceInformation(long numAllocatedPages,
long numFreePages,
long numUnfilledPages) |
| Modifier and Type | Method | Description |
|---|---|---|
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) |
private long numAllocatedPages
private long numFreePages
private long numUnfilledPages
private int pageSize
public SpaceInformation(long numAllocatedPages,
long numFreePages,
long numUnfilledPages)
public long getNumAllocatedPages()
getNumAllocatedPages in interface SpaceInfopublic long getNumFreePages()
getNumFreePages in interface SpaceInfopublic long getNumUnfilledPages()
getNumUnfilledPages in interface SpaceInfopublic int getPageSize()
SpaceInfogetPageSize in interface SpaceInfopublic void setPageSize(int pageSize)
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.