org.tinygroup.remoteconfig.zk.client
类 BaseManager

java.lang.Object
  继承者 org.tinygroup.remoteconfig.zk.client.BaseManager
直接已知子类:
ZKDefaultEnvManager, ZKEnvManager, ZKManager, ZKModuleManager, ZKProductManager, ZKVersionManager

public class BaseManager
extends Object

作者:
Administrator

字段摘要
protected static RemoteConfig config
           
protected static org.tinygroup.logger.Logger LOGGER
           
protected static org.apache.zookeeper.ZooKeeper zooKeeper
           
 
构造方法摘要
BaseManager()
           
 
方法摘要
static void delete(String key, ConfigPath configPath)
           
static boolean exists(String key, ConfigPath configPath)
           
static RemoteConfig getConfig()
           
static void stop()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

LOGGER

protected static final org.tinygroup.logger.Logger LOGGER

zooKeeper

protected static org.apache.zookeeper.ZooKeeper zooKeeper

config

protected static RemoteConfig config
构造方法详细信息

BaseManager

public BaseManager()
方法详细信息

getConfig

public static RemoteConfig getConfig()

stop

public static void stop()

delete

public static void delete(String key,
                          ConfigPath configPath)

exists

public static boolean exists(String key,
                             ConfigPath configPath)


Copyright © 2006–2016 TinyGroup. All rights reserved.