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 |
Region.getPayload()
Return the 'value' object held within this node.
|
protected Region |
Region.remove(Region r)
Remove the supplied region from this region.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.