- CACHE_SIZE - Static variable in class org.teiid.internal.core.index.BlocksIndexInput
-
- CALLABLE - Static variable in class org.teiid.metadata.index.MetadataConstants.RECORD_TYPE
-
- CALLABLE_PARAMETER - Static variable in class org.teiid.metadata.index.MetadataConstants.RECORD_TYPE
-
- CASE_SENSITIVE_INDEX_FILE_NAMES - Static variable in class org.teiid.metadata.index.SimpleIndexUtil
-
- CharOperation - Class in org.teiid.internal.core.index
-
This class is a collection of helper methods to manipulate char arrays.
- CharOperation() - Constructor for class org.teiid.internal.core.index.CharOperation
-
- clear() - Method in class org.teiid.internal.core.index.Field
-
- clear(byte[], int, int) - Static method in class org.teiid.internal.core.index.Field
-
- clear(int) - Method in class org.teiid.internal.core.index.Field
-
- clear(int, int) - Method in class org.teiid.internal.core.index.Field
-
- clearCache() - Method in class org.teiid.internal.core.index.BlocksIndexInput
-
- clearCache() - Method in class org.teiid.internal.core.index.IndexInput
-
clears the cache of this indexInput, if it keeps track of the information already read.
- close() - Method in interface org.teiid.core.index.IIndex
-
Closes the index file if open
- close() - Method in class org.teiid.internal.core.index.BlocksIndexInput
-
- close() - Method in class org.teiid.internal.core.index.Index
-
- close() - Method in class org.teiid.internal.core.index.IndexInput
-
Closes the IndexInput.
- close() - Method in class org.teiid.internal.core.index.VirtualRandomAccessFile
-
- close() - Method in class org.teiid.metadata.PureZipFileSystem
- CodeByteStream - Class in org.teiid.internal.core.index
-
- CodeByteStream() - Constructor for class org.teiid.internal.core.index.CodeByteStream
-
- CodeByteStream(byte[]) - Constructor for class org.teiid.internal.core.index.CodeByteStream
-
- CodeByteStream(int) - Constructor for class org.teiid.internal.core.index.CodeByteStream
-
- COLUMN - Static variable in class org.teiid.metadata.index.MetadataConstants.RECORD_TYPE
-
- COLUMN_INPUT_PARAMETER_FLAG_INDEX_VERSION - Static variable in class org.teiid.metadata.index.RecordFactory
-
The version number that is associated with the change made to add an input parameter
flag on columns.
- COLUMN_NATIVE_TYPE_INDEX_VERSION - Static variable in class org.teiid.metadata.index.RecordFactory
-
The version number that is associated with the change made to add native type
property on columns.
- COLUMN_NULL_DISTINCT_INDEX_VERSION - Static variable in class org.teiid.metadata.index.RecordFactory
-
The version number that is associated with the change made to add count of null and
distinct values for columns on the column records 7/8/2005.
- COLUMN_SET_TYPES() - Constructor for class org.teiid.metadata.index.MetadataConstants.COLUMN_SET_TYPES
-
- compare(byte[], int, int, byte[], int, int) - Static method in class org.teiid.internal.core.index.Field
-
- compare(Field, Field) - Static method in class org.teiid.internal.core.index.Field
-
- compare(char[], char[]) - Static method in class org.teiid.internal.core.index.Util
-
Compares two strings lexicographically.
- compareTo(IndexedFile) - Method in class org.teiid.internal.core.index.IndexedFile
-
- compareTo(WordEntry) - Method in class org.teiid.internal.core.index.WordEntry
-
- COMPLEX - Static variable in class org.teiid.metadata.index.MetadataConstants.DATATYPE_VARIETIES
-
- copy(int, int, int) - Method in class org.teiid.internal.core.index.Field
-
- createColumnRecord(char[]) - Method in class org.teiid.metadata.index.RecordFactory
-
Create a ColumnRecord instance from the specified index record
- createColumnSetRecord(char[], ColumnSet) - Method in class org.teiid.metadata.index.RecordFactory
-
Create a ColumnSetRecord instance from the specified index record
- createDatatypeRecord(char[]) - Method in class org.teiid.metadata.index.RecordFactory
-
Create a DatatypeRecord instance from the specified index record
- createForeignKeyRecord(char[]) - Method in class org.teiid.metadata.index.RecordFactory
-
Create a ForeignKeyRecord instance from the specified index record
- createModelRecord(char[]) - Method in class org.teiid.metadata.index.RecordFactory
-
Create a ModelRecord instance from the specified index record
- createProcedureParameterRecord(char[]) - Method in class org.teiid.metadata.index.RecordFactory
-
Create a ProcedureParameterRecord instance from the specified index record
header|defaultValue|dataType|length|radix|scale|nullType|precision|paramType|footer|
- createProcedureRecord(char[]) - Method in class org.teiid.metadata.index.RecordFactory
-
Create a ProcedureRecord instance from the specified index record
- createTableRecord(char[]) - Method in class org.teiid.metadata.index.RecordFactory
-
Create a TableRecord instance from the specified index record
- createTransformationRecord(char[]) - Method in class org.teiid.metadata.index.RecordFactory
-
Create a TransformationRecord instance from the specified index record
- CURRENT_INDEX_VERSION - Static variable in class org.teiid.metadata.index.RecordFactory
-
The version number that is encoded with all newly created index records
- currentFileListBlock - Variable in class org.teiid.internal.core.index.BlocksIndexInput
-
- currentFileListBlockNum - Variable in class org.teiid.internal.core.index.BlocksIndexInput
-
- currentIndexBlock - Variable in class org.teiid.internal.core.index.BlocksIndexInput
-
- currentIndexBlockNum - Variable in class org.teiid.internal.core.index.BlocksIndexInput
-
- currentWordEntry - Variable in class org.teiid.internal.core.index.IndexInput
-
- GammaCompressedIndexBlock - Class in org.teiid.internal.core.index
-
Uses prefix coding on words, and gamma coding of document numbers differences.
- GammaCompressedIndexBlock(int) - Constructor for class org.teiid.internal.core.index.GammaCompressedIndexBlock
-
- get() - Method in class org.teiid.internal.core.index.Field
-
- get(int, int) - Method in class org.teiid.internal.core.index.Field
-
- getAllBlockNums() - Method in class org.teiid.internal.core.index.IndexSummary
-
Returns the numbers of all the blocks
- getBindings() - Method in class org.teiid.metadata.index.TransformationRecordImpl
-
- getBlockNum(int) - Method in class org.teiid.internal.core.index.IndexSummary
-
- getBlockNumForFileNum(int) - Method in class org.teiid.internal.core.index.IndexSummary
-
Returns the number of the Block containing the file with the given number.
- getBlockNumForWord(char[]) - Method in class org.teiid.internal.core.index.IndexSummary
-
Returns the number of the Block containing the given word.
- getBlockNumsForPrefix(char[]) - Method in class org.teiid.internal.core.index.IndexSummary
-
- getBlocksIndexInput() - Method in class org.teiid.internal.core.index.Index
-
- getBooleanValue(char) - Method in class org.teiid.metadata.index.RecordFactory
-
- getBytes(int, int) - Method in class org.teiid.internal.core.index.CodeByteStream
-
- getCachedInput() - Method in class org.teiid.internal.core.index.Index
-
- getChild(String) - Method in class org.teiid.metadata.JBossVirtualFile
-
- getCodeSigners(VirtualFile, VirtualFile) - Method in class org.teiid.metadata.PureZipFileSystem
- getColumnSetTypeName(short) - Static method in class org.teiid.metadata.index.MetadataConstants
-
- getContinuationSegmentNumber(String, IEntryResult) - Static method in class org.teiid.metadata.index.RecordFactory
-
- getCurrentFile() - Method in class org.teiid.internal.core.index.BlocksIndexInput
-
- getCurrentFile() - Method in class org.teiid.internal.core.index.IndexInput
-
Returns the current file the indexInput is pointing to in the index.
- getCurrentWordEntry() - Method in class org.teiid.internal.core.index.IndexInput
-
Returns the current file the indexInput is pointing to in the index.
- getDataTypeTypeName(short) - Static method in class org.teiid.metadata.index.MetadataConstants
-
- getDataTypeVarietyName(short) - Static method in class org.teiid.metadata.index.MetadataConstants
-
- getDirectoryEntries(VirtualFile, VirtualFile) - Method in class org.teiid.metadata.PureZipFileSystem
- getEncoding() - Method in interface org.teiid.core.index.IDocument
-
Returns the encoding for this document
- getEntry(char[]) - Method in class org.teiid.internal.core.index.BlocksIndexInput
-
Returns the entry corresponding to the given word.
- getField(int, int) - Method in class org.teiid.internal.core.index.Field
-
- getFile(int) - Method in class org.teiid.internal.core.index.FileListBlock
-
- getFile(VirtualFile, VirtualFile) - Method in class org.teiid.metadata.PureZipFileSystem
- getFileChildrenRecursively() - Method in class org.teiid.metadata.JBossVirtualFile
-
- getFileListBlock(int) - Method in class org.teiid.internal.core.index.BlocksIndexInput
-
Returns the FileListBlock with the given number.
- getFileNumber() - Method in class org.teiid.internal.core.index.IndexedFile
-
Returns the file number.
- getFilePosition() - Method in class org.teiid.internal.core.index.IndexInput
-
Returns the position of the current file the input is pointing to in the index.
- getFileReferences() - Method in interface org.teiid.core.index.IEntryResult
-
- getFileReferences() - Method in class org.teiid.internal.core.index.EntryResult
-
- getFirstBlockLocationForPrefix(char[]) - Method in class org.teiid.internal.core.index.IndexSummary
-
- getFirstWordBlockNum() - Method in class org.teiid.internal.core.index.IndexSummary
-
Returns the number of the first IndexBlock (containing words).
- getIndexBlock(int) - Method in class org.teiid.internal.core.index.BlocksIndexInput
-
Returns the IndexBlock (containing words) with the given number.
- getIndexedFile(int) - Method in class org.teiid.internal.core.index.BlocksIndexInput
-
- getIndexedFile(IDocument) - Method in class org.teiid.internal.core.index.BlocksIndexInput
-
- getIndexedFile(int) - Method in class org.teiid.internal.core.index.IndexInput
-
Returns the indexedFile corresponding to the given document number in the index the input
reads in, or null if such indexedFile does not exist.
- getIndexedFile(IDocument) - Method in class org.teiid.internal.core.index.IndexInput
-
Returns the indexedFile corresponding to the given document in the index the input
reads in (e.g.
- getInt1() - Method in class org.teiid.internal.core.index.Field
-
- getInt1(int) - Method in class org.teiid.internal.core.index.Field
-
- getInt2() - Method in class org.teiid.internal.core.index.Field
-
- getInt2(int) - Method in class org.teiid.internal.core.index.Field
-
- getInt3() - Method in class org.teiid.internal.core.index.Field
-
- getInt3(int) - Method in class org.teiid.internal.core.index.Field
-
- getInt4() - Method in class org.teiid.internal.core.index.Field
-
- getInt4(int) - Method in class org.teiid.internal.core.index.Field
-
- getKeyTypeForRecordType(char) - Static method in class org.teiid.metadata.index.RecordFactory
-
- getKeyTypeName(short) - Static method in class org.teiid.metadata.index.MetadataConstants
-
- getLastModified(VirtualFile, VirtualFile) - Method in class org.teiid.metadata.PureZipFileSystem
- getListDelimiter(int) - Method in class org.teiid.metadata.index.RecordFactory
-
- getMatchingFileNumbers(char[]) - Method in class org.teiid.internal.core.index.BlocksIndexInput
-
Returns the list of numbers of files containing the given word.
- getMatchTypeName(short) - Static method in class org.teiid.metadata.index.MetadataConstants
-
- getMetadataRecord(IEntryResult[]) - Method in class org.teiid.metadata.index.RecordFactory
-
Return a collection of
AbstractMetadataRecord
instances for the result obtained from executing
queryEntriesMatching
- getMetadataRecord(char[]) - Method in class org.teiid.metadata.index.RecordFactory
-
- getMountSource() - Method in class org.teiid.metadata.PureZipFileSystem
- getName() - Method in interface org.teiid.core.index.IDocument
-
returns the name of the document (e.g.
- getName() - Method in class org.teiid.metadata.JBossVirtualFile
-
- getNextBlockLocationForPrefix(char[], int) - Method in class org.teiid.internal.core.index.IndexSummary
-
Blocks are contiguous, so the next one is a potential candidate if its first word starts with
the given prefix
- getNullTypeName(short) - Static method in class org.teiid.metadata.index.MetadataConstants
-
- getNumDocuments() - Method in interface org.teiid.core.index.IIndex
-
Returns the number of documents indexed.
- getNumDocuments() - Method in class org.teiid.internal.core.index.Index
-
- getNumFiles() - Method in class org.teiid.internal.core.index.BlocksIndexInput
-
- getNumFiles() - Method in class org.teiid.internal.core.index.IndexInput
-
Returns the number of files in the index.
- getNumFiles() - Method in class org.teiid.internal.core.index.IndexSummary
-
Returns the number of files contained in the index.
- getNumRefs() - Method in class org.teiid.internal.core.index.WordEntry
-
Returns the number of references, e.g.
- getNumWords() - Method in interface org.teiid.core.index.IIndex
-
Returns the number of unique words indexed.
- getNumWords() - Method in class org.teiid.internal.core.index.BlocksIndexInput
-
- getNumWords() - Method in class org.teiid.internal.core.index.Index
-
- getNumWords() - Method in class org.teiid.internal.core.index.IndexInput
-
Returns the number of unique words in the index.
- getNumWords() - Method in class org.teiid.internal.core.index.IndexSummary
-
Returns the number of words contained in the index.
- getObjectValue(String) - Method in class org.teiid.metadata.index.RecordFactory
-
- getOptionalToken(List<String>, int) - Method in class org.teiid.metadata.index.RecordFactory
-
- getParameterTypeName(short) - Static method in class org.teiid.metadata.index.MetadataConstants
-
- getPath() - Method in interface org.teiid.core.index.IQueryResult
-
- getPath() - Method in class org.teiid.internal.core.index.IndexedFile
-
Returns the path.
- getPathName() - Method in class org.teiid.metadata.JBossVirtualFile
-
- getPaths() - Method in class org.teiid.internal.core.index.FileListBlock
-
Creates a vector of paths reading the buffer of the field.
- getProcedureTypeName(short) - Static method in class org.teiid.metadata.index.MetadataConstants
-
- getRef(int) - Method in class org.teiid.internal.core.index.WordEntry
-
returns the file number in the i position in the list of references.
- getRefs() - Method in class org.teiid.internal.core.index.WordEntry
-
Returns the references of the wordEntry (the number of the files it appears in).
- getResourceFileName() - Method in class org.teiid.internal.core.index.Index
-
- getResourcePath() - Method in class org.teiid.metadata.index.TransformationRecordImpl
-
- getRootURI() - Method in class org.teiid.metadata.PureZipFileSystem
-
- getSafeRandomAccessFile() - Method in class org.teiid.internal.core.index.VirtualRandomAccessFile
-
- getSchemaPaths() - Method in class org.teiid.metadata.index.TransformationRecordImpl
-
- getSearchTypeName(short) - Static method in class org.teiid.metadata.index.MetadataConstants
-
- getSize() - Method in class org.teiid.metadata.JBossVirtualFile
-
- getSize(VirtualFile, VirtualFile) - Method in class org.teiid.metadata.PureZipFileSystem
- getSource() - Method in class org.teiid.internal.core.index.BlocksIndexInput
-
- getSource() - Method in class org.teiid.internal.core.index.IndexInput
-
Returns the Object the input is reading from.
- getSqlTransformationTypeName(short) - Static method in class org.teiid.metadata.index.MetadataConstants
-
- getStrings(String, char) - Static method in class org.teiid.metadata.index.RecordFactory
-
- getStrings(char[], char) - Static method in class org.teiid.metadata.index.RecordFactory
-
- getTableTypeName(short) - Static method in class org.teiid.metadata.index.MetadataConstants
-
- getTransformation() - Method in class org.teiid.metadata.index.TransformationRecordImpl
-
- getTransformationType() - Method in class org.teiid.metadata.index.TransformationRecordImpl
-
- getType() - Method in interface org.teiid.core.index.IDocument
-
Returns the type of the document.
- getType() - Method in class org.teiid.metadata.index.TransformationRecordImpl
-
- getUInt1() - Method in class org.teiid.internal.core.index.Field
-
- getUInt1(int) - Method in class org.teiid.internal.core.index.Field
-
- getUInt2() - Method in class org.teiid.internal.core.index.Field
-
- getUInt2(int) - Method in class org.teiid.internal.core.index.Field
-
- getUInt3() - Method in class org.teiid.internal.core.index.Field
-
- getUInt3(int) - Method in class org.teiid.internal.core.index.Field
-
- getUTF(int) - Method in class org.teiid.internal.core.index.Field
-
- getWord() - Method in interface org.teiid.core.index.IEntryResult
-
- getWord() - Method in class org.teiid.internal.core.index.EntryResult
-
- getWord() - Method in class org.teiid.internal.core.index.WordEntry
-
returns the word of the wordEntry.
- grow() - Method in class org.teiid.internal.core.index.CodeByteStream
-
- IDocument - Interface in org.teiid.core.index
-
An IDocument
represent a data source, e.g. a File
(FileDocument
),
an IFile
(IFileDocument
),
or other kinds of data sources (URL, ...).
- IEntryResult - Interface in org.teiid.core.index
-
- IIndex - Interface in org.teiid.core.index
-
An IIndex is the interface used to generate an index file, and to make queries on
this index.
- IIndexConstants - Interface in org.teiid.internal.core.index
-
This interface provides constants used by the search engine.
- IN_PARM - Static variable in class org.teiid.metadata.index.MetadataConstants.PARAMETER_TYPES
-
- inc(int) - Method in class org.teiid.internal.core.index.Field
-
- includeAnnotationProperties(int) - Method in class org.teiid.metadata.index.RecordFactory
-
- includeColumnNativeType(int) - Method in class org.teiid.metadata.index.RecordFactory
-
- includeColumnNullDistinctValues(int) - Method in class org.teiid.metadata.index.RecordFactory
-
- includeInputParameterFlag(int) - Method in class org.teiid.metadata.index.RecordFactory
-
- includeMaterializationFlag(int) - Method in class org.teiid.metadata.index.RecordFactory
-
- includeMaterializedTables(int) - Method in class org.teiid.metadata.index.RecordFactory
-
- includePrimitiveTypeIdValue(int) - Method in class org.teiid.metadata.index.RecordFactory
-
- includeTransformationUUID(int) - Method in class org.teiid.metadata.index.RecordFactory
-
- Index - Class in org.teiid.internal.core.index
-
An Index is used to create an index on the disk, and to make queries.
- Index(VDBResource) - Constructor for class org.teiid.internal.core.index.Index
-
- INDEX - Static variable in class org.teiid.metadata.index.MetadataConstants.COLUMN_SET_TYPES
-
- INDEX - Static variable in class org.teiid.metadata.index.MetadataConstants.KEY_TYPES
-
- INDEX - Static variable in class org.teiid.metadata.index.MetadataConstants.RECORD_TYPE
-
- INDEX_EXT - Static variable in class org.teiid.metadata.index.IndexConstants
-
- INDEX_RECORD_BLOCK_SIZE - Static variable in class org.teiid.metadata.index.RecordFactory
-
- INDEX_VERSION_MARKER - Static variable in class org.teiid.metadata.index.IndexConstants.RECORD_STRING
-
- IndexBlock - Class in org.teiid.internal.core.index
-
An indexBlock stores wordEntries.
- IndexBlock(int) - Constructor for class org.teiid.internal.core.index.IndexBlock
-
- IndexConstants - Class in org.teiid.metadata.index
-
IndexConstants
- IndexConstants() - Constructor for class org.teiid.metadata.index.IndexConstants
-
- IndexConstants.RECORD_STRING - Class in org.teiid.metadata.index
-
- IndexConstants.SEARCH_RECORD_TYPE - Class in org.teiid.metadata.index
-
- IndexedFile - Class in org.teiid.internal.core.index
-
An indexedFile associates a number to a document path, and document properties.
- IndexedFile(String, int) - Constructor for class org.teiid.internal.core.index.IndexedFile
-
- IndexedFile(IDocument, int) - Constructor for class org.teiid.internal.core.index.IndexedFile
-
- indexFile - Variable in class org.teiid.internal.core.index.BlocksIndexInput
-
- IndexInput - Class in org.teiid.internal.core.index
-
This class provides an input on an index, after it has been generated.
- IndexInput() - Constructor for class org.teiid.internal.core.index.IndexInput
-
- IndexMetadataRepository - Class in org.teiid.metadata.index
-
Loads MetadataRecords from index files.
- IndexMetadataRepository() - Constructor for class org.teiid.metadata.index.IndexMetadataRepository
-
- IndexSummary - Class in org.teiid.internal.core.index
-
An indexSummary is used when saving an index into a BlocksIndexOuput or
reading it from a BlocksIndexInput.
- IndexSummary() - Constructor for class org.teiid.internal.core.index.IndexSummary
-
- init() - Method in class org.teiid.internal.core.index.BlocksIndexInput
-
Initialises the blocksIndexInput
- initialize() - Method in class org.teiid.internal.core.index.Index
-
Initialises the indexGenerator.
- INOUT_PARM - Static variable in class org.teiid.metadata.index.MetadataConstants.PARAMETER_TYPES
-
- INSERT - Static variable in interface org.teiid.metadata.index.TransformationRecordImpl.Types
-
- INSERT_TRANSFORM - Static variable in class org.teiid.metadata.index.MetadataConstants.RECORD_TYPE
-
- IQueryResult - Interface in org.teiid.core.index
-
- isDirectory(VirtualFile, VirtualFile) - Method in class org.teiid.metadata.PureZipFileSystem
- isEmpty() - Method in class org.teiid.internal.core.index.FileListBlock
-
- isEmpty() - Method in class org.teiid.internal.core.index.GammaCompressedIndexBlock
-
- isEmpty() - Method in class org.teiid.internal.core.index.IndexBlock
-
Returns whether the block is empty or not (if it doesn't contain any wordEntry).
- isFile() - Method in class org.teiid.metadata.JBossVirtualFile
-
- isFile(VirtualFile, VirtualFile) - Method in class org.teiid.metadata.PureZipFileSystem
- isOpen() - Method in class org.teiid.internal.core.index.IndexInput
-
returns the open state of the index
- isReadOnly() - Method in class org.teiid.metadata.PureZipFileSystem
- MAPPING - Static variable in interface org.teiid.metadata.index.TransformationRecordImpl.Types
-
- MAPPING_DEFN - Static variable in class org.teiid.metadata.index.MetadataConstants.SQL_TRANSFORMATION_TYPES
-
- MAPPING_TRANSFORM - Static variable in class org.teiid.metadata.index.MetadataConstants.RECORD_TYPE
-
- mapRefs(int[]) - Method in class org.teiid.internal.core.index.WordEntry
-
Changes the references of the wordEntry to match the mapping.
- mark() - Method in class org.teiid.internal.core.index.CodeByteStream
-
- markBitOffset - Variable in class org.teiid.internal.core.index.CodeByteStream
-
- markByteOffset - Variable in class org.teiid.internal.core.index.CodeByteStream
-
- match(char[], char[], boolean) - Static method in class org.teiid.internal.core.index.CharOperation
-
Answers true if the pattern matches the given name, false otherwise.
- MATCH_CHAR - Static variable in class org.teiid.metadata.index.IndexConstants.RECORD_STRING
-
- MATCH_CHAR_STRING - Static variable in class org.teiid.metadata.index.IndexConstants.RECORD_STRING
-
- MATCH_TYPES() - Constructor for class org.teiid.metadata.index.MetadataConstants.MATCH_TYPES
-
- MATERIALIZED_TYPE - Static variable in class org.teiid.metadata.index.MetadataConstants.TABLE_TYPES
-
- MAX_FOOTPRINT - Static variable in class org.teiid.internal.core.index.Index
-
Maximum size of the index in memory.
- MetadataConstants - Class in org.teiid.metadata.index
-
MetadataConstants are all the constant values used to identify all the valid values for a multi-value attribute.
- MetadataConstants() - Constructor for class org.teiid.metadata.index.MetadataConstants
-
- MetadataConstants.COLUMN_SET_TYPES - Class in org.teiid.metadata.index
-
These types indicate the type of COLUMN_SET it is.
- MetadataConstants.DATATYPE_TYPES - Class in org.teiid.metadata.index
-
A DataType object will be identified as being of one of these types.
- MetadataConstants.DATATYPE_VARIETIES - Class in org.teiid.metadata.index
-
User defined DataType objects will be categorized by a variety
The values must be kept consistent with the XSDVariety enumeration in the xsd
metamodel and the values referenced in DatatypeVarietyEnumeration.properties in
connector.metadata
- MetadataConstants.KEY_TYPES - Class in org.teiid.metadata.index
-
These types indicate the type of KEY it is.
- MetadataConstants.MATCH_TYPES - Class in org.teiid.metadata.index
-
These types are associated with a KEY, indicating the type of matching that can be performed on it.
- MetadataConstants.NULL_TYPES - Class in org.teiid.metadata.index
-
These types are associated with a DataType or an Element needing the indication of null types.
- MetadataConstants.PARAMETER_TYPES - Class in org.teiid.metadata.index
-
These types indicate the type of PROCEDURE_PARAMETER it is.
- MetadataConstants.PROCEDURE_TYPES - Class in org.teiid.metadata.index
-
These types indicate the type of PROCEDURE it is.
- MetadataConstants.RECORD_TYPE - Class in org.teiid.metadata.index
-
- MetadataConstants.SEARCH_TYPES - Class in org.teiid.metadata.index
-
These types are associated with the Element having valid search types.
- MetadataConstants.SQL_TRANSFORMATION_TYPES - Class in org.teiid.metadata.index
-
These types indicate the type of TRANSFORMATION it it.
- MetadataConstants.TABLE_TYPES - Class in org.teiid.metadata.index
-
These types represent the type of table a Group is.
- MODEL - Static variable in class org.teiid.metadata.index.MetadataConstants.RECORD_TYPE
-
- MODEL_IMPORT - Static variable in class org.teiid.metadata.index.IndexConstants.SEARCH_RECORD_TYPE
-
- mount(URL) - Static method in class org.teiid.metadata.PureZipFileSystem
-
- moveToNextFile() - Method in class org.teiid.internal.core.index.BlocksIndexInput
-
- moveToNextFile() - Method in class org.teiid.internal.core.index.IndexInput
-
Moves the pointer on the current file to the next file in the index.
- moveToNextWordEntry() - Method in class org.teiid.internal.core.index.BlocksIndexInput
-
- moveToNextWordEntry() - Method in class org.teiid.internal.core.index.IndexInput
-
Moves the pointer on the current word to the next file in the index.