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 DatabaseException
- Throws:
DatabaseException
processDirtyDeletedLN
void processDirtyDeletedLN(long childLSN,
LN ln,
byte[] lnKey)
throws DatabaseException
- Throws:
DatabaseException
processDupCount
void processDupCount(long count)
Copyright 2004,2008 Oracle. All rights reserved.