com.sleepycat.je.dbi
Interface SortedLSNTreeWalker.TreeNodeProcessor
- Enclosing class:
- SortedLSNTreeWalker
public static interface SortedLSNTreeWalker.TreeNodeProcessor
processLSN
void processLSN(long childLSN,
LogEntryType childType,
Node theNode,
byte[] lnKey)
throws FileNotFoundException,
DatabaseException
- Throws:
FileNotFoundException
DatabaseException
processDirtyDeletedLN
void processDirtyDeletedLN(long childLSN,
LN ln,
byte[] lnKey)
throws DatabaseException
- Throws:
DatabaseException
noteMemoryExceeded
void noteMemoryExceeded()
Copyright (c) 2004-2012 Oracle. All rights reserved.