org.tinygroup.remoteconfig.zk.client
类 ZKModuleManager

java.lang.Object
  继承者 org.tinygroup.remoteconfig.zk.client.BaseManager
      继承者 org.tinygroup.remoteconfig.zk.client.ZKModuleManager

public class ZKModuleManager
extends BaseManager


字段摘要
 
从类 org.tinygroup.remoteconfig.zk.client.BaseManager 继承的字段
config, LOGGER, zooKeeper
 
构造方法摘要
ZKModuleManager()
           
 
方法摘要
static Module get(String key, ConfigPath configPath)
           
static Map<String,Module> getAll(ConfigPath configPath)
           
static void set(String key, Module module, ConfigPath configPath)
           
 
从类 org.tinygroup.remoteconfig.zk.client.BaseManager 继承的方法
delete, exists, getConfig, stop
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ZKModuleManager

public ZKModuleManager()
方法详细信息

get

public static Module get(String key,
                         ConfigPath configPath)

getAll

public static Map<String,Module> getAll(ConfigPath configPath)

set

public static void set(String key,
                       Module module,
                       ConfigPath configPath)


Copyright © 2006–2016 TinyGroup. All rights reserved.