Class ServerLimit


  • public class ServerLimit
    extends Object
    Detailed information about an OpenVZ server's limits
    See Also:
    • Constructor Detail

      • ServerLimit

        @ConstructorProperties({"held","maxHeld","barrier","limit","failCount"})
        protected ServerLimit​(long held,
                              long maxHeld,
                              long barrier,
                              long limit,
                              long failCount)
    • Method Detail

      • getHeld

        public long getHeld()
      • getMaxHeld

        public long getMaxHeld()
      • getBarrier

        public long getBarrier()
      • getLimit

        public long getLimit()
      • getFailCount

        public long getFailCount()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • string

        protected com.google.common.base.MoreObjects.ToStringHelper string()