Package org.apache.avalon.excalibur.datasource.cluster

Interface Summary
HashedDataSourceCluster  
IndexedDataSourceCluster  
RoundRobinDataSourceCluster  
 

Class Summary
AbstractDataSourceCluster  
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.
DefaultIndexedDataSourceCluster The DefaultIndexedDataSourceCluster requires that the user implement their own method of selecting which DataSource in the cluster to use for each connection request.
DefaultRoundRobinDataSourceCluster The DefaultRoundRobinDataSourceCluster allows the user to specify a cluster of DataSources which all act as one.
 



Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.