Uses of Interface
org.teiid.cache.Cache

Packages that use Cache
org.teiid.cache   
org.teiid.dqp.internal.process   
 

Uses of Cache in org.teiid.cache
 

Classes in org.teiid.cache that implement Cache
 class DefaultCache<K,V>
           
 

Fields in org.teiid.cache with type parameters of type Cache
protected  java.util.Map<java.lang.String,Cache> DefaultCache.children
           
 

Methods in org.teiid.cache that return Cache
 Cache DefaultCache.addChild(java.lang.String name)
           
<K,V> Cache<K,V>
DefaultCacheFactory.get(java.lang.String location, CacheConfiguration config)
           
<K,V> Cache<K,V>
CacheFactory.get(java.lang.String location, CacheConfiguration config)
          Create / Get the cache for the give type use
 Cache DefaultCache.getChild(java.lang.String name)
           
 

Methods in org.teiid.cache that return types with arguments of type Cache
 java.util.Collection<Cache> DefaultCache.getChildren()
           
 

Methods in org.teiid.cache with parameters of type Cache
 boolean Cachable.prepare(Cache cache, BufferManager bufferManager)
           
 boolean Cachable.restore(Cache cache, BufferManager bufferManager)
           
 

Uses of Cache in org.teiid.dqp.internal.process
 

Methods in org.teiid.dqp.internal.process with parameters of type Cache
 boolean PreparedPlan.prepare(Cache cache, BufferManager bufferManager)
           
 boolean CachedResults.prepare(Cache cache, BufferManager bufferManager)
           
 boolean PreparedPlan.restore(Cache cache, BufferManager bufferManager)
           
 boolean CachedResults.restore(Cache cache, BufferManager bufferManager)
           
 



Copyright © 2011. All Rights Reserved.