Uses of Class
org.egothor.slotter.SlotMap

Packages that use SlotMap
org.egothor.dynamizer This package defines a common dynamization and its implementation for our index data structures. 
org.egothor.slotter This package is responsible for management of arrays of DynStruct objects. 
 

Uses of SlotMap in org.egothor.dynamizer
 

Methods in org.egothor.dynamizer that return SlotMap
 SlotMap Dynamizer.getSlotter()
           
 

Methods in org.egothor.dynamizer with parameters of type SlotMap
 void Dynamizer.setSlotter(SlotMap slotter)
          Use the given Manager to handle data chunks.
 

Uses of SlotMap in org.egothor.slotter
 

Methods in org.egothor.slotter that return SlotMap
static SlotMap SlotMap.open(java.lang.String filename, int versionID)
          Returns the slotter on the filename (canonical form of the filename will be used).