Class MessageDatabase.MessageStoreStatisticsMarshaller

java.lang.Object
org.apache.activemq.store.kahadb.disk.util.VariableMarshaller<org.apache.activemq.store.MessageStoreStatistics>
org.apache.activemq.store.kahadb.MessageDatabase.MessageStoreStatisticsMarshaller
All Implemented Interfaces:
Marshaller<org.apache.activemq.store.MessageStoreStatistics>
Enclosing class:
MessageDatabase

protected static class MessageDatabase.MessageStoreStatisticsMarshaller extends VariableMarshaller<org.apache.activemq.store.MessageStoreStatistics>
  • Constructor Details

    • MessageStoreStatisticsMarshaller

      protected MessageStoreStatisticsMarshaller()
  • Method Details

    • writePayload

      public void writePayload(org.apache.activemq.store.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 org.apache.activemq.store.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