public void setTransactionBatchSize(int transactionBatchSize) {
   cfConfig.setTransactionBatchSize(transactionBatchSize);
   recreateCF();
 }