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