com.sleepycat.je.log.entry
Interface INContainingEntry
- All Known Implementing Classes:
- BINDeltaLogEntry, INLogEntry
- public interface INContainingEntry
An INContainingEntry is a log entry that contains internal nodes.
getIN
public IN getIN(EnvironmentImpl env)
throws DatabaseException
- Returns:
- the IN held within this log entry.
- Throws:
DatabaseException
getDbId
public DatabaseId getDbId()
- Returns:
- the database id held within this log entry.
getLsnOfIN
public long getLsnOfIN(long lastReadLsn)
- Returns:
- the LSN that represents this IN.
Copyright 2004-2005 Sleepycat, Inc. All Rights Reserved.