Uses of Class
org.teiid.internal.core.index.FileListBlock
-
Packages that use FileListBlock Package Description org.teiid.internal.core.index -
-
Uses of FileListBlock in org.teiid.internal.core.index
Fields in org.teiid.internal.core.index declared as FileListBlock Modifier and Type Field Description protected FileListBlock
BlocksIndexInput. currentFileListBlock
Methods in org.teiid.internal.core.index that return FileListBlock Modifier and Type Method Description protected FileListBlock
BlocksIndexInput. getFileListBlock(int blockNum)
Returns the FileListBlock with the given number.
-