Class StartLogRecord
java.lang.Object
com.swiftmq.impl.store.standard.log.LogOperation
com.swiftmq.impl.store.standard.log.LogRecord
com.swiftmq.impl.store.standard.log.StartLogRecord
-
Field Summary
Fields inherited from class com.swiftmq.impl.store.standard.log.LogOperation
OPER_CLOSE_LOG, OPER_INITIATE_SYNC, OPER_LOG_REC, OPER_SYNC_LOG
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
void
readContent
(DataInput in) void
readContent
(DataInput in, boolean includeMagic) toString()
void
writeContent
(DataOutput out) void
writeContent
(DataOutput out, boolean includeMagic) Methods inherited from class com.swiftmq.impl.store.standard.log.LogRecord
create, getCacheReleaseListener, getCallback, getJournal, getMagic, getMessagePageRefs, getSemaphore, getTxId, isComplete, setMagic
-
Constructor Details
-
StartLogRecord
public StartLogRecord(long magic)
-
-
Method Details
-
getLogType
public int getLogType()- Specified by:
getLogType
in classLogRecord
-
writeContent
- Overrides:
writeContent
in classLogRecord
- Throws:
IOException
-
readContent
- Overrides:
readContent
in classLogRecord
- Throws:
IOException
-
writeContent
- Overrides:
writeContent
in classLogRecord
- Throws:
IOException
-
readContent
- Overrides:
readContent
in classLogRecord
- Throws:
IOException
-
toString
-