Uses of Class
org.apache.hadoop.hbase.master.RegionState
Packages that use RegionState
Package
Description
Provides HBase Client
The Region Normalizer subsystem is responsible for coaxing all the regions in a table toward
a "normal" size, according to their storefile size.
-
Uses of RegionState in org.apache.hadoop.hbase
Fields in org.apache.hadoop.hbase with type parameters of type RegionStateModifier and TypeFieldDescriptionprivate final List<RegionState>ClusterMetricsBuilder.ClusterMetricsImpl.regionsInTransitionprivate List<RegionState>ClusterMetricsBuilder.regionsInTransitionMethods in org.apache.hadoop.hbase that return types with arguments of type RegionStateModifier and TypeMethodDescriptionClusterMetrics.getRegionStatesInTransition()ClusterMetricsBuilder.ClusterMetricsImpl.getRegionStatesInTransition()ClusterStatus.getRegionStatesInTransition()Deprecated.Methods in org.apache.hadoop.hbase with parameters of type RegionStateModifier and TypeMethodDescriptionstatic StringHRegionInfo.getDescriptiveNameFromRegionStateForDisplay(RegionState state, org.apache.hadoop.conf.Configuration conf) Deprecated.As of release 2.0.0, this will be removed in HBase 3.0.0 Use RegionInfoDisplay#getDescriptiveNameFromRegionStateForDisplay(RegionState, Configuration) over in hbase-server module.Method parameters in org.apache.hadoop.hbase with type arguments of type RegionStateModifier and TypeMethodDescriptionClusterMetricsBuilder.setRegionsInTransition(List<RegionState> value) Constructor parameters in org.apache.hadoop.hbase with type arguments of type RegionStateModifierConstructorDescriptionClusterStatus(String hbaseVersion, String clusterid, Map<ServerName, ServerLoad> servers, Collection<ServerName> deadServers, ServerName master, Collection<ServerName> backupMasters, List<RegionState> rit, String[] masterCoprocessors, Boolean balancerOn, int masterInfoPort) Deprecated.As of release 2.0.0, this will be removed in HBase 3.0.0 -
Uses of RegionState in org.apache.hadoop.hbase.client
Methods in org.apache.hadoop.hbase.client with parameters of type RegionStateModifier and TypeMethodDescriptionstatic StringRegionInfoDisplay.getDescriptiveNameFromRegionStateForDisplay(RegionState state, org.apache.hadoop.conf.Configuration conf) Get the descriptive name asRegionStatedoes it but with hidden startkey optionally -
Uses of RegionState in org.apache.hadoop.hbase.master
Methods in org.apache.hadoop.hbase.master that return RegionStateModifier and TypeMethodDescriptionstatic RegionStateRegionState.convert(org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.RegionState proto) Convert a protobuf HBaseProtos.RegionState to a RegionStatestatic RegionStateRegionState.createForTesting(RegionInfo region, RegionState.State state) -
Uses of RegionState in org.apache.hadoop.hbase.master.assignment
Fields in org.apache.hadoop.hbase.master.assignment with type parameters of type RegionStateModifier and TypeFieldDescriptionprivate HashMap<String,RegionState> AssignmentManager.RegionInTransitionStat.ritsOverThresholdMethods in org.apache.hadoop.hbase.master.assignment that return RegionStateModifier and TypeMethodDescriptionRegionStates.getRegionState(String encodedRegionName) RegionStates.getRegionState(RegionInfo regionInfo) RegionStates.getRegionTransitionState(RegionInfo hri) RegionStateNode.toRegionState()Methods in org.apache.hadoop.hbase.master.assignment that return types with arguments of type RegionStateModifier and TypeMethodDescriptionRegionStates.getRegionFailedOpen()AssignmentManager.RegionInTransitionStat.getRegionOverThreshold()RegionStates.getRegionsInTransitionOrderedByTimestamp()RegionStates.getRegionsStateInTransition()RegionStates.getRegionStates()Returns A snapshot of region state nodes for all the regions.(package private) ArrayList<RegionState>RegionStates.getTableRegionStates(TableName tableName) Methods in org.apache.hadoop.hbase.master.assignment with parameters of type RegionStateModifier and TypeMethodDescriptionintRegionStates.RegionStateStampComparator.compare(RegionState l, RegionState r) private booleanMergeTableRegionsProcedure.isMergeable(MasterProcedureEnv env, RegionState rs) Method parameters in org.apache.hadoop.hbase.master.assignment with type arguments of type RegionStateModifier and TypeMethodDescriptionprivate voidAssignmentManager.RegionInTransitionStat.update(Collection<RegionState> regions, long currentTime) -
Uses of RegionState in org.apache.hadoop.hbase.master.normalizer
Methods in org.apache.hadoop.hbase.master.normalizer with parameters of type RegionStateModifier and TypeMethodDescriptionprivate static booleanSimpleRegionNormalizer.skipForSplit(RegionState state, RegionInfo regionInfo) Determine if a region inRegionStateshould be considered for a split operation. -
Uses of RegionState in org.apache.hadoop.hbase.rsgroup
Methods in org.apache.hadoop.hbase.rsgroup that return types with arguments of type RegionStateModifier and TypeMethodDescriptionprivate Map<String,RegionState> RSGroupAdminServer.rsGroupGetRegionsInTransition(String groupName) -
Uses of RegionState in org.apache.hadoop.hbase.zookeeper
Methods in org.apache.hadoop.hbase.zookeeper that return RegionStateModifier and TypeMethodDescriptionstatic RegionStateMetaTableLocator.getMetaRegionState(ZKWatcher zkw) Load the meta region state from the meta server ZNode.static RegionStateMetaTableLocator.getMetaRegionState(ZKWatcher zkw, int replicaId) Load the meta region state from the meta region server ZNode.