Package com.baidu.disconf.client.watch.inner

Examples of com.baidu.disconf.client.watch.inner.NodeWatcher


        // 新建
        String monitorPath = makeMonitorPath(disConfigTypeEnum,
                disConfCommonModel, keyName, value);

        // 进行监控
        NodeWatcher nodeWatcher = new NodeWatcher(disconfCoreMgr, monitorPath,
                keyName, disConfigTypeEnum, new DisconfSysUpdateCallback());
        nodeWatcher.monitorMaster();
    }
View Full Code Here


        // 新建
        String monitorPath = makeMonitorPath(disConfigTypeEnum,
                disConfCommonModel, keyName, value);

        // 进行监控
        NodeWatcher nodeWatcher = new NodeWatcher(disconfCoreMgr, monitorPath,
                keyName, disConfigTypeEnum, new DisconfSysUpdateCallback());
        nodeWatcher.monitorMaster();
    }
View Full Code Here

        // 新建一个代表自己的临时结点
        makeTempChildPath(monitorPath, value);

        // 进行监控
        NodeWatcher nodeWatcher = new NodeWatcher(monitorPath, keyName,
                disConfigTypeEnum, new DisconfSysUpdateCallback());
        nodeWatcher.monitorMaster();
    }
View Full Code Here

TOP

Related Classes of com.baidu.disconf.client.watch.inner.NodeWatcher

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.