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

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

package com.cjy.fat.redis;

public interface CanCommitListOperation {
	
	/**
	 * 获取cancommitList的大小
	 * @return
	 */
	public long sizeCancommitList(String txKey);
	
	/**
	 * 将cancommitZset的元素加入到cancommitList阻塞队列中
	 * @param txKey
	 */
	public void pushToCancommitListFromZSet(String txKey , long size);
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy