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.
    • Constructor Summary

      Constructors 
      Constructor Description
      LastSeenObjectId​(java.lang.Integer lastSeenObjectId, java.lang.Number timestamp)  
    • Constructor Detail

      • LastSeenObjectId

        public LastSeenObjectId​(java.lang.Integer lastSeenObjectId,
                                java.lang.Number timestamp)
    • Method Detail

      • getLastSeenObjectId

        public java.lang.Integer getLastSeenObjectId()
      • getTimestamp

        public java.lang.Number getTimestamp()