/**
  * Closes all open connections to nodes.
  *
  * Proxies the call to cluster.
  */
 public function closeConnections()
 {
     $this->cluster->closeConnections();
 }