@InterfaceAudience.Private public class HeapMemoryManager extends Object
Modifier and Type | Field and Description |
---|---|
static int |
HBASE_RS_HEAP_MEMORY_TUNER_DEFAULT_PERIOD |
static String |
HBASE_RS_HEAP_MEMORY_TUNER_PERIOD |
Modifier and Type | Method and Description |
---|---|
static HeapMemoryManager |
create(Server server) |
float |
getHeapOccupancyPercent() |
void |
start() |
void |
stop() |
public static final String HBASE_RS_HEAP_MEMORY_TUNER_PERIOD
public static final int HBASE_RS_HEAP_MEMORY_TUNER_DEFAULT_PERIOD
public static HeapMemoryManager create(Server server)
public void start()
public void stop()
public float getHeapOccupancyPercent()
Copyright © 2015 The Apache Software Foundation. All rights reserved.