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

com.giants.dal.sharding.HashAlgorithm Maven / Gradle / Ivy

/**
 * 
 */
package com.giants.dal.sharding;

import java.io.Serializable;

/**
 * @author vencent.lu
 *
 * Create Date:2014年7月14日
 */
public interface HashAlgorithm extends Serializable {
	
	String calculateHashValue(String shardingRefValue);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy