Package com.alibaba.otter.shared.arbitrate.impl.manage

Examples of com.alibaba.otter.shared.arbitrate.impl.manage.NodeSessionExpired


        }
        logger.info("INFO ## the nodeId = {}", nid);
        checkNidVaild(nid);
        arbitrateManageService.nodeEvent().init(Long.valueOf(nid));
        // 添加session expired处理
        NodeSessionExpired sessionExpired = new NodeSessionExpired();
        sessionExpired.setNodeEvent(arbitrateManageService.nodeEvent());
        ZooKeeperClient.registerNotification(sessionExpired);
    }
View Full Code Here

TOP

Related Classes of com.alibaba.otter.shared.arbitrate.impl.manage.NodeSessionExpired

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.