@SuppressWarnings("unchecked")
 @Override
 public Iterable<ServerInfo> listNodes() {
   return (Iterable<ServerInfo>) client.listServerInfo();
 }