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 IndexedFileBlocksIndexInput. getCurrentFile()abstract IndexedFileIndexInput. getCurrentFile()Returns the current file the indexInput is pointing to in the index.IndexedFileFileListBlock. getFile(int fileNum)IndexedFileBlocksIndexInput. getIndexedFile(int fileNum)IndexedFileBlocksIndexInput. getIndexedFile(IDocument document)abstract IndexedFileIndexInput. 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 IndexedFileIndexInput. 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 booleanFileListBlock. addFile(IndexedFile indexedFile)add the name of the indexedfile to the buffr of the field.voidIndexSummary. addFirstFileInBlock(IndexedFile indexedFile, int blockNum)Adds the given file as the first file for the given Block number.intIndexedFile. compareTo(IndexedFile other)
-