
prerna.cluster.util.DBPublisherExample Maven / Gradle / Ivy
The newest version!
package prerna.cluster.util;
public class DBPublisherExample {
// public static void main(String [] args) throws Exception
// {
// ZKClient c = ZKClient.getInstance();
// //c.openZK();
// //c.init();
// //c.watch();
// c.publishNode();
// c.publishDB("123453");
// c.host = "1.1.1.1:2000";
// c.publishDB("1231aq");
// c.deleteDB("1231aq");
// System.out.println("Wait here.. ");
// c.waitHere();
// }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy