Uses of Interface
org.apache.hadoop.hbase.client.RegionLocator
Packages that use RegionLocator
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.
Provides an HBase Thrift
service.
-
Uses of RegionLocator in org.apache.hadoop.hbase
Fields in org.apache.hadoop.hbase declared as RegionLocatorModifier and TypeFieldDescriptionprivate RegionLocator
PerformanceEvaluation.MetaRandomReadTest.regionLocator
Methods in org.apache.hadoop.hbase with parameters of type RegionLocatorModifier and TypeMethodDescriptionvoid
HBaseTestingUtility.unassignRegionByRow
(byte[] row, RegionLocator table) Deprecated.Closes the region containing the given row.void
HBaseTestingUtility.unassignRegionByRow
(String row, RegionLocator table) Deprecated.Closes the region containing the given row. -
Uses of RegionLocator in org.apache.hadoop.hbase.backup.mapreduce
Methods in org.apache.hadoop.hbase.backup.mapreduce that return RegionLocatorModifier and TypeMethodDescriptionprivate static RegionLocator
MapReduceHFileSplitterJob.getRegionLocator
(org.apache.hadoop.conf.Configuration conf, Connection conn, TableName table) -
Uses of RegionLocator in org.apache.hadoop.hbase.client
Classes in org.apache.hadoop.hbase.client that implement RegionLocatorModifier and TypeClassDescription(package private) class
TheRegionLocator
implementation based onAsyncTableRegionLocator
.Methods in org.apache.hadoop.hbase.client that return RegionLocatorModifier and TypeMethodDescriptionConnection.getRegionLocator
(TableName tableName) Retrieve a RegionLocator implementation to inspect region information on a table.ConnectionOverAsyncConnection.getRegionLocator
(TableName tableName) SharedConnection.getRegionLocator
(TableName tableName) Table.getRegionLocator()
Gets theRegionLocator
for this table.TableOverAsyncTable.getRegionLocator()
-
Uses of RegionLocator in org.apache.hadoop.hbase.mapred
Fields in org.apache.hadoop.hbase.mapred declared as RegionLocatorModifier and TypeFieldDescriptionprivate RegionLocator
HRegionPartitioner.locator
private RegionLocator
TableInputFormatBase.regionLocator
-
Uses of RegionLocator in org.apache.hadoop.hbase.mapreduce
Fields in org.apache.hadoop.hbase.mapreduce declared as RegionLocatorModifier and TypeFieldDescriptionprivate RegionLocator
HRegionPartitioner.locator
private RegionLocator
HFileOutputFormat2.TableInfo.regionLocator
private RegionLocator
TableInputFormatBase.regionLocator
TheRegionLocator
of the table.Methods in org.apache.hadoop.hbase.mapreduce that return RegionLocatorModifier and TypeMethodDescriptionHFileOutputFormat2.TableInfo.getRegionLocator()
protected RegionLocator
TableInputFormatBase.getRegionLocator()
Allows subclasses to get theRegionLocator
.private static RegionLocator
WALPlayer.getRegionLocator
(TableName tableName, org.apache.hadoop.conf.Configuration conf, Connection conn) Methods in org.apache.hadoop.hbase.mapreduce with parameters of type RegionLocatorModifier and TypeMethodDescriptionstatic void
HFileOutputFormat2.configureIncrementalLoad
(org.apache.hadoop.mapreduce.Job job, TableDescriptor tableDescriptor, RegionLocator regionLocator) Configure a MapReduce Job to perform an incremental load into the given table.static void
HFileOutputFormat2.configureIncrementalLoad
(org.apache.hadoop.mapreduce.Job job, Table table, RegionLocator regionLocator) Configure a MapReduce Job to perform an incremental load into the given table.protected RegionSizeCalculator
TableInputFormatBase.createRegionSizeCalculator
(RegionLocator locator, Admin admin) private Set<ServerName>
RegionSizeCalculator.getRegionServersOfTable
(RegionLocator regionLocator) private void
RegionSizeCalculator.init
(RegionLocator regionLocator, Admin admin) Method parameters in org.apache.hadoop.hbase.mapreduce with type arguments of type RegionLocatorModifier and TypeMethodDescriptionprivate static List<ImmutableBytesWritable>
HFileOutputFormat2.getRegionStartKeys
(List<RegionLocator> regionLocators, boolean writeMultipleTables) Return the start keys of all of the regions in this table, as a list of ImmutableBytesWritable.Constructors in org.apache.hadoop.hbase.mapreduce with parameters of type RegionLocatorModifierConstructorDescriptionRegionSizeCalculator
(RegionLocator regionLocator, Admin admin) Computes size of each region for table and given column families.TableInfo
(TableDescriptor tableDesctiptor, RegionLocator regionLocator) -
Uses of RegionLocator in org.apache.hadoop.hbase.snapshot
Classes in org.apache.hadoop.hbase.snapshot that implement RegionLocatorModifier and TypeClassDescriptionfinal class
RegionLocator
built using the most recent full backup's snapshot manifest for a given table. -
Uses of RegionLocator in org.apache.hadoop.hbase.thrift2
Methods in org.apache.hadoop.hbase.thrift2 that return RegionLocatorModifier and TypeMethodDescriptionprivate RegionLocator
ThriftHBaseServiceHandler.getLocator
(ByteBuffer tableName) -
Uses of RegionLocator in org.apache.hadoop.hbase.thrift2.client
Methods in org.apache.hadoop.hbase.thrift2.client that return RegionLocatorModifier and TypeMethodDescriptionThriftConnection.getRegionLocator
(TableName tableName) ThriftTable.getRegionLocator()
-
Uses of RegionLocator in org.apache.hadoop.hbase.util
Methods in org.apache.hadoop.hbase.util that return RegionLocatorModifier and TypeMethodDescriptionConnectionCache.getRegionLocator
(byte[] tableName) Retrieve a regionLocator for the table.