Uses of Class
net.sf.ehcache.store.disk.ods.Region
-
Packages that use Region Package Description net.sf.ehcache.store.disk.ods This package contains the classes managing the on-disk structure of the disk store. -
-
Uses of Region in net.sf.ehcache.store.disk.ods
Methods in net.sf.ehcache.store.disk.ods that return Region Modifier and Type Method Description RegionFileAllocationTree. alloc(long size)Allocate a new region of the given size.RegionRegion. getPayload()Return the 'value' object held within this node.protected RegionRegion. remove(Region r)Remove the supplied region from this region.Methods in net.sf.ehcache.store.disk.ods with parameters of type Region Modifier and Type Method Description voidFileAllocationTree. free(Region r)Mark this region as free.voidFileAllocationTree. mark(Region r)Mark this region as usedprotected voidRegion. merge(Region r)Merge the supplied region into this region (if they are adjoining).protected RegionRegion. remove(Region r)Remove the supplied region from this region.Constructors in net.sf.ehcache.store.disk.ods with parameters of type Region Constructor Description Region(Region r)Create a shallow copy of a region.
-