public class UndoReader
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
DatabaseImpl |
db |
LN |
ln |
LNLogEntry |
logEntry |
Constructor and Description |
---|
UndoReader(EnvironmentImpl envImpl,
long undoLsn,
java.util.Map<DatabaseId,DatabaseImpl> undoDatabases) |
UndoReader(LNFileReader reader,
DbTree dbMapTree) |
public final LNLogEntry logEntry
public final LN ln
public final DatabaseImpl db
public UndoReader(EnvironmentImpl envImpl, long undoLsn, java.util.Map<DatabaseId,DatabaseImpl> undoDatabases)
public UndoReader(LNFileReader reader, DbTree dbMapTree)
Copyright (c) 2004-2012 Oracle. All rights reserved.