All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.yuweix.kuafu.sequence.dao.lb.IRule Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
package com.yuweix.kuafu.sequence.dao.lb;


/**
 * 多数据源时的路由转发规则
 * @author yuwei
 */
public interface IRule {
	/**
	 * 选择合适的数据库分片
	 */
	int chooseSegment(String seqName);
	
	void setSegmentCount(int segmentCount);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy