Class PreparedLogFile
java.lang.Object
com.swiftmq.impl.store.standard.xa.PreparedLog
com.swiftmq.impl.store.standard.xa.PreparedLogFile
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
add
(PrepareLogRecordImpl logRecord) void
boolean
get
(long address) getAll()
void
remove
(PrepareLogRecordImpl logRecord) void
sync()
toString()
Methods inherited from class com.swiftmq.impl.store.standard.xa.PreparedLog
getPreparedXids, getQueuesForXid
-
Constructor Details
-
PreparedLogFile
- Throws:
IOException
-
-
Method Details
-
add
- Specified by:
add
in classPreparedLog
- Throws:
IOException
-
get
- Specified by:
get
in classPreparedLog
- Throws:
IOException
-
getAll
- Specified by:
getAll
in classPreparedLog
- Throws:
IOException
-
remove
- Specified by:
remove
in classPreparedLog
- Throws:
IOException
-
backupRequired
public boolean backupRequired()- Specified by:
backupRequired
in classPreparedLog
-
backup
- Specified by:
backup
in classPreparedLog
- Throws:
Exception
-
sync
- Throws:
IOException
-
toString
-