org.tinygroup.remoteconfig.zk.client
类 ZKManager

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

public class ZKManager
extends BaseManager


字段摘要
 
从类 org.tinygroup.remoteconfig.zk.client.BaseManager 继承的字段
config, LOGGER, zooKeeper
 
构造方法摘要
ZKManager()
           
 
方法摘要
static String get(String key, ConfigPath configPath)
           
static Map<String,String> getAll(ConfigPath configPath)
           
static void set(String key, String value, 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
 

构造方法详细信息

ZKManager

public ZKManager()
方法详细信息

get

public static String get(String key,
                         ConfigPath configPath)

getAll

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

set

public static void set(String key,
                       String value,
                       ConfigPath configPath)


Copyright © 2006–2016 TinyGroup. All rights reserved.