Exemplo n.º 1
0
 @Override
 public long incrementColumnValue(
     byte[] row, byte[] family, byte[] qualifier, long amount, boolean writeToWAL)
     throws IOException {
   return table.incrementColumnValue(row, family, qualifier, amount, writeToWAL);
 }