@InterfaceAudience.Public public class RegionLoadStats extends Object
| 构造器和说明 |
|---|
RegionLoadStats(int memstoreLoad,
int heapOccupancy,
int compactionPressure) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCompactionPressure() |
int |
getHeapOccupancy() |
int |
getMemstoreLoad()
已过时。
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–2019 The Apache Software Foundation. All rights reserved.