예제 #1
0
 @Override
 public Void processEntity(BatchAction batch, HTableInterface table) {
   batch.execute(table);
   return null;
 }