Uses of Class
org.teiid.internal.core.index.IndexBlock

Packages that use IndexBlock
org.teiid.internal.core.index   
 

Uses of IndexBlock in org.teiid.internal.core.index
 

Subclasses of IndexBlock in org.teiid.internal.core.index
 class GammaCompressedIndexBlock
          Uses prefix coding on words, and gamma coding of document numbers differences.
 class SimpleIndexBlock
          Does no compression of words, and uses 4-byte ints for file numbers and number of files.
 

Fields in org.teiid.internal.core.index declared as IndexBlock
protected  IndexBlock BlocksIndexInput.currentIndexBlock
           
protected  IndexBlock BlocksIndexOutput.indexBlock
           
 

Methods in org.teiid.internal.core.index that return IndexBlock
protected  IndexBlock BlocksIndexInput.getIndexBlock(int blockNum)
          Returns the IndexBlock (containing words) with the given number.
 



Copyright © 2011. All Rights Reserved.