Package com.taobao.tddl.jdbc.group.config

Examples of com.taobao.tddl.jdbc.group.config.Weight


  private final int dataSourceIndex;//DataSourceIndex��ָ���DataSource��Group�е�λ��

  public DataSourceWrapper(String dataSourceKey, String weightStr, DataSource wrappedDataSource, DBType dbType,
      int dataSourceIndex) {
    this.dataSourceKey = dataSourceKey;
    this.weight = new Weight(weightStr);
    this.weightStr = weightStr;
    this.wrappedDataSource = wrappedDataSource;
    this.dbType = dbType;

    this.dataSourceIndex = dataSourceIndex;

TOP

Related Classes of com.taobao.tddl.jdbc.group.config.Weight

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.