public class RecordInfo extends Object
Modifier and Type | Field and Description |
---|---|
short |
compactCount
How many times this record was compacted (up to 7 times)
After the record has reached 7 times, it will always be 7
As we only store up to 0x7 binary, as part of the recordID (binary 111)
|
byte[] |
data |
long |
id |
boolean |
isUpdate |
byte |
userRecordType |
Constructor and Description |
---|
RecordInfo(long id,
byte userRecordType,
byte[] data,
boolean isUpdate,
short compactCount) |
public final short compactCount
public final long id
public final byte userRecordType
public final byte[] data
public boolean isUpdate
Copyright © 2018 JBoss by Red Hat. All rights reserved.