Uses of Class
org.teiid.internal.core.index.IndexedFile
-
Packages that use IndexedFile Package Description org.teiid.internal.core.index -
-
Uses of IndexedFile in org.teiid.internal.core.index
Methods in org.teiid.internal.core.index that return IndexedFile Modifier and Type Method Description IndexedFile
BlocksIndexInput. 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(int fileNum)
IndexedFile
BlocksIndexInput. getIndexedFile(IDocument document)
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.abstract IndexedFile
IndexInput. getIndexedFile(IDocument document)
Returns the indexedFile corresponding to the given document in the index the input reads in (e.g.Methods in org.teiid.internal.core.index with parameters of type IndexedFile Modifier and Type Method Description boolean
FileListBlock. addFile(IndexedFile indexedFile)
add the name of the indexedfile to the buffr of the field.void
IndexSummary. addFirstFileInBlock(IndexedFile indexedFile, int blockNum)
Adds the given file as the first file for the given Block number.int
IndexedFile. compareTo(IndexedFile other)
-