{
Object key = e.nextElement();
AutoincrementCounter aic =
(AutoincrementCounter)autoincrementCacheHashtable.get(key);
Long value = aic.getCurrentValue();
aic.flushToDisk(getTransactionExecute(), dd, tableUUID);
if (value != null)
{
autoincrementHT.put(key, value);
}
}