public void setConnectionTTL(long connectionTTL) {
   cfConfig.setConnectionTTL(connectionTTL);
   recreateCF();
 }