Class LastSeenObjectId


  • public class LastSeenObjectId
    extends java.lang.Object
    If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event
    • Method Summary

      Modifier and Type Method Description
      java.lang.Integer getLastSeenObjectId()  
      java.lang.Double getTimestamp()  
      void setLastSeenObjectId​(java.lang.Integer lastSeenObjectId)  
      void setTimestamp​(java.lang.Double timestamp)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LastSeenObjectId

        public LastSeenObjectId()
    • Method Detail

      • getLastSeenObjectId

        public java.lang.Integer getLastSeenObjectId()
      • setLastSeenObjectId

        public void setLastSeenObjectId​(java.lang.Integer lastSeenObjectId)
      • getTimestamp

        public java.lang.Double getTimestamp()
      • setTimestamp

        public void setTimestamp​(java.lang.Double timestamp)