![JAR search and dependency download from the Maven repository](/logo.png)
com.cjy.fat.redis.GroupCanCommitListOperation 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;
public interface GroupCanCommitListOperation {
/**
* 将groupServiceSet的元素放入到groupCancommit
*/
public void pushGroupServiceSetToGroupCommitList(String txKey);
/**
* 获取事务分组协调器可提交标识
* @param rootTxKey
* @param waitMilliesSecond
* @return
*/
public String popGroupCancommit(String rootTxKey , long waitMilliesSecond) ;
/**
* 将当前txKey维护的serviceSet元素加入到groupCommitList
*/
public void pushServiceSetToGroupCommitList(String txKey , String rootTxKey);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy