storage.deletePendingPageCounter(tx.getID(), pendingInfo.getA());
// To apply the increment of the value just being cleaned
increment(tx, valueCleaned.get());
tx.addOperation(new TransactionOperationAbstract()
{
@Override
public void afterCommit(Transaction tx)
{
pendingValue.addAndGet(-valueCleaned.get());