类 DataSourceSelectorFactory

java.lang.Object
com.alibaba.druid.pool.ha.selector.DataSourceSelectorFactory

public class DataSourceSelectorFactory extends Object
A Factory pattern for DataSourceSelector.
作者:
DigitalSonic
  • 构造器详细资料

    • DataSourceSelectorFactory

      public DataSourceSelectorFactory()
  • 方法详细资料

    • getSelector

      public static DataSourceSelector getSelector(String name, HighAvailableDataSource highAvailableDataSource)
      Get a new instance of the given selector name.
      返回:
      null if the given name do not represent a DataSourceSelector