List of usage examples for org.apache.zookeeper.server ServerCnxnFactory ZOOKEEPER_SERVER_CNXN_FACTORY
String ZOOKEEPER_SERVER_CNXN_FACTORY
To view the source code for org.apache.zookeeper.server ServerCnxnFactory ZOOKEEPER_SERVER_CNXN_FACTORY.
Click Source Link
From source file:org.apache.curator.framework.recipes.leader.TestLeaderSelectorEdges.java
License:Apache License
@BeforeClass public static void setCNXFactory() { System.setProperty(ServerCnxnFactory.ZOOKEEPER_SERVER_CNXN_FACTORY, ChaosMonkeyCnxnFactory.class.getName()); }
From source file:org.apache.curator.framework.recipes.leader.TestLeaderSelectorEdges.java
License:Apache License
@AfterClass public static void resetCNXFactory() { System.clearProperty(ServerCnxnFactory.ZOOKEEPER_SERVER_CNXN_FACTORY); }