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

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

Uses of IndexMetrics in com.faunos.skwish.sys
 

Methods in com.faunos.skwish.sys that return IndexMetrics
 IndexMetrics Index.getMetrics()
          Returns the metrics of the index.
 IndexMetrics IndexMetrics.newBaseId(long baseId)
           
 IndexMetrics IndexMetrics.writeOffset(long offset, ByteBuffer out)
          Writes the specified offset to the given buffer.
 

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

Fields in com.faunos.skwish.sys.mgr declared as IndexMetrics
protected  IndexMetrics MutableBaseIdIndex.mutableMetrics
           
 

Methods in com.faunos.skwish.sys.mgr that return IndexMetrics
 IndexMetrics MutableBaseIdIndex.getMetrics()
           
 



SourceForge.net Logo