com.sleepycat.je.dbi
Interface SortedLSNTreeWalker.TreeNodeProcessor

Enclosing class:
SortedLSNTreeWalker

public static interface SortedLSNTreeWalker.TreeNodeProcessor


Method Summary
 void processDirtyDeletedLN(long childLSN, LN ln, byte[] lnKey)
           
 void processDupCount(long count)
           
 void processLSN(long childLSN, LogEntryType childType, Node theNode, byte[] lnKey)
           
 

Method Detail

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.