Uses of Class
org.apache.hadoop.hbase.HRegionInfo
Packages that use 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
Fields in org.apache.hadoop.hbase declared as HRegionInfoModifier and TypeFieldDescriptionstatic final HRegionInfo
HRegionInfo.FIRST_META_REGIONINFO
Deprecated.HRegionInfo for first meta regionMethods in org.apache.hadoop.hbase that return HRegionInfoModifier 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)
.Methods in org.apache.hadoop.hbase that return types with arguments of type HRegionInfoModifier 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)
.Methods in org.apache.hadoop.hbase with parameters of type HRegionInfoModifier 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...)
.Method parameters in org.apache.hadoop.hbase with type arguments of type HRegionInfoModifier 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)
)}.Constructors in org.apache.hadoop.hbase with parameters of type HRegionInfo -
Uses of HRegionInfo in org.apache.hadoop.hbase.client
Subclasses of HRegionInfo in org.apache.hadoop.hbase.clientModifier and TypeClassDescriptionclass
Deprecated.(package private) class
Deprecated.As of release 2.0.0, this will be removed in HBase 3.0.0.Fields in org.apache.hadoop.hbase.client declared as HRegionInfoFields in org.apache.hadoop.hbase.client with type parameters of type HRegionInfoModifier and TypeFieldDescriptionprivate final Set<HRegionInfo>
SimpleRequestController.TaskCountChecker.regionsIncluded
Methods in org.apache.hadoop.hbase.client that return HRegionInfoModifier and TypeMethodDescriptionMultiServerCallable.getHRegionInfo()
RegionServerCallable.getHRegionInfo()
Returns the HRegionInfo for the current regionScannerCallable.getHRegionInfo()
Returns the HRegionInfo for the current regionScannerCallableWithReplicas.getHRegionInfo()
Methods in org.apache.hadoop.hbase.client that return types with arguments of type HRegionInfoModifier 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)
.Methods in org.apache.hadoop.hbase.client with parameters of type HRegionInfoModifier 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.Constructors in org.apache.hadoop.hbase.client with parameters of type HRegionInfoModifierConstructorDescription(package private)
Deprecated. -
Uses of HRegionInfo in org.apache.hadoop.hbase.mapred
Constructors in org.apache.hadoop.hbase.mapred with parameters of type HRegionInfoModifierConstructorDescriptionTableSnapshotRegionSplit
(HTableDescriptor htd, HRegionInfo regionInfo, List<String> locations, Scan scan, org.apache.hadoop.fs.Path restoreDir) -
Uses of HRegionInfo in org.apache.hadoop.hbase.mapreduce
Fields in org.apache.hadoop.hbase.mapreduce declared as HRegionInfoModifier and TypeFieldDescriptionprivate HRegionInfo
TableSnapshotInputFormatImpl.InputSplit.regionInfo
Methods in org.apache.hadoop.hbase.mapreduce that return HRegionInfoModifier 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()
Methods in org.apache.hadoop.hbase.mapreduce that return types with arguments of type HRegionInfoModifier and TypeMethodDescriptionstatic List<HRegionInfo>
TableSnapshotInputFormatImpl.getRegionInfosFromManifest
(SnapshotManifest manifest) Methods in org.apache.hadoop.hbase.mapreduce with parameters of type HRegionInfoModifier 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.Method parameters in org.apache.hadoop.hbase.mapreduce with type arguments of type HRegionInfoModifier 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) Constructors in org.apache.hadoop.hbase.mapreduce with parameters of type HRegionInfoModifierConstructorDescriptionInputSplit
(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
Methods in org.apache.hadoop.hbase.thrift2.client that return types with arguments of type HRegionInfoModifier and TypeMethodDescriptionThriftAdmin.getOnlineRegions
(ServerName sn) ThriftAdmin.getTableRegions
(TableName tableName) Methods in org.apache.hadoop.hbase.thrift2.client with parameters of type HRegionInfo -
Uses of HRegionInfo in org.apache.hadoop.hbase.util
Subclasses of HRegionInfo in org.apache.hadoop.hbase.utilModifier and TypeClassDescriptionstatic class
Stores the regioninfo entries scanned from META