Package org.apache.activemq.store.kahadb
Class MessageDatabase.MessageKeysMarshaller
java.lang.Object
org.apache.activemq.store.kahadb.disk.util.VariableMarshaller<org.apache.activemq.store.kahadb.MessageDatabase.MessageKeys>
org.apache.activemq.store.kahadb.MessageDatabase.MessageKeysMarshaller
- All Implemented Interfaces:
Marshaller<org.apache.activemq.store.kahadb.MessageDatabase.MessageKeys>
- Enclosing class:
- MessageDatabase
protected class MessageDatabase.MessageKeysMarshaller
extends VariableMarshaller<org.apache.activemq.store.kahadb.MessageDatabase.MessageKeys>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.activemq.store.kahadb.MessageDatabase.MessageKeysreadPayload(DataInput dataIn) Read the payload of the object from the DataInput stream.voidwritePayload(org.apache.activemq.store.kahadb.MessageDatabase.MessageKeys 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
-
MessageKeysMarshaller
protected MessageKeysMarshaller()
-
-
Method Details
-
readPayload
public org.apache.activemq.store.kahadb.MessageDatabase.MessageKeys readPayload(DataInput dataIn) throws IOException Description copied from interface:MarshallerRead the payload of the object from the DataInput stream.- Returns:
- unmarshalled object
- Throws:
IOException
-
writePayload
public void writePayload(org.apache.activemq.store.kahadb.MessageDatabase.MessageKeys object, DataOutput dataOut) throws IOException Description copied from interface:MarshallerWrite the payload of the object to the DataOutput stream.- Throws:
IOException
-