org.apache.activeio.journal.active
Class RecordInfo

java.lang.Object
  extended by org.apache.activeio.journal.active.RecordInfo

public final class RecordInfo
extends java.lang.Object

Version:
$Revision: 1.1 $

Constructor Summary
RecordInfo(Location location, Record header, org.apache.activeio.journal.active.LogFileNode logFileState, LogFile logFile)
           
 
Method Summary
 int getDataOffset()
           
 Record getHeader()
           
 Location getLocation()
           
 LogFile getLogFile()
           
 org.apache.activeio.journal.active.LogFileNode getLogFileState()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecordInfo

public RecordInfo(Location location,
                  Record header,
                  org.apache.activeio.journal.active.LogFileNode logFileState,
                  LogFile logFile)
Method Detail

getHeader

public Record getHeader()

getLocation

public Location getLocation()

getLogFileState

public org.apache.activeio.journal.active.LogFileNode getLogFileState()

getLogFile

public LogFile getLogFile()

getDataOffset

public int getDataOffset()


Copyright © 2005-2011. All Rights Reserved.