Package org.apache.activemq.store.kahadb
Class MessageDatabase.MessageStoreStatisticsMarshaller
- java.lang.Object
-
- org.apache.activemq.store.kahadb.disk.util.VariableMarshaller<MessageStoreStatistics>
-
- org.apache.activemq.store.kahadb.MessageDatabase.MessageStoreStatisticsMarshaller
-
- All Implemented Interfaces:
Marshaller<MessageStoreStatistics>
- Enclosing class:
- MessageDatabase
protected class MessageDatabase.MessageStoreStatisticsMarshaller extends VariableMarshaller<MessageStoreStatistics>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
MessageStoreStatisticsMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class org.apache.activemq.store.kahadb.disk.util.VariableMarshaller
deepCopy, getFixedSize, isDeepCopySupported
-
-
-
-
Method Detail
-
writePayload
public void writePayload(MessageStoreStatistics object, DataOutput dataOut) throws IOException
Description copied from interface:Marshaller
Write the payload of the object to the DataOutput stream.- Throws:
IOException
-
readPayload
public MessageStoreStatistics readPayload(DataInput dataIn) throws IOException
Description copied from interface:Marshaller
Read the payload of the object from the DataInput stream.- Returns:
- unmarshalled object
- Throws:
IOException
-
-