@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() |
HRegionInfo |
getRegionInfo() |
WAL |
getWAL() |
void |
unblockUpdates() |
public RegionServicesForStores(HRegion region)
public void blockUpdates()
public void unblockUpdates()
public void addMemstoreSize(MemstoreSize size)
public HRegionInfo getRegionInfo()
public WAL getWAL()
public ThreadPoolExecutor getInMemoryCompactionPool()
public long getMemstoreFlushSize()
public int getNumStores()
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.