@Override
 public void set(Bytes row, Column col, Bytes value) throws AlreadySetException {
   tx.set(row, col, value);
 }