@InterfaceAudience.Public public class RegionLoadStats extends Object
| 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()  | 
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.