Uses of Interface
org.apache.hadoop.hbase.regionserver.Region
Packages that use Region
Package
Description
Table of Contents
-
Uses of Region in org.apache.hadoop.hbase.coprocessor
Methods in org.apache.hadoop.hbase.coprocessor that return RegionModifier and TypeMethodDescriptionRegionCoprocessorEnvironment.getRegion()Returns the region associated with this coprocessorMethods in org.apache.hadoop.hbase.coprocessor with parameters of type RegionModifier and TypeMethodDescriptionprivate voidMultiRowMutationEndpoint.checkFamily(Region region, byte[] family) private booleanMultiRowMutationEndpoint.matches(Region region, org.apache.hadoop.hbase.protobuf.generated.ClientProtos.Condition condition) -
Uses of Region in org.apache.hadoop.hbase.quotas
Fields in org.apache.hadoop.hbase.quotas with type parameters of type RegionMethods in org.apache.hadoop.hbase.quotas that return types with arguments of type RegionModifier and TypeMethodDescriptionFileSystemUtilizationChore.getLeftoverRegions()Returns anIteratorover the Regions which were skipped last invocation of the chore.Methods in org.apache.hadoop.hbase.quotas with parameters of type RegionModifier and TypeMethodDescriptionprivate OperationQuotaRegionServerRpcQuotaManager.checkBatchQuota(Region region, int numWrites, int numReads) Check the quota for the current (rpc-context) user.RegionServerRpcQuotaManager.checkBatchQuota(Region region, List<org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.Action> actions, boolean hasCondition) Check the quota for the current (rpc-context) user.RegionServerRpcQuotaManager.checkBatchQuota(Region region, OperationQuota.OperationType type) Check the quota for the current (rpc-context) user.RegionServerRpcQuotaManager.checkScanQuota(Region region, org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.ScanRequest scanRequest, long maxScannerResultSize, long maxBlockBytesScanned, long prevBlockBytesScannedDifference) Check the quota for the current (rpc-context) user.(package private) longFileSystemUtilizationChore.computeSize(Region r) Computes total FileSystem size for the givenRegion.ActivePolicyEnforcement.getPolicyEnforcement(Region r) Returns the properSpaceViolationPolicyEnforcementimplementation for the given table.Method parameters in org.apache.hadoop.hbase.quotas with type arguments of type RegionModifier and TypeMethodDescription(package private) HashSet<RegionInfo>RegionSizeReportingChore.getOnlineRegionInfos(List<? extends Region> onlineRegions) (package private) voidFileSystemUtilizationChore.setLeftoverRegions(Iterator<Region> newLeftovers) Sets a new collection of Regions as leftovers. -
Uses of Region in org.apache.hadoop.hbase.regionserver
Classes in org.apache.hadoop.hbase.regionserver that implement RegionModifier and TypeClassDescriptionclassRegions store data for a certain region of a table.Fields in org.apache.hadoop.hbase.regionserver declared as RegionFields in org.apache.hadoop.hbase.regionserver with type parameters of type RegionModifier and TypeFieldDescriptionprotected final Map<Region,MemStoreFlusher.FlushRegionEntry> MemStoreFlusher.regionsInQueueMethods in org.apache.hadoop.hbase.regionserver that return RegionModifier and TypeMethodDescriptionReturnRegioninstance.RegionCoprocessorHost.RegionEnvironment.getRegion()Returns the regionstatic RegionHRegion.openHRegion(Region other, CancelableProgressable reporter) Methods in org.apache.hadoop.hbase.regionserver that return types with arguments of type RegionModifier and TypeMethodDescriptionOnlineRegions.getRegions()Get all online regions in this RS.OnlineRegions.getRegions(TableName tableName) Get all online regions of a table in this RS.Methods in org.apache.hadoop.hbase.regionserver with parameters of type RegionModifier and TypeMethodDescription(package private) CacheEvictionStatsHRegionServer.clearRegionBlockCache(Region region) voidFlushRequestListener.flushRequested(FlushType type, Region region) Callback which will get called when a flush request is made for a region.voidHeapMemoryManager.HeapMemoryTunerChore.flushRequested(FlushType type, Region region) private intMemStoreFlusher.getStoreFileCount(Region region) private booleanMemStoreFlusher.isTooManyStoreFiles(Region region) private voidMemStoreFlusher.notifyFlushRequest(Region region, boolean emergencyFlush) static RegionHRegion.openHRegion(Region other, CancelableProgressable reporter) private booleanMemStoreFlusher.refreshStoreFilesAndReclaimMemory(Region region) booleanCompactSplit.requestSplit(Region r) private voidCompactSplit.requestSplit(Region r, byte[] midKey) private voidCompactSplit.requestSplit(Region r, byte[] midKey, User user) Constructors in org.apache.hadoop.hbase.regionserver with parameters of type RegionModifierConstructorDescriptionRegionEnvironment(RegionCoprocessor impl, int priority, int seq, org.apache.hadoop.conf.Configuration conf, Region region, RegionServerServices services, ConcurrentMap<String, Object> sharedData) ConstructorRegionEnvironmentForCoreCoprocessors(RegionCoprocessor impl, int priority, int seq, org.apache.hadoop.conf.Configuration conf, Region region, RegionServerServices services, ConcurrentMap<String, Object> sharedData) (package private)SplitRequest(Region region, byte[] midKey, HRegionServer hrs, User user) -
Uses of Region in org.apache.hadoop.hbase.regionserver.throttle
Fields in org.apache.hadoop.hbase.regionserver.throttle declared as RegionConstructors in org.apache.hadoop.hbase.regionserver.throttle with parameters of type RegionModifierConstructorDescriptionStoreHotnessProtector(Region region, org.apache.hadoop.conf.Configuration conf) -
Uses of Region in org.apache.hadoop.hbase.security.access
Methods in org.apache.hadoop.hbase.security.access that return RegionModifier and TypeMethodDescriptionAccessController.getRegion()private RegionAccessController.getRegion(RegionCoprocessorEnvironment e) Methods in org.apache.hadoop.hbase.security.access with parameters of type RegionModifier and TypeMethodDescriptionprivate TableNameAccessController.getTableName(Region region) (package private) static booleanPermissionStorage.isAclRegion(Region region) Returnstrueif the given region is part of the_acl_metadata table.(package private) static Map<byte[],org.apache.hbase.thirdparty.com.google.common.collect.ListMultimap<String, UserPermission>> Loads all of the permission grants stored in a region of the_acl_table. -
Uses of Region in org.apache.hadoop.hbase.security.visibility
Fields in org.apache.hadoop.hbase.security.visibility declared as RegionMethods in org.apache.hadoop.hbase.security.visibility with parameters of type RegionModifier and TypeMethodDescriptionprotected voidDefaultVisibilityLabelServiceImpl.addSystemLabel(Region region, Map<String, Integer> labels, Map<String, List<Integer>> userAuths) static FilterVisibilityUtils.createVisibilityLabelFilter(Region region, Authorizations authorizations) -
Uses of Region in org.apache.hadoop.hbase.testing
Methods in org.apache.hadoop.hbase.testing that return types with arguments of type RegionModifier and TypeMethodDescriptionTestingHBaseCluster.getRegion(RegionInfo regionInfo) Get the server sideRegioninterface for the specific region.TestingHBaseClusterImpl.getRegion(RegionInfo regionInfo)