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

com.cjy.fat.redis.NeedFinishCountOperation Maven / Gradle / Ivy

package com.cjy.fat.redis;

public interface NeedFinishCountOperation {
	
	/**
	 * 增加需要完成的服务数量
	 * @param txKey
	 */
	public void incrNeedServiceFinishNum(String txKey);
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy