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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidreadContent(DataInput in) voidreadContent(DataInput in, boolean includeMagic) toString()voidwriteContent(DataOutput out) voidwriteContent(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:
getLogTypein classLogRecord
-
writeContent
- Overrides:
writeContentin classLogRecord- Throws:
IOException
-
readContent
- Overrides:
readContentin classLogRecord- Throws:
IOException
-
writeContent
- Overrides:
writeContentin classLogRecord- Throws:
IOException
-
readContent
- Overrides:
readContentin classLogRecord- Throws:
IOException
-
toString
-