|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractDataSourceCluster | |
org.apache.avalon.excalibur.datasource.cluster |
Uses of AbstractDataSourceCluster in org.apache.avalon.excalibur.datasource.cluster |
Subclasses of AbstractDataSourceCluster in org.apache.avalon.excalibur.datasource.cluster | |
class |
DefaultHashedDataSourceCluster
The DefaultHashedDataSourceCluster requires that the user specify an object or a hashCode which will be used consistantly select a member DataSource form a cluster for each connection request. |
class |
DefaultIndexedDataSourceCluster
The DefaultIndexedDataSourceCluster requires that the user implement their own method of selecting which DataSource in the cluster to use for each connection request. |
class |
DefaultRoundRobinDataSourceCluster
The DefaultRoundRobinDataSourceCluster allows the user to specify a cluster of DataSources which all act as one. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |