public static final class HeapMemoryManager.TunerResult extends Object
Modifier and Type | Field and Description |
---|---|
private float |
blockCacheSize |
private float |
memstoreSize |
private boolean |
needsTuning |
Constructor and Description |
---|
TunerResult(boolean needsTuning) |
Modifier and Type | Method and Description |
---|---|
float |
getBlockCacheSize() |
float |
getMemStoreSize() |
boolean |
needsTuning() |
void |
setBlockCacheSize(float blockCacheSize) |
void |
setMemStoreSize(float memstoreSize) |
private float memstoreSize
private float blockCacheSize
private final boolean needsTuning
public TunerResult(boolean needsTuning)
public float getMemStoreSize()
public void setMemStoreSize(float memstoreSize)
public float getBlockCacheSize()
public void setBlockCacheSize(float blockCacheSize)
public boolean needsTuning()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.