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

com.yuweix.kuafu.sharding.context.DatabaseSetting Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
package com.yuweix.kuafu.sharding.context;


/**
 * @author yuwei
 **/
public interface DatabaseSetting {
	/**
	 * 逻辑库后占位符长度
	 * eg.
	 * gateway  ====>>>>  gateway_0000
	 * @return   逻辑库后占位符长度
	 */
	int getSuffixLength();

	/**
	 * 逻辑库名与分片索引之间的分隔符
	 */
	String getSplit();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy