Uses of Package
org.objectweb.cjdbc.controller.virtualdatabase

Packages that use org.objectweb.cjdbc.controller.virtualdatabase
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.core C-JDBC controller bootstrap and interfaces.  
org.objectweb.cjdbc.controller.core.shutdown Set of classes for properly execute shutdown of controller, databases and backends. 
org.objectweb.cjdbc.controller.loadbalancer All C-JDBC load balancers are subpackage of this one which provides the load balancer interface and the core backend thread. 
org.objectweb.cjdbc.controller.loadbalancer.paralleldb ParallelDB load balancers to use with parallel databases. 
org.objectweb.cjdbc.controller.loadbalancer.raidb0 RAIDb-0 load balancers. 
org.objectweb.cjdbc.controller.loadbalancer.raidb1 RAIDb-1 (full replication) load balancers. 
org.objectweb.cjdbc.controller.loadbalancer.raidb2 RAIDb-2 (partial replication) load balancers. 
org.objectweb.cjdbc.controller.loadbalancer.singledb Load balancer for single backend systems. 
org.objectweb.cjdbc.controller.loadbalancer.tasks BackendWorkerThread tasks for distributed query execution. 
org.objectweb.cjdbc.controller.monitoring.datacollector This regroups all the common interfaces and mbeans to collect information on the system, and eventually make a trace of it.  
org.objectweb.cjdbc.controller.requestmanager Request Manager core including the request parsing cache. 
org.objectweb.cjdbc.controller.requestmanager.distributed Distributed implementation of the request manager.  
org.objectweb.cjdbc.controller.scheduler.raidb1 RAIDb-1 (full replication) schedulers. 
org.objectweb.cjdbc.controller.scheduler.raidb2 RAIDb-2 (partial replication) schedulers. 
org.objectweb.cjdbc.controller.virtualdatabase Virtual database core code including connection handling. 
org.objectweb.cjdbc.controller.virtualdatabase.protocol Differemt group messages for the distributed version of the virtual database. 
org.objectweb.cjdbc.controller.xml XML configuration files parsing 
 

Classes in org.objectweb.cjdbc.controller.virtualdatabase used by org.objectweb.cjdbc.controller.cache.result
ControllerResultSet
          A ControllerResultSet is a lightweight ResultSet for the controller side.
 

Classes in org.objectweb.cjdbc.controller.virtualdatabase used by org.objectweb.cjdbc.controller.cache.result.entries
ControllerResultSet
          A ControllerResultSet is a lightweight ResultSet for the controller side.
 

Classes in org.objectweb.cjdbc.controller.virtualdatabase used by org.objectweb.cjdbc.controller.cache.result.rules
ControllerResultSet
          A ControllerResultSet is a lightweight ResultSet for the controller side.
 

Classes in org.objectweb.cjdbc.controller.virtualdatabase used by org.objectweb.cjdbc.controller.core
VirtualDatabase
          A VirtualDatabase represents a database from client point of view and hide the complexity of the cluster distribution to the client.
 

Classes in org.objectweb.cjdbc.controller.virtualdatabase used by org.objectweb.cjdbc.controller.core.shutdown
VirtualDatabase
          A VirtualDatabase represents a database from client point of view and hide the complexity of the cluster distribution to the client.
 

Classes in org.objectweb.cjdbc.controller.virtualdatabase used by org.objectweb.cjdbc.controller.loadbalancer
ControllerResultSet
          A ControllerResultSet is a lightweight ResultSet for the controller side.
VirtualDatabase
          A VirtualDatabase represents a database from client point of view and hide the complexity of the cluster distribution to the client.
 

Classes in org.objectweb.cjdbc.controller.virtualdatabase used by org.objectweb.cjdbc.controller.loadbalancer.paralleldb
ControllerResultSet
          A ControllerResultSet is a lightweight ResultSet for the controller side.
VirtualDatabase
          A VirtualDatabase represents a database from client point of view and hide the complexity of the cluster distribution to the client.
 

Classes in org.objectweb.cjdbc.controller.virtualdatabase used by org.objectweb.cjdbc.controller.loadbalancer.raidb0
ControllerResultSet
          A ControllerResultSet is a lightweight ResultSet for the controller side.
VirtualDatabase
          A VirtualDatabase represents a database from client point of view and hide the complexity of the cluster distribution to the client.
 

