@InterfaceAudience.Public public class RegionLoadStats extends Object
Modifier and Type | Field and Description |
---|---|
(package private) int |
compactionPressure |
(package private) int |
heapOccupancy |
(package private) int |
memstoreLoad |
Constructor and Description |
---|
RegionLoadStats(int memstoreLoad,
int heapOccupancy,
int compactionPressure) |
Modifier and Type | Method and Description |
---|---|
int |
getCompactionPressure() |
int |
getHeapOccupancy() |
int |
getMemstoreLoad()
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0.
Use
getMemStoreLoad() instead |
int |
getMemStoreLoad() |
int memstoreLoad
int heapOccupancy
int compactionPressure
public RegionLoadStats(int memstoreLoad, int heapOccupancy, int compactionPressure)
@Deprecated public int getMemstoreLoad()
getMemStoreLoad()
insteadpublic int getMemStoreLoad()
public int getHeapOccupancy()
public int getCompactionPressure()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.