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 -
Method Summary
Modifier and TypeMethodDescriptionreadPayload(DataInput dataIn) Read the payload of the object from the DataInput stream.voidwritePayload(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
-
Constructor Details
-
MessageStoreStatisticsMarshaller
protected MessageStoreStatisticsMarshaller()
-
-
Method Details
-
writePayload
Description copied from interface:MarshallerWrite the payload of the object to the DataOutput stream.- Throws:
IOException
-
readPayload
Description copied from interface:MarshallerRead the payload of the object from the DataInput stream.- Returns:
- unmarshalled object
- Throws:
IOException
-