Package | Description |
---|---|
net.sf.ehcache.store.disk.ods |
This package contains the classes managing the on-disk structure of the disk store.
|
Modifier and Type | Method and Description |
---|---|
Region |
FileAllocationTree.alloc(long size)
Allocate a new region of the given size.
|
Region |
RegionSet.find(long size)
Find a region of the the given size.
|
Region |
RegionSet.find(java.lang.Object o) |
Region |
Region.getPayload()
Return the 'value' object held within this node.
|
protected Region |
Region.remove(Region r)
Remove the supplied region from this region.
|
Region |
RegionSet.removeAndReturn(java.lang.Object o) |
Modifier and Type | Method and Description |
---|---|
private void |
FileAllocationTree.checkGrow(Region alloc) |
private void |
FileAllocationTree.checkShrink(Region free) |
private int |
Region.compareTo(Region r) |
void |
FileAllocationTree.free(Region r)
Mark this region as free.
|
void |
FileAllocationTree.mark(Region r)
Mark this region as used
|
protected void |
Region.merge(Region r)
Merge the supplied region into this region (if they are adjoining).
|
protected Region |
Region.remove(Region r)
Remove the supplied region from this region.
|
Constructor and Description |
---|
Region(Region r)
Create a shallow copy of a region.
|