|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.thimbleware.jmemcached.storage.bytebuffer.Region
public final class Region
Represents a number of allocated blocks in the store
| Field Summary | |
|---|---|
int |
size
Size in bytes of the requested area |
int |
usedBlocks
Size in blocks of the requested area |
boolean |
valid
Flag which is true if the region is valid and in use. |
| Constructor Summary | |
|---|---|
Region(int size,
int usedBlocks,
int startBlock)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final int size
public final int usedBlocks
public boolean valid
| Constructor Detail |
|---|
public Region(int size,
int usedBlocks,
int startBlock)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||