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

com.github.javaclub.cdl.client.matrix.rule.HashFunction Maven / Gradle / Ivy

The newest version!
package com.github.javaclub.cdl.client.matrix.rule;


public interface HashFunction {

	/**
	 * hash函数实现
	 * 
	 * @param table
	 * @param shardColumnValue 切分字段值
	 * @return 取模值
	 */
	public int doHash(String table, Object shardColumnValue);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy