Format of data for writing (48 byte header) is specified as follows:
1. Record Magic # (int, 0-3)
2. Record Type (int, 4-7)
3. Record Body Size (int, 8-11)
4. Timestamp (long, 12-19)
5. Record Sequence Number (long, 20-28)
6. Check Point Sequence (long, 29-36)
7. Record Body Check Sum (long, 37-44)
8. Record Header Reserve (int, 45-48)
9. Record body data (byte[], size defined in #3 above)
@see TransactionLogWriter
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|