@NotThreadSafe
public static class Memtable.MemoryUsage
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
float |
ownershipRatioOffHeap
Off-heap memory as ratio to permitted memtable space
|
float |
ownershipRatioOnHeap
On-heap memory as ratio to permitted memtable space
|
long |
ownsOffHeap
Off-heap memory used in bytes
|
long |
ownsOnHeap
On-heap memory used in bytes
|
Constructor and Description |
---|
MemoryUsage() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public long ownsOnHeap
public long ownsOffHeap
public float ownershipRatioOnHeap
public float ownershipRatioOffHeap
Copyright © 2009- The Apache Software Foundation