try {
PreloadStats pstats = new PreloadStats();
CountProcessor callback = new CountProcessor(envImpl, pstats);
ExceptionPredicate excPredicate = new CountExceptionPredicate();
SortedLSNTreeWalker walker =
new SortedLSNTreeWalker(this, false /* setDbState */,
tree.getRootLsn(), callback, null,
excPredicate);
/* Don't descend down into the dup tree. Use the DupCountLN. */