Uses of Class
org.activeio.journal.InvalidRecordLocationException

Packages that use InvalidRecordLocationException
org.activeio.journal Provides the API for storing and accessing record based binary data in sequential log files. 
org.activeio.journal.active The Active Journal is a high performance Journal implemenation which does not place limits on how big the data being logged can be. 
org.activeio.journal.howl A Journal implemenation using using a high performance transaction log implemented using Howl 
 

Uses of InvalidRecordLocationException in org.activeio.journal
 

Methods in org.activeio.journal that throw InvalidRecordLocationException
 Packet Journal.read(RecordLocation location)
          Reads a previously written record from the journal.
 void Journal.setMark(RecordLocation location, boolean sync)
          Informs the journal that all the journal space up to the location is no longer needed and can be reclaimed for reuse.
 RecordLocation Journal.getNextRecordLocation(RecordLocation location)
          Allows you to get the next RecordLocation after the location that is in the journal.
 

Uses of InvalidRecordLocationException in org.activeio.journal.active
 

Methods in org.activeio.journal.active that throw InvalidRecordLocationException
 void JournalImpl.setMark(RecordLocation l, boolean force)
           
 RecordLocation JournalImpl.getNextRecordLocation(RecordLocation lastLocation)
           
 Packet JournalImpl.read(RecordLocation l)
           
 Location LogFileManager.getNextDataRecordLocation(Location lastLocation)
           
 Packet LogFileManager.readPacket(Location location)
           
 

Uses of InvalidRecordLocationException in org.activeio.journal.howl
 

Methods in org.activeio.journal.howl that throw InvalidRecordLocationException
 void HowlJournal.setMark(RecordLocation recordLocator, boolean force)
           
 RecordLocation HowlJournal.getNextRecordLocation(RecordLocation lastLocation)
           
 Packet HowlJournal.read(RecordLocation location)
           
 



Copyright © -2007 The ActiveIO Project. All Rights Reserved.