Class JVMMemoryInfoInfo


  • public final class JVMMemoryInfoInfo
    extends java.lang.Object
    Since:
    10.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<org.infinispan.commons.util.JVMMemoryInfoInfo.BufferPool> getBufferPools()  
      java.util.List<org.infinispan.commons.util.JVMMemoryInfoInfo.MemoryManager> getGc()  
      java.lang.management.MemoryUsage getHeap()  
      java.util.List<org.infinispan.commons.util.JVMMemoryInfoInfo.MemoryPool> getMemoryPools()  
      java.lang.management.MemoryUsage getNonHeap()  
      • Methods inherited from class java.lang.Object

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

      • JVMMemoryInfoInfo

        public JVMMemoryInfoInfo()
    • Method Detail

      • getGc

        public java.util.List<org.infinispan.commons.util.JVMMemoryInfoInfo.MemoryManager> getGc()
      • getMemoryPools

        public java.util.List<org.infinispan.commons.util.JVMMemoryInfoInfo.MemoryPool> getMemoryPools()
      • getBufferPools

        public java.util.List<org.infinispan.commons.util.JVMMemoryInfoInfo.BufferPool> getBufferPools()
      • getHeap

        public java.lang.management.MemoryUsage getHeap()
      • getNonHeap

        public java.lang.management.MemoryUsage getNonHeap()