Class MemoryPool


  • public class MemoryPool
    extends Object
    The Class MemoryPool.
    • Field Detail

      • name

        private String name
        The name.
      • init

        private long init
        The init.
      • max

        private long max
        The max.
      • used

        private long used
        The used.
      • committed

        private long committed
        The committed.
      • type

        private String type
        The type.
      • id

        private String id
        The id.
    • Constructor Detail

      • MemoryPool

        public MemoryPool()
    • Method Detail

      • getName

        public String getName()
        Gets the name.
        Returns:
        the name
      • setName

        public void setName​(String name)
        Sets the name.
        Parameters:
        name - the new name
      • getInit

        public long getInit()
        Gets the inits the.
        Returns:
        the inits the
      • setInit

        public void setInit​(long init)
        Sets the inits the.
        Parameters:
        init - the new inits the
      • getMax

        public long getMax()
        Gets the max.
        Returns:
        the max
      • setMax

        public void setMax​(long max)
        Sets the max.
        Parameters:
        max - the new max
      • getUsed

        public long getUsed()
        Gets the used.
        Returns:
        the used
      • setUsed

        public void setUsed​(long used)
        Sets the used.
        Parameters:
        used - the new used
      • getCommitted

        public long getCommitted()
        Gets the committed.
        Returns:
        the committed
      • setCommitted

        public void setCommitted​(long committed)
        Sets the committed.
        Parameters:
        committed - the new committed
      • getType

        public String getType()
        Gets the type.
        Returns:
        the type
      • setType

        public void setType​(String type)
        Sets the type.
        Parameters:
        type - the new type
      • getUsageScore

        public int getUsageScore()
        Gets the usage score.
        Returns:
        the usage score
      • getId

        public String getId()
        Gets the id.
        Returns:
        the id