Class MemoryUsageMessage


  • public class MemoryUsageMessage
    extends java.lang.Object
    A helper class to print memory usage message if needed.
    Author:
    Thomas Morgner
    • Constructor Summary

      Constructors 
      Constructor Description
      MemoryUsageMessage​(java.lang.String message)
      Creates a new message.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()
      Returns a string representation of the message (useful for debugging).
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MemoryUsageMessage

        public MemoryUsageMessage​(java.lang.String message)
        Creates a new message.
        Parameters:
        message - the message.
    • Method Detail

      • toString

        public java.lang.String toString()
        Returns a string representation of the message (useful for debugging).
        Overrides:
        toString in class java.lang.Object
        Returns:
        the string.