| Package | Description |
|---|---|
| org.cache2k.storage |
| Modifier and Type | Method and Description |
|---|---|
FreeSpaceMap.Slot |
FreeSpaceMap.findFree(int size)
Find a slot which size is greater then the needed size and
remove it from the free space map.
|
FreeSpaceMap.Slot |
FreeSpaceMap.getHighestSlot() |
FreeSpaceMap.Slot |
FreeSpaceMap.reserveSlotEndingAt(long pos)
Get the slot that ends at the position exclusive or: start + size = pos
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<FreeSpaceMap.Slot> |
ImageFileStorage.SlotBucket.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ImageFileStorage.SlotBucket.add(FreeSpaceMap.Slot s) |
void |
FreeSpaceMap.allocateSpace(FreeSpaceMap.Slot s) |
int |
FreeSpaceMap.Slot.compareTo(FreeSpaceMap.Slot o) |
void |
FreeSpaceMap.freeSpace(FreeSpaceMap.Slot s) |
void |
FreeSpaceMap.put(FreeSpaceMap.Slot s) |
cache2k API documentation. Copyright © 2000–2015 headissue GmbH, Munich.