DbTree dbMapTree = env.getDbMapTree();
TreeLocation location = new TreeLocation();
try {
/* Iterate over the target LNs and construct in- memory tree. */
while (reader.readNextEntry()) {
if (reader.isLN()) {
/* Get the txnId from the log entry. */
Long txnId = reader.getTxnId();