try {
locker = BasicLocker.createBasicLocker(env, false /*noWait*/);
cursor = new CursorImpl(fileSummaryDb, locker);
cursor.setAllowEviction(true);
if (cursor.positionFirstOrLast(true, null)) {
OperationStatus status = cursor.getCurrentAlreadyLatched
(key, data, LockType.NONE, true);
/* Iterate over all file summary lns. */