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

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

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

Subclasses of IndexInput in org.teiid.internal.core.index
 class BlocksIndexInput
          This input is used for reading indexes saved using a BlocksIndexOutput.
 class SimpleIndexInput
          A simpleIndexInput is an input on an in memory Index.
 

Fields in org.teiid.internal.core.index declared as IndexInput
protected  IndexInput Index.addsIndexInput
           
protected  IndexInput MergeFactory.addsInput
          Input on the addsIndex.
protected  IndexInput MergeFactory.oldInput
          Input on the oldIndex.
 

Constructors in org.teiid.internal.core.index with parameters of type IndexInput
MergeFactory(IndexInput oldIndexInput, IndexInput addsIndexInput, BlocksIndexOutput mergeIndexOutput, java.util.Map removedInOld, java.util.Map removedInAdds)
          MergeFactory constructor comment.
 



Copyright © 2011. All Rights Reserved.