Uses of Class
org.objectweb.cjdbc.controller.cache.AbstractRequestCache

Packages that use AbstractRequestCache
org.objectweb.cjdbc.controller.cache Query cache implementations. 
org.objectweb.cjdbc.controller.requestmanager Request Manager core including the request parsing cache. 
org.objectweb.cjdbc.controller.xml XML configuration file parsing and handling. 
 

Uses of AbstractRequestCache in org.objectweb.cjdbc.controller.cache
 

Subclasses of AbstractRequestCache in org.objectweb.cjdbc.controller.cache
 class QueryCache
          This is a query cache implementation with tunable granularity.
 class QueryCacheDB
          This is a query cache implementation with tunable granularity.
 

Uses of AbstractRequestCache in org.objectweb.cjdbc.controller.requestmanager
 

Fields in org.objectweb.cjdbc.controller.requestmanager declared as AbstractRequestCache
protected  AbstractRequestCache RequestManager.requestCache
          An optional request cache to cache responses to SQL requests
 

Methods in org.objectweb.cjdbc.controller.requestmanager that return AbstractRequestCache
 AbstractRequestCache RequestManager.getRequestCache()
          Get the Request Cache (if any) used in this Request Controller.
 

Methods in org.objectweb.cjdbc.controller.requestmanager with parameters of type AbstractRequestCache
 void RequestManager.setRequestCache(AbstractRequestCache cache)
          Set the Request Cache to use in this Request Controller.
 

Constructors in org.objectweb.cjdbc.controller.requestmanager with parameters of type AbstractRequestCache
DistributedRequestManager(DistributedVirtualDatabase vdb, AbstractScheduler scheduler, AbstractRequestCache cache, AbstractLoadBalancer loadBalancer, long beginTimeout, long commitTimeout, long rollbackTimeout)
          Creates a new DistributedRequestManager instance without cache.
DistributedRequestManager(DistributedVirtualDatabase vdb, AbstractScheduler scheduler, AbstractRequestCache cache, AbstractLoadBalancer loadBalancer, AbstractRecoveryLog recoveryLog, long beginTimeout, long commitTimeout, long rollbackTimeout)
          Creates a new DistributedRequestManager instance without cache.
RequestManager(VirtualDatabase vdb, AbstractScheduler scheduler, AbstractRequestCache cache, AbstractLoadBalancer loadBalancer, long beginTimeout, long commitTimeout, long rollbackTimeout)
          Creates a new RequestManager instance without log recovery.
RequestManager(VirtualDatabase vdb, AbstractScheduler scheduler, AbstractRequestCache cache, AbstractLoadBalancer loadBalancer, AbstractRecoveryLog recoveryLog, long beginTimeout, long commitTimeout, long rollbackTimeout)
          Creates a new RequestManager instance.
 

Uses of AbstractRequestCache in org.objectweb.cjdbc.controller.xml
 

Fields in org.objectweb.cjdbc.controller.xml declared as AbstractRequestCache
private  AbstractRequestCache DatabasesHandler.currentRequestCache
           
 



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