Class HeapStatsUpdate


  • public class HeapStatsUpdate
    extends java.lang.Object
    If heap objects tracking has been started then backend may send update for one or more fragments
    • Constructor Summary

      Constructors 
      Constructor Description
      HeapStatsUpdate()  
    • Method Summary

      Modifier and Type Method Description
      java.util.List<java.lang.Integer> getStatsUpdate()
      An array of triplets.
      void setStatsUpdate​(java.util.List<java.lang.Integer> statsUpdate)
      An array of triplets.
      • Methods inherited from class java.lang.Object

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

      • HeapStatsUpdate

        public HeapStatsUpdate()
    • Method Detail

      • getStatsUpdate

        public java.util.List<java.lang.Integer> getStatsUpdate()
        An array of triplets. Each triplet describes a fragment. The first integer is the fragment index, the second integer is a total count of objects for the fragment, the third integer is a total size of the objects for the fragment.
      • setStatsUpdate

        public void setStatsUpdate​(java.util.List<java.lang.Integer> statsUpdate)
        An array of triplets. Each triplet describes a fragment. The first integer is the fragment index, the second integer is a total count of objects for the fragment, the third integer is a total size of the objects for the fragment.