Pool p=PoolManager.createFactory().addServer(host,port1.intValue()).addServer(host,port2.intValue()).setSubscriptionEnabled(true).setMinConnections(4).create(STR0); | Pool pool=PoolManager.createFactory().addServer(hostName,port1).addServer(hostName,port2).setSubscriptionEnabled(true).setMinConnections(4).create(uniqueName); | PoolManager.createFactory().addServer(host,port1.intValue()).addServer(host,port2.intValue()) | PoolManager.createFactory().addServer(hostName,port1).addServer(hostName,port2) | geode | 3968b947adca6e88b5edc3478d32b54432577941 | org.apache.geode.internal.cache.tier.sockets.Bug36457DUnitTest | | | | - org.apache.geode.cache.client.PoolManager
| | Uses | False |