Uses of Class
org.apache.hadoop.hbase.HRegionInfo
Package
Description
Provides HBase Client
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
-
Uses of HRegionInfo in org.apache.hadoop.hbase
Modifier and TypeFieldDescriptionstatic final HRegionInfo
HRegionInfo.FIRST_META_REGIONINFO
Deprecated.HRegionInfo for first meta regionModifier and TypeMethodDescriptionstatic HRegionInfo
HRegionInfo.convert
(org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.RegionInfo proto) Deprecated.As of release 2.0.0, this will be removed in HBase 3.0.0 Use toRegionInfo(HBaseProtos.RegionInfo) in org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil.HRegionLocation.getRegionInfo()
Deprecated.Since 2.0.0.static HRegionInfo
HRegionInfo.parseFrom
(byte[] bytes) Deprecated.As of release 2.0.0, this will be removed in HBase 3.0.0 UseRegionInfo.parseFrom(byte[])
.static HRegionInfo
HRegionInfo.parseFrom
(byte[] bytes, int offset, int len) Deprecated.As of release 2.0.0, this will be removed in HBase 3.0.0 UseRegionInfo.parseFrom(byte[], int, int)
.static HRegionInfo
HRegionInfo.parseFrom
(DataInputStream in) Deprecated.As of release 2.0.0, this will be removed in HBase 3.0.0 UseRegionInfo.parseFrom(DataInputStream)
.static HRegionInfo
HRegionInfo.parseFromOrNull
(byte[] bytes) Deprecated.As of release 2.0.0, this will be removed in HBase 3.0.0 UseRegionInfo.parseFromOrNull(byte[])
.static HRegionInfo
HRegionInfo.parseFromOrNull
(byte[] bytes, int offset, int len) Deprecated.As of release 2.0.0, this will be removed in HBase 3.0.0 UseRegionInfo.parseFromOrNull(byte[], int, int)
.Modifier and TypeMethodDescriptionstatic List<HRegionInfo>
HRegionInfo.parseDelimitedFrom
(byte[] bytes, int offset, int length) Deprecated.As of release 2.0.0, this will be removed in HBase 3.0.0 UseRegionInfo.parseDelimitedFrom(byte[], int, int)
.Modifier and TypeMethodDescriptionstatic boolean
HRegionInfo.areAdjacent
(HRegionInfo regionA, HRegionInfo regionB) Deprecated.As of release 2.0.0, this will be removed in HBase 3.0.0 UseRegionInfo.areAdjacent(RegionInfo, RegionInfo)
.static org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.RegionInfo
HRegionInfo.convert
(HRegionInfo info) Deprecated.As of release 2.0.0, this will be removed in HBase 3.0.0 Use toRegionInfo(org.apache.hadoop.hbase.client.RegionInfo) in org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil.static byte[]
HRegionInfo.getEndKeyForDisplay
(HRegionInfo hri, org.apache.hadoop.conf.Configuration conf) Deprecated.As of release 2.0.0, this will be removed in HBase 3.0.0 Use RegionInfoDisplay#getEndKeyForDisplay(RegionInfo, Configuration) over in hbase-server module.static String
HRegionInfo.getRegionNameAsStringForDisplay
(HRegionInfo hri, org.apache.hadoop.conf.Configuration conf) Deprecated.As of release 2.0.0, this will be removed in HBase 3.0.0 Use RegionInfoDisplay#getRegionNameAsStringForDisplay(RegionInfo, Configuration) over in hbase-server module.static byte[]
HRegionInfo.getRegionNameForDisplay
(HRegionInfo hri, org.apache.hadoop.conf.Configuration conf) Deprecated.As of release 2.0.0, this will be removed in HBase 3.0.0 Use RegionInfoDisplay#getRegionNameForDisplay(RegionInfo, Configuration) over in hbase-server module.static String
HRegionInfo.getShortNameToLog
(HRegionInfo... hris) Deprecated.As of release 2.0.0, this will be removed in HBase 3.0.0 UseRegionInfo.getShortNameToLog(RegionInfo...)
.static byte[]
HRegionInfo.getStartKeyForDisplay
(HRegionInfo hri, org.apache.hadoop.conf.Configuration conf) Deprecated.As of release 2.0.0, this will be removed in HBase 3.0.0 Use RegionInfoDisplay#getStartKeyForDisplay(RegionInfo, Configuration) over in hbase-server module.static byte[]
HRegionInfo.toDelimitedByteArray
(HRegionInfo... infos) Deprecated.As of release 2.0.0, this will be removed in HBase 3.0.0 UseRegionInfo.toDelimitedByteArray(RegionInfo...)
.Modifier and TypeMethodDescriptionstatic String
HRegionInfo.getShortNameToLog
(List<HRegionInfo> hris) Deprecated.As of release 2.0.0, this will be removed in HBase 3.0.0 UseRegionInfo.getShortNameToLog(List)
)}. -
Uses of HRegionInfo in org.apache.hadoop.hbase.client
Modifier and TypeClassDescriptionclass
Deprecated.(package private) class
Deprecated.As of release 2.0.0, this will be removed in HBase 3.0.0.Modifier and TypeFieldDescriptionprivate final Set<HRegionInfo>
SimpleRequestController.TaskCountChecker.regionsIncluded
Modifier and TypeMethodDescriptionMultiServerCallable.getHRegionInfo()
RegionServerCallable.getHRegionInfo()
Returns the HRegionInfo for the current regionScannerCallable.getHRegionInfo()
Returns the HRegionInfo for the current regionScannerCallableWithReplicas.getHRegionInfo()
Modifier and TypeMethodDescriptionAdmin.getOnlineRegions
(ServerName sn) Deprecated.As of release 2.0.0, this will be removed in HBase 3.0.0 (HBASE-17980).HBaseAdmin.getOnlineRegions
(ServerName sn) Deprecated.As of release 2.0.0, this will be removed in HBase 3.0.0 UseHBaseAdmin.getRegions(ServerName)
.Admin.getTableRegions
(TableName tableName) Deprecated.As of release 2.0.0, this will be removed in HBase 3.0.0 (HBASE-17980).HBaseAdmin.getTableRegions
(TableName tableName) Deprecated.As of release 2.0.0, this will be removed in HBase 3.0.0 UseHBaseAdmin.getRegions(TableName)
.Modifier and TypeMethodDescriptionvoid
Admin.closeRegion
(ServerName sn, HRegionInfo hri) Deprecated.As of release 2.0.0, this will be removed in HBase 3.0.0 (HBASE-18231).void
HBaseAdmin.closeRegion
(ServerName unused, HRegionInfo hri) Deprecated.ModifierConstructorDescription(package private)
Deprecated. -
Uses of HRegionInfo in org.apache.hadoop.hbase.mapred
ModifierConstructorDescriptionTableSnapshotRegionSplit
(HTableDescriptor htd, HRegionInfo regionInfo, List<String> locations, Scan scan, org.apache.hadoop.fs.Path restoreDir) -
Uses of HRegionInfo in org.apache.hadoop.hbase.mapreduce
Modifier and TypeFieldDescriptionprivate HRegionInfo
TableSnapshotInputFormatImpl.InputSplit.regionInfo
Modifier and TypeMethodDescriptionTableSnapshotInputFormat.TableSnapshotRegionSplit.getRegionInfo()
Deprecated.As of release 2.0.0, this will be removed in HBase 3.0.0 UseTableSnapshotInputFormat.TableSnapshotRegionSplit.getRegion()
TableSnapshotInputFormatImpl.InputSplit.getRegionInfo()
Modifier and TypeMethodDescriptionstatic List<HRegionInfo>
TableSnapshotInputFormatImpl.getRegionInfosFromManifest
(SnapshotManifest manifest) Modifier and TypeMethodDescriptionTableSnapshotInputFormatImpl.calculateLocationsForInputSplit
(org.apache.hadoop.conf.Configuration conf, TableDescriptor htd, HRegionInfo hri, org.apache.hadoop.fs.Path tableDir) Compute block locations for snapshot files (which will get the locations for referred hfiles) only when localityEnabled is true.Modifier and TypeMethodDescriptionTableSnapshotInputFormatImpl.getSplits
(Scan scan, SnapshotManifest manifest, List<HRegionInfo> regionManifests, org.apache.hadoop.fs.Path restoreDir, org.apache.hadoop.conf.Configuration conf) TableSnapshotInputFormatImpl.getSplits
(Scan scan, SnapshotManifest manifest, List<HRegionInfo> regionManifests, org.apache.hadoop.fs.Path restoreDir, org.apache.hadoop.conf.Configuration conf, RegionSplitter.SplitAlgorithm sa, int numSplits) ModifierConstructorDescriptionInputSplit
(TableDescriptor htd, HRegionInfo regionInfo, List<String> locations, Scan scan, org.apache.hadoop.fs.Path restoreDir) TableSnapshotRegionSplit
(HTableDescriptor htd, HRegionInfo regionInfo, List<String> locations, Scan scan, org.apache.hadoop.fs.Path restoreDir) -
Uses of HRegionInfo in org.apache.hadoop.hbase.thrift2.client
Modifier and TypeMethodDescriptionThriftAdmin.getOnlineRegions
(ServerName sn) ThriftAdmin.getTableRegions
(TableName tableName) -
Uses of HRegionInfo in org.apache.hadoop.hbase.util
Modifier and TypeClassDescriptionstatic class
Stores the regioninfo entries scanned from META