• This project
    • Loading...
  • Sign in

guizhou-monitorV2.0.1 / agent · Files

Go to a project
11818 11818 11818 qq%e5%9b%be%e7%89%87 08 03 14 04 40

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • agent
  • ..
  • centercoll
  • CollRedisMBean.java
  • 贵州国税升级需求代码
    b6c5ae48
    by 王凤
    2017-04-10 12:06:14 +0800  
    Browse Files
CollRedisMBean.java 414 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
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);

}