useAllocationBlockPlaceholders =
env.useAllocationBlockPlaceholders();
freeObjectIds = new FreeObjectIds(useAllocationBlockPlaceholders);
removeUnusedAllocationPlaceholders(dbTxn);
done = true;
dbTxn.commit();
logger.log(Level.CONFIG,
"Created DataStoreImpl with properties:" +
"\n " + DIRECTORY_PROPERTY + "=" + specifiedDirectory +
"\n " + ENVIRONMENT_CLASS_PROPERTY + "=" +
env.getClass().getName());