/* (non-Javadoc)
  * @see com.basho.riak.client.raw.RawClient#ping()
  */
 public void ping() throws IOException {
   client.ping();
 }