@InterfaceAudience.Private public class RegionServicesForStores extends Object
| Constructor and Description |
|---|
RegionServicesForStores(HRegion region) |
| Modifier and Type | Method and Description |
|---|---|
void |
addMemStoreSize(MemStoreSize size) |
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(MemStoreSize size)
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.