Package org.apache.helix.manager.zk

Examples of org.apache.helix.manager.zk.ZKHelixDataAccessor.removeProperty()


        // System.out.println("remove current-state");
        LiveInstance liveInstance = accessor.getProperty(keyBuilder.liveInstance("localhost_12918"));
        accessor.removeProperty(keyBuilder.currentState("localhost_12918", liveInstance.getSessionId(), "TestDB0"));
        liveInstance = accessor.getProperty(keyBuilder.liveInstance("localhost_12919"));
        accessor.removeProperty(keyBuilder.currentState("localhost_12919", liveInstance.getSessionId(), "TestDB0"));

        // re-enable controller shall remove orphan external-view
        // System.out.println("re-enabling controller");
        admin.enableCluster(clusterName, true);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.