Uses of Class
org.apache.activeio.journal.InvalidRecordLocationException
Packages that use InvalidRecordLocationException
Package
Description
Provides the API for storing and accessing record based binary data in sequential log files.
The Active Journal is a high performance Journal implemenation which does not
place limits on how big the data being logged can be.
-
Uses of InvalidRecordLocationException in org.apache.activeio.journal
Methods in org.apache.activeio.journal that throw InvalidRecordLocationExceptionModifier and TypeMethodDescriptionJournal.getNextRecordLocation
(RecordLocation location) Allows you to get the next RecordLocation after thelocation
that is in the journal.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 thelocation
is no longer needed and can be reclaimed for reuse. -
Uses of InvalidRecordLocationException in org.apache.activeio.journal.active
Methods in org.apache.activeio.journal.active that throw InvalidRecordLocationExceptionModifier and TypeMethodDescriptionLogFileManager.getNextDataRecordLocation
(Location lastLocation) JournalImpl.getNextRecordLocation
(RecordLocation lastLocation) JournalImpl.read
(RecordLocation l) LogFileManager.readPacket
(Location location) void
JournalImpl.setMark
(RecordLocation l, boolean force)