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

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

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

Fields in org.teiid.internal.core.index declared as IndexedFile
protected  IndexedFile SimpleIndexInput.currentFile
           
protected  IndexedFile IndexerOutput.indexedFile
           
protected  IndexedFile[] SimpleIndexInput.sortedFiles
           
 

Methods in org.teiid.internal.core.index that return IndexedFile
 IndexedFile IndexedFileHashedArray.add(IDocument document)
           
 IndexedFile InMemoryIndex.addDocument(IDocument document)
           
 IndexedFile[] IndexedFileHashedArray.asArray()
           
 IndexedFile IndexedFileHashedArray.get(java.lang.String path)
           
 IndexedFile BlocksIndexInput.getCurrentFile()
           
 IndexedFile SimpleIndexInput.getCurrentFile()
           
abstract  IndexedFile IndexInput.getCurrentFile()
          Returns the current file the indexInput is pointing to in the index.
 IndexedFile FileListBlock.getFile(int fileNum)
           
 IndexedFile BlocksIndexInput.getIndexedFile(IDocument document)
           
 IndexedFile SimpleIndexInput.getIndexedFile(IDocument document)
           
abstract  IndexedFile IndexInput.getIndexedFile(IDocument document)
          Returns the indexedFile corresponding to the given document in the index the input reads in (e.g.
 IndexedFile BlocksIndexInput.getIndexedFile(int fileNum)
           
 IndexedFile SimpleIndexInput.getIndexedFile(int fileNum)
           
abstract  IndexedFile IndexInput.getIndexedFile(int fileNum)
          Returns the indexedFile corresponding to the given document number in the index the input reads in, or null if such indexedFile does not exist.
 IndexedFile InMemoryIndex.getIndexedFile(java.lang.String path)
          Returns the indexed file with the given path, or null if such file does not exist.
protected  IndexedFile[] InMemoryIndex.getSortedFiles()
          Returns the words contained in the hashtable of words, sorted by alphabetical order.
 

Methods in org.teiid.internal.core.index with parameters of type IndexedFile
 void BlocksIndexOutput.addFile(IndexedFile indexedFile)
           
 boolean FileListBlock.addFile(IndexedFile indexedFile)
          add the name of the indexedfile to the buffr of the field.
abstract  void IndexOutput.addFile(IndexedFile file)
          Adds a File to the destination.
 void IndexSummary.addFirstFileInBlock(IndexedFile indexedFile, int blockNum)
          Adds the given file as the first file for the given Block number.
 void InMemoryIndex.addRef(IndexedFile indexedFile, char[] word)
           
 int IndexedFile.compareTo(IndexedFile other)
           
protected  void Index.remove(IndexedFile file, int index)
          Removes the given document from the given index (MergeFactory.ADDS_INDEX for the in memory index, MergeFactory.OLD_INDEX for the index on the disk).
protected  void MergeFactory.removeFile(IndexedFile file, int index)
          Records the deletion of one file.
protected  boolean MergeFactory.wasRemoved(IndexedFile indexedFile, int index)
          Returns whether the given file has to be removed from the given index (ADDS_INDEX or OLD_INDEX).
 



Copyright © 2011. All Rights Reserved.