Uses of Interface
com.metamatrix.modeler.core.index.IndexSelector

Packages that use IndexSelector
com.metamatrix.connector.metadata   
com.metamatrix.connector.metadata.index   
com.metamatrix.dqp.service.metadata   
com.metamatrix.metadata.runtime.impl   
com.metamatrix.modeler.core.metadata.runtime   
com.metamatrix.modeler.transformation.metadata   
 

Uses of IndexSelector in com.metamatrix.connector.metadata
 

Constructors in com.metamatrix.connector.metadata with parameters of type IndexSelector
IndexFile(IndexSelector indexSelector, java.lang.String vdbName, java.lang.String vdbVersion, VDBService vdbService)
          Constructor IndexFile
 

Uses of IndexSelector in com.metamatrix.connector.metadata.index
 

Constructors in com.metamatrix.connector.metadata.index with parameters of type IndexSelector
VdbMetadataContext(IndexSelector indexSelector)
          VdbMetadataContext
 

Uses of IndexSelector in com.metamatrix.dqp.service.metadata
 

Methods in com.metamatrix.dqp.service.metadata that return IndexSelector
 IndexSelector QueryMetadataCache.getCompositeSelector(java.lang.String vdbName, java.lang.String vdbVersion)
          Get the composite selector fot the given vdbName, version.
 

Uses of IndexSelector in com.metamatrix.metadata.runtime.impl
 

Methods in com.metamatrix.metadata.runtime.impl with parameters of type IndexSelector
 void FileRecordImpl.setIndexSelector(IndexSelector selector)
           
 

Uses of IndexSelector in com.metamatrix.modeler.core.metadata.runtime
 

Methods in com.metamatrix.modeler.core.metadata.runtime with parameters of type IndexSelector
 void FileRecord.setIndexSelector(IndexSelector selector)
          Set the indexSelector on this record.
 

Uses of IndexSelector in com.metamatrix.modeler.transformation.metadata
 

Methods in com.metamatrix.modeler.transformation.metadata that return IndexSelector
 IndexSelector QueryMetadataContext.getIndexSelector()
          Get the index selector to use for index file queries.
protected  IndexSelector TransformationMetadata.getIndexSelector()
          Return the IndexSelector reference
 

Methods in com.metamatrix.modeler.transformation.metadata with parameters of type IndexSelector
 QueryMetadataInterface ServerMetadataFactory.createCachingServerMetadata(IndexSelector selector)
          Create a QueryMetadataInterface implementation that maintains a local cache of metadata.
protected  com.metamatrix.internal.core.index.Index[] TransformationMetadata.getIndexes(char recordType, IndexSelector selector)
          Return the array of MtkIndex instances representing temporary indexes
protected  com.metamatrix.internal.core.index.Index[] ServerRuntimeMetadata.getIndexes(char recordType, IndexSelector selector)
          Return the array of MtkIndex instances representing core indexes for the specified record type
 QueryMetadataInterface ServerMetadataFactory.getServerMetadata(IndexSelector selector)
          Return a reference to a QueryMetadataInterface implementation, the metadata is assumed not to change.
 void QueryMetadataContext.setIndexSelector(IndexSelector indexSelector)
           
 

Constructors in com.metamatrix.modeler.transformation.metadata with parameters of type IndexSelector
QueryMetadataContext(IndexSelector indexSelector)
          QueryMetadataContext
 



Copyright © 2009. All Rights Reserved.