org.tinygroup.remoteconfig.zk.client
类 ZKProductManager

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

public class ZKProductManager
extends BaseManager


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

构造方法详细信息

ZKProductManager

public ZKProductManager()
方法详细信息

get

public static Product get(String key,
                          ConfigPath configPath)

getAll

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

set

public static void set(String key,
                       Product product,
                       ConfigPath configPath)


Copyright © 2006–2016 TinyGroup. All rights reserved.