![JAR search and dependency download from the Maven repository](/logo.png)
com.cjy.fat.redis.operation.ServiceCanCommitZSetOperation Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fat-common Show documentation
Show all versions of fat-common Show documentation
fat the resolver of soa transaction
package com.cjy.fat.redis.operation;
public interface ServiceCanCommitZSetOperation {
/**
* 加入cancommitZSet
* @param txKey
* @param content
*/
public void addToCancommitZSet(String txKey ,String content);
/**
* 获取cancommitZSet的大小
* @param txKey
* @return
*/
public long sizeCancommitZSet(String txKey);
public boolean isCancommitZSetFull(String txKey);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy