}
Map<SocketAddress, Set<Integer>> servers2Hash =
new LinkedHashMap<SocketAddress, Set<Integer>>();
ConsistentHash ch = null;
if (hashFunctionVersion != 0)
ch = transport.getTransportFactory().getConsistentHashFactory()
.newConsistentHash(hashFunctionVersion);
else
localLog.trace("Not using a consistent hash function (hash function version == 0)");