Classes in org.objectweb.cjdbc.controller.virtualdatabase used by org.objectweb.cjdbc.controller.loadbalancer.raidb1
ControllerResultSet
          A ControllerResultSet is a lightweight ResultSet for the controller side.
VirtualDatabase
          A VirtualDatabase represents a database from client point of view and hide the complexity of the cluster distribution to the client.
 

Classes in org.objectweb.cjdbc.controller.virtualdatabase used by org.objectweb.cjdbc.controller.loadbalancer.raidb2
ControllerResultSet
          A ControllerResultSet is a lightweight ResultSet for the controller side.
VirtualDatabase
          A VirtualDatabase represents a database from client point of view and hide the complexity of the cluster distribution to the client.
 

Classes in org.objectweb.cjdbc.controller.virtualdatabase used by org.objectweb.cjdbc.controller.loadbalancer.singledb
ControllerResultSet
          A ControllerResultSet is a lightweight ResultSet for the controller side.
VirtualDatabase
          A VirtualDatabase represents a database from client point of view and hide the complexity of the cluster distribution to the client.
 

Classes in org.objectweb.cjdbc.controller.virtualdatabase used by org.objectweb.cjdbc.controller.loadbalancer.tasks
ControllerResultSet
          A ControllerResultSet is a lightweight ResultSet for the controller side.
 

Classes in org.objectweb.cjdbc.controller.virtualdatabase used by org.objectweb.cjdbc.controller.monitoring.datacollector
VirtualDatabase
          A VirtualDatabase represents a database from client point of view and hide the complexity of the cluster distribution to the client.
 

Classes in org.objectweb.cjdbc.controller.virtualdatabase used by org.objectweb.cjdbc.controller.requestmanager
ControllerResultSet
          A ControllerResultSet is a lightweight ResultSet for the controller side.
VirtualDatabase
          A VirtualDatabase represents a database from client point of view and hide the complexity of the cluster distribution to the client.
 

Classes in org.objectweb.cjdbc.controller.virtualdatabase used by org.objectweb.cjdbc.controller.requestmanager.distributed
ControllerResultSet
          A ControllerResultSet is a lightweight ResultSet for the controller side.
DistributedVirtualDatabase
          A DistributedVirtualDatabase is a virtual database hosted by several controllers.
VirtualDatabase
          A VirtualDatabase represents a database from client point of view and hide the complexity of the cluster distribution to the client.
 

Classes in org.objectweb.cjdbc.controller.virtualdatabase used by org.objectweb.cjdbc.controller.scheduler.raidb1
VirtualDatabase
          A VirtualDatabase represents a database from client point of view and hide the complexity of the cluster distribution to the client.
 

Classes in org.objectweb.cjdbc.controller.virtualdatabase used by org.objectweb.cjdbc.controller.scheduler.raidb2
VirtualDatabase
          A VirtualDatabase represents a database from client point of view and hide the complexity of the cluster distribution to the client.
 

Classes in org.objectweb.cjdbc.controller.virtualdatabase used by org.objectweb.cjdbc.controller.virtualdatabase
ControllerResultSet
          A ControllerResultSet is a lightweight ResultSet for the controller side.
VirtualDatabase
          A VirtualDatabase represents a database from client point of view and hide the complexity of the cluster distribution to the client.
VirtualDatabaseDynamicMetaData
          Class that gathers the dynamic metadata for a virtual database, that means all the metadata subject to changes during the lifetime of the application.
VirtualDatabaseDynamicMetaData.ConnectionAndDatabaseMetaData
          This class defines a ConnectionAndDatabaseMetaData used to carry metadata and connection related information to properly release the connection later on.
VirtualDatabaseStaticMetaData
          Class gathering the static metadata related to the database.
 

Classes in org.objectweb.cjdbc.controller.virtualdatabase used by org.objectweb.cjdbc.controller.virtualdatabase.protocol
DistributedVirtualDatabase
          A DistributedVirtualDatabase is a virtual database hosted by several controllers.
 

Classes in org.objectweb.cjdbc.controller.virtualdatabase used by org.objectweb.cjdbc.controller.xml
VirtualDatabase
          A VirtualDatabase represents a database from client point of view and hide the complexity of the cluster distribution to the client.
 



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