| Package | Description |
|---|---|
| org.apache.hadoop.hbase.regionserver |
| Modifier and Type | Method and Description |
|---|---|
MobFileCache |
HRegion.getMobFileCache() |
| Modifier and Type | Method and Description |
|---|---|
Optional<MobFileCache> |
RegionServerServices.getMobFileCache()
Returns The cache for mob files.
|
Optional<MobFileCache> |
HRegionServer.getMobFileCache()
May be null if this is a master which not carry table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HRegion.setMobFileCache(MobFileCache mobFileCache)
Only used for unit test which doesn't start region server.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.