Class VirtMemory

  • All Implemented Interfaces:
    CounterData

    public class VirtMemory
    extends java.lang.Object
    implements CounterData
    • Field Summary

      Fields 
      Modifier and Type Field Description
      com.google.common.primitives.UnsignedLong maxMemory  
      com.google.common.primitives.UnsignedLong memory  
    • Constructor Summary

      Constructors 
      Constructor Description
      VirtMemory​(io.netty.buffer.ByteBuf buffer)  
    • Field Detail

      • memory

        public final com.google.common.primitives.UnsignedLong memory
      • maxMemory

        public final com.google.common.primitives.UnsignedLong maxMemory
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object