Class NonThreadSafeMemStoreSizing

java.lang.Object
org.apache.hadoop.hbase.regionserver.NonThreadSafeMemStoreSizing
All Implemented Interfaces:
MemStoreSizing

@Private class NonThreadSafeMemStoreSizing extends Object implements MemStoreSizing
Accounting of current heap and data sizes. NOT THREAD SAFE. Use in a 'local' context only where just a single-thread is updating. No concurrency! Used, for example, when summing all Cells in a single batch where result is then applied to the Store.
See Also: