@InterfaceAudience.Private public class RegionServicesForStores extends Object
| Constructor and Description |
|---|
RegionServicesForStores(HRegion region) |
| Modifier and Type | Method and Description |
|---|---|
void |
addMemStoreSize(long dataSizeDelta,
long heapSizeDelta,
long offHeapSizeDelta) |
void |
blockUpdates() |
ThreadPoolExecutor |
getInMemoryCompactionPool() |
long |
getMemStoreFlushSize() |
int |
getNumStores() |
RegionInfo |
getRegionInfo() |
WAL |
getWAL() |
void |
unblockUpdates() |
public RegionServicesForStores(HRegion region)
public void blockUpdates()
public void unblockUpdates()
public void addMemStoreSize(long dataSizeDelta,
long heapSizeDelta,
long offHeapSizeDelta)
public RegionInfo getRegionInfo()
public WAL getWAL()
public ThreadPoolExecutor getInMemoryCompactionPool()
public long getMemStoreFlushSize()
public int getNumStores()
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.