|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface SlabMemoryManagerFactory.SlabPool
Obtain useful statistics about the SlabPool.
| Method Summary | |
|---|---|
long |
allocatedSpace()
Total bytes allocated. |
boolean |
bufferType()
The BufferType of every Slab in this pool. |
long |
freeSpace()
Current free space in pool. |
int |
maxAllocationSize()
The maxAllocationSize of every Slab in this pool. |
long |
maxSize()
Maximum size to which pool may expand as specified when the SlabPool was created. |
long |
minSize()
Minimum size of pool, as specified when the SlabPool was created. |
int |
numFreeSlabs()
Number of free slabs available for use in Allocators using this SlabPool. |
int |
numFullSlabs()
Number of full slabs which still have allocations in use. |
int |
numPartialSlabs()
Number of slabs currently in use by Allocators. |
long |
unavailableSpace()
Total bytes disposed but not yet available for use. |
| Methods inherited from interface java.io.Closeable |
|---|
close |
| Method Detail |
|---|
int maxAllocationSize()
boolean bufferType()
int numFreeSlabs()
int numPartialSlabs()
int numFullSlabs()
long minSize()
long maxSize()
long freeSpace()
long unavailableSpace()
long allocatedSpace()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||