CollRedisMBean.java
414 Bytes
package com.sitech.ismp.coll.centercoll;
import java.util.HashMap;
import java.util.Vector;
/**
* Created with IntelliJ IDEA.
* User: Owen
* Date: 15-5-11
* Time: 下午1:53
* To change this template use File | Settings | File Templates.
*/
public interface CollRedisMBean {
/**
* 分布式缓存信息
* @param params
* @return
*/
public Vector getCluster(HashMap params);
}