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

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

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

Subclasses of IndexOutput in org.teiid.internal.core.index
 class BlocksIndexOutput
          A blocksIndexOutput is used to save an index in a file with the given structure:
- Signature of the file;
- FileListBlocks;
- IndexBlocks;
- Summary of the index.
 

Methods in org.teiid.internal.core.index with parameters of type IndexOutput
protected  void InMemoryIndex.save(IndexOutput output)
          Saves the index in the given IndexOutput.
 



Copyright © 2011. All Rights Reserved.