@Override
 public Void processEntity(BatchAction batch, HTableInterface table) {
   batch.execute(table);
   return null;
 }