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
-
public class StartLogRecord extends LogRecord
-
-
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 Constructor Description StartLogRecord(long magic)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getLogType()
void
readContent(java.io.DataInput in)
void
readContent(java.io.DataInput in, boolean includeMagic)
java.lang.String
toString()
void
writeContent(java.io.DataOutput out)
void
writeContent(java.io.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
-
-
-
-
Method Detail
-
getLogType
public int getLogType()
- Specified by:
getLogType
in classLogRecord
-
writeContent
public void writeContent(java.io.DataOutput out) throws java.io.IOException
- Overrides:
writeContent
in classLogRecord
- Throws:
java.io.IOException
-
readContent
public void readContent(java.io.DataInput in) throws java.io.IOException
- Overrides:
readContent
in classLogRecord
- Throws:
java.io.IOException
-
writeContent
public void writeContent(java.io.DataOutput out, boolean includeMagic) throws java.io.IOException
- Overrides:
writeContent
in classLogRecord
- Throws:
java.io.IOException
-
readContent
public void readContent(java.io.DataInput in, boolean includeMagic) throws java.io.IOException
- Overrides:
readContent
in classLogRecord
- Throws:
java.io.IOException
-
-