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.regionsInTransition
private List<RegionState>
ClusterMetricsBuilder.regionsInTransition
Methods in org.apache.hadoop.hbase that return types with arguments of type RegionStateModifier and TypeMethodDescriptionClusterMetrics.getRegionStatesInTransition()
ClusterMetricsBuilder.ClusterMetricsImpl.getRegionStatesInTransition()
Method parameters in org.apache.hadoop.hbase with type arguments of type RegionStateModifier and TypeMethodDescriptionClusterMetricsBuilder.setRegionsInTransition
(List<RegionState> value) -
Uses of RegionState in org.apache.hadoop.hbase.client
Methods in org.apache.hadoop.hbase.client with parameters of type RegionStateModifier and TypeMethodDescriptionstatic String
RegionInfoDisplay.getDescriptiveNameFromRegionStateForDisplay
(RegionState state, org.apache.hadoop.conf.Configuration conf) Get the descriptive name asRegionState
does 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 RegionState
RegionState.convert
(org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.RegionState proto) Convert a protobuf HBaseProtos.RegionState to a RegionStatestatic RegionState
RegionState.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.ritsOverThreshold
Methods 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 TypeMethodDescriptionint
RegionStates.RegionStateStampComparator.compare
(RegionState l, RegionState r) private boolean
MergeTableRegionsProcedure.isMergeable
(MasterProcedureEnv env, RegionState rs) Method parameters in org.apache.hadoop.hbase.master.assignment with type arguments of type RegionStateModifier and TypeMethodDescriptionprivate void
AssignmentManager.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 boolean
SimpleRegionNormalizer.skipForSplit
(RegionState state, RegionInfo regionInfo) Determine if a region inRegionState
should 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> RSGroupInfoManagerImpl.rsGroupGetRegionsInTransition
(String groupName) -
Uses of RegionState in org.apache.hadoop.hbase.zookeeper
Methods in org.apache.hadoop.hbase.zookeeper that return RegionStateModifier and TypeMethodDescriptionstatic RegionState
MetaTableLocator.getMetaRegionState
(ZKWatcher zkw) Load the meta region state from the meta server ZNode.static RegionState
MetaTableLocator.getMetaRegionState
(ZKWatcher zkw, int replicaId) Load the meta region state from the meta region server ZNode.