Class GigaSpacesHeapSummary

java.lang.Object
com.gigaspaces.heap.space.GigaSpacesHeapSummary

public class GigaSpacesHeapSummary extends Object
  • Method Details

    • getTotalClasses

      public int getTotalClasses()
    • getTotalInstances

      public long getTotalInstances()
    • getTotalBytes

      public long getTotalBytes()
    • getLiveInstances

      public long getLiveInstances()
    • getLiveBytes

      public long getLiveBytes()
    • analyze

      public static GigaSpacesHeapSummary analyze(org.netbeans.lib.profiler.heap.Heap heap)
    • toString

      public String toString()
      Overrides:
      toString in class Object