Package org.apache.cassandra.db.memtable
Class Memtable.MemoryUsage
java.lang.Object
org.apache.cassandra.db.memtable.Memtable.MemoryUsage
- Enclosing interface:
- Memtable
-
Field Summary
FieldsModifier and TypeFieldDescriptionfloatOff-heap memory as ratio to permitted memtable spacefloatOn-heap memory as ratio to permitted memtable spacelongOff-heap memory used in byteslongOn-heap memory used in bytes -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ownsOnHeap
public long ownsOnHeapOn-heap memory used in bytes -
ownsOffHeap
public long ownsOffHeapOff-heap memory used in bytes -
ownershipRatioOnHeap
public float ownershipRatioOnHeapOn-heap memory as ratio to permitted memtable space -
ownershipRatioOffHeap
public float ownershipRatioOffHeapOff-heap memory as ratio to permitted memtable space
-
-
Constructor Details
-
MemoryUsage
public MemoryUsage()
-
-
Method Details