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

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

There is a newer version: 1.0.6-RELEASE
Show newest version
package com.cjy.fat.redis.operation;

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