com.sleepycat.je.recovery
Interface VLSNRecoveryProxy

All Known Implementing Classes:
VLSNRecoveryTracker

public interface VLSNRecoveryProxy

The VLSNRecoveryProxy is a handle for invoking VLSN tracking at recovery time.


Method Summary
 void trackMapping(long lsn, LogEntryHeader currentEntryHeader, LogEntry logEntry)
           
 

Method Detail

trackMapping

void trackMapping(long lsn,
                  LogEntryHeader currentEntryHeader,
                  LogEntry logEntry)


Copyright (c) 2004-2010 Oracle. All rights reserved.