Uses of Package
org.teiid.internal.core.index

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

Classes in org.teiid.internal.core.index used by org.teiid.internal.core.index
Block
          A block is a container that can hold information (a list of file names, a list of words, ...), be saved on the disk and loaded in memory.
BlocksIndexInput
          This input is used for reading indexes saved using a BlocksIndexOutput.
BlocksIndexOutput
          A blocksIndexOutput is used to save an index in a file with the given structure:
- Signature of the file;
- FileListBlocks;
- IndexBlocks;
- Summary of the index.
CodeByteStream
           
Field
           
FileListBlock
           
IndexBlock
          An indexBlock stores wordEntries.
IndexedFile
          An indexedFile associates a number to a document path, and document properties.
IndexedFileHashedArray
           
IndexInput
          This class provides an input on an index, after it has been generated.
IndexOutput
          An indexOutput is used to write an index into a different object (a File, ...).
IndexSummary
          An indexSummary is used when saving an index into a BlocksIndexOuput or reading it from a BlocksIndexInput.
InMemoryIndex
          This index stores the document names in an ArrayList, and the words in an HashtableOfObjects.
PropertyDocument
          The properties of a document are stored into a hashtable.
SafeRandomAccessFile
          A safe subclass of RandomAccessFile, which ensure that it's closed on finalize.
WordEntry
           
 

Classes in org.teiid.internal.core.index used by org.teiid.metadata.index
Index
          An Index is used to create an index on the disk, and to make queries.
 



Copyright © 2011. All Rights Reserved.