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
IN getIN(EnvironmentImpl env)
throws DatabaseException
- Returns:
- the IN held within this log entry.
- Throws:
DatabaseException
getDbId
DatabaseId getDbId()
- Returns:
- the database id held within this log entry.
getLsnOfIN
long getLsnOfIN(long lastReadLsn)
- Returns:
- the LSN that represents this IN.
Copyright 2004-2005 Sleepycat, Inc. All Rights Reserved.