ehcache

Uses of Class
net.sf.ehcache.store.disk.ods.Region

Packages that use Region
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
 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.
 

Methods in net.sf.ehcache.store.disk.ods with parameters of type Region
 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.
 

Constructors in net.sf.ehcache.store.disk.ods with parameters of type Region
Region(Region r)
          Create a shallow copy of a region.
 


ehcache

Copyright 2001-2016, Terracotta, Inc.