@InterfaceAudience.LimitedPrivate(value="Coprocesssor") public class MemStoreSize extends Object
MemStoreSizing| Modifier and Type | Field and Description |
|---|---|
protected long |
dataSize
'dataSize' tracks the Cell's data bytes size alone (Key bytes, value bytes).
|
protected long |
heapSize
'heapSize' tracks all Cell's heap size occupancy.
|
| Constructor and Description |
|---|
MemStoreSize() |
MemStoreSize(long dataSize,
long heapSize) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getDataSize() |
long |
getHeapSize() |
int |
hashCode() |
boolean |
isEmpty() |
String |
toString() |
protected long dataSize
protected long heapSize
public MemStoreSize()
public MemStoreSize(long dataSize,
long heapSize)
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.