Class Memtable.MemoryUsage

  • Enclosing interface:
    Memtable

    @NotThreadSafe
    public static class Memtable.MemoryUsage
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      MemoryUsage()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • ownsOnHeap

        public long ownsOnHeap
        On-heap memory used in bytes
      • ownsOffHeap

        public long ownsOffHeap
        Off-heap memory used in bytes
      • ownershipRatioOnHeap

        public float ownershipRatioOnHeap
        On-heap memory as ratio to permitted memtable space
      • ownershipRatioOffHeap

        public float ownershipRatioOffHeap
        Off-heap memory as ratio to permitted memtable space
    • Constructor Detail

      • MemoryUsage

        public MemoryUsage()
    • Method Detail

      • toString

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