![JAR search and dependency download from the Maven repository](/logo.png)
com.cjy.fat.redis.ServiceReadyCommitListOperation 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 ServiceReadyCommitListOperation {
/**
* 将serviceSet的元素放入到readCommitList
*/
public void pushServiceSetToReadCommitList(String txKey);
/**
* 写入预备提交的阻塞队列
* @param txKey
* @param serviceName
*/
public void pushReadyCommitList(String txKey , String serviceName);
/**
* 争抢预备提交标识,阻塞队列。
* @param txKey
* @return
*/
public String popReadyCommitList(String txKey ,long waitMilliesSecond);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy