protected class MessageDatabase.MessageStoreStatisticsMarshaller extends VariableMarshaller<MessageStoreStatistics>
| Modifier | Constructor and Description |
|---|---|
protected |
MessageStoreStatisticsMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
MessageStoreStatistics |
readPayload(DataInput dataIn)
Read the payload of the object from the DataInput stream.
|
void |
writePayload(MessageStoreStatistics object,
DataOutput dataOut)
Write the payload of the object to the DataOutput stream.
|
deepCopy, getFixedSize, isDeepCopySupportedprotected MessageStoreStatisticsMarshaller()
public void writePayload(MessageStoreStatistics object, DataOutput dataOut) throws IOException
MarshallerIOExceptionpublic MessageStoreStatistics readPayload(DataInput dataIn) throws IOException
MarshallerIOExceptionCopyright © 2005–2021 The Apache Software Foundation. All rights reserved.