Uses of Interface
org.teiid.core.index.IEntryResult

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

Uses of IEntryResult in org.teiid.core.index
 

Methods in org.teiid.core.index that return IEntryResult
 IEntryResult[] IIndex.queryEntries(char[] pattern)
          Returns all entries for a given word.
 

Uses of IEntryResult in org.teiid.metadata.index
 

Methods in org.teiid.metadata.index that return IEntryResult
static IEntryResult RecordFactory.joinEntryResults(IEntryResult result, IEntryResult[] continuationResults, int blockSize)
          Append the specified IEntryResult[] to the IEntryResult to create a single result representing an index entry that was split across multiple index records.
static IEntryResult[] SimpleIndexUtil.queryIndex(org.teiid.internal.core.index.Index[] indexes, char[] pattern, boolean isPrefix, boolean isCaseSensitive, boolean returnFirstMatch)
          Return all index file records that match the specified record prefix or pattern.
 

Methods in org.teiid.metadata.index with parameters of type IEntryResult
static java.lang.String RecordFactory.extractUUIDString(IEntryResult result)
          Extract the UUID string from the IEntryResult
static int RecordFactory.getContinuationSegmentNumber(java.lang.String objectID, IEntryResult continuationResult)
           
 java.util.List<AbstractMetadataRecord> RecordFactory.getMetadataRecord(IEntryResult[] queryResult)
          Return a collection of AbstractMetadataRecord instances for the result obtained from executing queryEntriesMatching
static IEntryResult RecordFactory.joinEntryResults(IEntryResult result, IEntryResult[] continuationResults, int blockSize)
          Append the specified IEntryResult[] to the IEntryResult to create a single result representing an index entry that was split across multiple index records.
static IEntryResult RecordFactory.joinEntryResults(IEntryResult result, IEntryResult[] continuationResults, int blockSize)
          Append the specified IEntryResult[] to the IEntryResult to create a single result representing an index entry that was split across multiple index records.
 



Copyright © 2011. All Rights Reserved.