Package | Description |
---|---|
org.apache.hadoop.hbase.coprocessor |
Table of Contents
|
org.apache.hadoop.hbase.quotas | |
org.apache.hadoop.hbase.regionserver | |
org.apache.hadoop.hbase.regionserver.throttle | |
org.apache.hadoop.hbase.security.access | |
org.apache.hadoop.hbase.security.visibility |
Modifier and Type | Method and Description |
---|---|
Region |
RegionCoprocessorEnvironment.getRegion() |
Modifier and Type | Method and Description |
---|---|
OperationQuota |
RegionServerRpcQuotaManager.checkQuota(Region region,
List<ClientProtos.Action> actions)
Check the quota for the current (rpc-context) user.
|
OperationQuota |
RegionServerRpcQuotaManager.checkQuota(Region region,
OperationQuota.OperationType type)
Check the quota for the current (rpc-context) user.
|
SpaceViolationPolicyEnforcement |
ActivePolicyEnforcement.getPolicyEnforcement(Region r)
Returns the proper
SpaceViolationPolicyEnforcement implementation for the given table. |
Modifier and Type | Class and Description |
---|---|
class |
HRegion
Regions store data for a certain region of a table.
|
Modifier and Type | Method and Description |
---|---|
Region |
OnlineRegions.getRegion(String encodedRegionName)
Return
Region instance. |
static Region |
HRegion.openHRegion(Region other,
CancelableProgressable reporter) |
Modifier and Type | Method and Description |
---|---|
List<? extends Region> |
OnlineRegions.getRegions()
Get all online regions in this RS.
|
List<? extends Region> |
OnlineRegions.getRegions(TableName tableName)
Get all online regions of a table in this RS.
|
Modifier and Type | Method and Description |
---|---|
CacheEvictionStats |
HRegionServer.clearRegionBlockCache(Region region) |
void |
FlushRequestListener.flushRequested(org.apache.hadoop.hbase.regionserver.FlushType type,
Region region)
Callback which will get called when a flush request is made for a region.
|
static Region |
HRegion.openHRegion(Region other,
CancelableProgressable reporter) |
boolean |
CompactSplit.requestSplit(Region r) |
void |
CompactSplit.requestSplit(Region r,
byte[] midKey) |
void |
CompactSplit.requestSplit(Region r,
byte[] midKey,
User user) |
Constructor and Description |
---|
StoreHotnessProtector(Region region,
org.apache.hadoop.conf.Configuration conf) |
Modifier and Type | Method and Description |
---|---|
Region |
AccessController.getRegion() |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultVisibilityLabelServiceImpl.addSystemLabel(Region region,
Map<String,Integer> labels,
Map<String,List<Integer>> userAuths) |
static Filter |
VisibilityUtils.createVisibilityLabelFilter(Region region,
Authorizations authorizations) |
Copyright © 2007–2019 Cloudera. All rights reserved.