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

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

package com.cjy.fat.redis;

public interface GroupServiceSetOperation {
	
	void addLocalServiceSetToGroupServiceSet(String localTxKey , String rootKey);
	
	void addToGroupServiceSet(String rootTxKey , String serviceId);
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy