com.sleepycat.je.log.entry
Interface NodeLogEntry

All Superinterfaces:
Cloneable, LogEntry
All Known Implementing Classes:
DeletedDupLNLogEntry, INLogEntry, LNLogEntry

public interface NodeLogEntry
extends LogEntry

Implemented by all LogEntry classes that provide a node ID.


Method Summary
 long getNodeId()
          Returns the node ID.
 
Methods inherited from interface com.sleepycat.je.log.entry.LogEntry
clone, dumpEntry, getMainItem, getTransactionId, isTransactional, readEntry
 

Method Detail

getNodeId

long getNodeId()
Returns the node ID. This value is redundant with the main item (Node) of a log entry. It is returned separately so that it can be obtained when the entry's main item (Node) is not loaded. Partial loading is an optimization for recovery.



Copyright 2004-2005 Sleepycat, Inc. All Rights Reserved.