Uses of Class
org.objectweb.cjdbc.controller.cache.result.entries.AbstractResultCacheEntry

Packages that use AbstractResultCacheEntry
org.objectweb.cjdbc.controller.cache.result ResultCache is an implementation of the AbstractResultCache.  
org.objectweb.cjdbc.controller.cache.result.entries Query cache entries implementations. 
org.objectweb.cjdbc.controller.cache.result.rules Rules to apply to the parsed request for the cache.  
org.objectweb.cjdbc.controller.cache.result.schema Database schema management for query caches. 
 

Uses of AbstractResultCacheEntry in org.objectweb.cjdbc.controller.cache.result
 

Fields in org.objectweb.cjdbc.controller.cache.result declared as AbstractResultCacheEntry
private  AbstractResultCacheEntry ResultCache.lruHead
           
private  AbstractResultCacheEntry ResultCache.lruTail
           
 

Methods in org.objectweb.cjdbc.controller.cache.result that return AbstractResultCacheEntry
abstract  AbstractResultCacheEntry AbstractResultCache.getFromCache(SelectRequest request, boolean addToPendingQueries)
          Gets the result to the given request from the cache.
abstract  AbstractResultCacheEntry CacheBehavior.getCacheEntry(SelectRequest sqlQuery, ControllerResultSet result, AbstractResultCache cache)
          Builds a cache entry from a SelectRequest and a ControllerResultSet.
 AbstractResultCacheEntry ResultCache.getFromCache(SelectRequest request, boolean addToPendingQueries)
          Gets the result to the given request from the cache.
 

Methods in org.objectweb.cjdbc.controller.cache.result with parameters of type AbstractResultCacheEntry
protected  void ResultCacheDatabase.processAddToCache(AbstractResultCacheEntry qe)
           
protected  void ResultCacheTable.processAddToCache(AbstractResultCacheEntry qe)
           
 void ResultCacheColumnUnique.processAddToCache(AbstractResultCacheEntry qe)
           
protected abstract  void ResultCache.processAddToCache(AbstractResultCacheEntry qe)
          Process the add to cache to update implementation specific data structures.
 void ResultCacheColumn.processAddToCache(AbstractResultCacheEntry qe)
           
 

Uses of AbstractResultCacheEntry in org.objectweb.cjdbc.controller.cache.result.entries
 

Subclasses of AbstractResultCacheEntry in org.objectweb.cjdbc.controller.cache.result.entries
 class ResultCacheEntryEager
          A CacheEntry that is to be recognized as Eager entry.
 class ResultCacheEntryNoCache
          A CacheEntry that simulates a NoCacheEntry.
 class ResultCacheEntryRelaxed
          A CacheEntry that is to be recognized as Relaxed entry.
 

Fields in org.objectweb.cjdbc.controller.cache.result.entries declared as AbstractResultCacheEntry
private  AbstractResultCacheEntry AbstractResultCacheEntry.next
           
private  AbstractResultCacheEntry AbstractResultCacheEntry.prev
           
 

Methods in org.objectweb.cjdbc.controller.cache.result.entries that return AbstractResultCacheEntry
 AbstractResultCacheEntry AbstractResultCacheEntry.getNext()
          Gets the value of next AbstractResultCacheEntry in LRU.
 AbstractResultCacheEntry AbstractResultCacheEntry.getPrev()
          Gets the value of previous AbstractResultCacheEntry in LRU.
 

Methods in org.objectweb.cjdbc.controller.cache.result.entries with parameters of type AbstractResultCacheEntry
 void AbstractResultCacheEntry.setNext(AbstractResultCacheEntry next)
          Sets the value of next AbstractResultCacheEntry in LRU.
 void AbstractResultCacheEntry.setPrev(AbstractResultCacheEntry prev)
          Sets the value of previous AbstractResultCacheEntry in LRU.
 

Uses of AbstractResultCacheEntry in org.objectweb.cjdbc.controller.cache.result.rules
 

Methods in org.objectweb.cjdbc.controller.cache.result.rules that return AbstractResultCacheEntry
 AbstractResultCacheEntry EagerCaching.getCacheEntry(SelectRequest sqlQuery, ControllerResultSet result, AbstractResultCache cache)
           
 AbstractResultCacheEntry RelaxedCaching.getCacheEntry(SelectRequest sqlQuery, ControllerResultSet result, AbstractResultCache cache)
           
 AbstractResultCacheEntry NoCaching.getCacheEntry(SelectRequest sqlQuery, ControllerResultSet result, AbstractResultCache cache)
           
 

Uses of AbstractResultCacheEntry in org.objectweb.cjdbc.controller.cache.result.schema
 

Methods in org.objectweb.cjdbc.controller.cache.result.schema that return AbstractResultCacheEntry
 AbstractResultCacheEntry CacheDatabaseTable.getPkResultCacheEntry(java.lang.String pk)
          Gets a CacheEntry object associated to a pk entry.
 

Methods in org.objectweb.cjdbc.controller.cache.result.schema with parameters of type AbstractResultCacheEntry
 void CacheDatabaseTable.addCacheEntry(AbstractResultCacheEntry ce)
          Adds an AbstractResultCacheEntry object whose consistency depends on this table.
 void CacheDatabaseTable.addPkCacheEntry(java.lang.String pk, AbstractResultCacheEntry ce)
          Adds an AbstractResultCacheEntry object associated to a pk entry.
 void CacheDatabaseColumn.addCacheEntry(AbstractResultCacheEntry ce)
          Adds an AbstractResultCacheEntry object whose consistency depends on this column.
 



Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.