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