public static class ImageFileStorage.SlotBucket extends Object implements Iterable<FreeSpaceMap.Slot>
| Constructor and Description |
|---|
ImageFileStorage.SlotBucket() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(FreeSpaceMap.Slot s) |
void |
add(org.cache2k.storage.ImageFileStorage.HeapEntry be) |
void |
add(long _position,
int _size) |
long |
getSpaceToFree() |
Iterator<FreeSpaceMap.Slot> |
iterator() |
public ImageFileStorage.SlotBucket()
public void add(org.cache2k.storage.ImageFileStorage.HeapEntry be)
public void add(FreeSpaceMap.Slot s)
public void add(long _position, int _size)
public long getSpaceToFree()
public Iterator<FreeSpaceMap.Slot> iterator()
iterator in interface Iterable<FreeSpaceMap.Slot>cache2k API documentation. Copyright © 2000–2015 headissue GmbH, Munich.