protected void updateObjectViaPutAll(Region aRegion) {
   super.updateObjectViaPutAll(aRegion);
   // We cannot check counters until commit time with tx
   if (!useTransactions) {
     checkEventCounters();
   }
 }