Package | Description |
---|---|
org.teiid.internal.core.index |
Modifier and Type | Method and Description |
---|---|
abstract IndexedFile |
IndexInput.getCurrentFile()
Returns the current file the indexInput is pointing to in the index.
|
IndexedFile |
BlocksIndexInput.getCurrentFile() |
IndexedFile |
FileListBlock.getFile(int fileNum) |
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(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.
|
IndexedFile |
BlocksIndexInput.getIndexedFile(int fileNum) |
Modifier and Type | Method and 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) |
Copyright © 2020. All rights reserved.