public abstract class JournalInternalRecord extends Object implements EncodingSupport
| Modifier and Type | Field and Description |
|---|---|
protected byte |
compactCount |
protected int |
fileID |
| Constructor and Description |
|---|
JournalInternalRecord() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(HornetQBuffer buffer) |
short |
getCompactCount() |
abstract int |
getEncodeSize() |
int |
getFileID() |
int |
getNumberOfRecords() |
void |
setCompactCount(short compactCount) |
void |
setFileID(int fileID) |
void |
setNumberOfRecords(int records) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitencodepublic int getFileID()
public void setFileID(int fileID)
public void decode(HornetQBuffer buffer)
decode in interface EncodingSupportpublic void setNumberOfRecords(int records)
public int getNumberOfRecords()
public short getCompactCount()
public void setCompactCount(short compactCount)
public abstract int getEncodeSize()
getEncodeSize in interface EncodingSupportCopyright © 2013 JBoss, a division of Red Hat. All rights reserved.