Uses of Class
com.faunos.skwish.sys.Index

Packages that use Index
com.faunos.skwish.sys The basic file-based Segment structure is implemented here. 
com.faunos.skwish.sys.mgr The SegmentStore implementation. 
 

Uses of Index in com.faunos.skwish.sys
 

Fields in com.faunos.skwish.sys declared as Index
protected  Index BaseSegment.index
           
 

Methods in com.faunos.skwish.sys that return Index
static Index Index.writeNewIndex(FileChannel indexFile, Word offsetWidth, long baseId, long baseOffset)
          Writes a new index to the specified file.
 

Constructors in com.faunos.skwish.sys with parameters of type Index
BaseSegment(Index index, FileChannel entryFile)
          Creates a new instance.
 

Uses of Index in com.faunos.skwish.sys.mgr
 

Subclasses of Index in com.faunos.skwish.sys.mgr
 class MutableBaseIdIndex
          An index whose base ID can be adjusted.
 



SourceForge.net Logo