Uses of Interface
org.apache.hadoop.hbase.client.AsyncTableRegionLocator
Package
Description
Provides HBase Client
-
Uses of AsyncTableRegionLocator in org.apache.hadoop.hbase.client
Modifier and TypeClassDescription(package private) class
The implementation of AsyncRegionLocator.Modifier and TypeFieldDescriptionprivate final AsyncTableRegionLocator
RegionLocatorOverAsyncTableRegionLocator.locator
Modifier and TypeMethodDescriptionAsyncConnection.getRegionLocator
(TableName tableName) Retrieve a AsyncRegionLocator implementation to inspect region information on a table.AsyncConnectionImpl.getRegionLocator
(TableName tableName) AsyncTable.getRegionLocator()
Gets theAsyncTableRegionLocator
for this table.AsyncTableImpl.getRegionLocator()
RawAsyncTableImpl.getRegionLocator()
SharedAsyncConnection.getRegionLocator
(TableName tableName) ModifierConstructorDescription(package private)
-
Uses of AsyncTableRegionLocator in org.apache.hadoop.hbase.tool
Modifier and TypeMethodDescriptionprivate static void
BulkLoadHFilesTool.copyHFileHalf
(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.Path inFile, org.apache.hadoop.fs.Path outFile, Reference reference, ColumnFamilyDescriptor familyDescriptor, AsyncTableRegionLocator loc) Copy half of an HFile into a new HFile with favored nodes.private static StoreFileWriter
BulkLoadHFilesTool.initStoreFileWriter
(org.apache.hadoop.conf.Configuration conf, Cell cell, HFileContext hFileContext, CacheConfig cacheConf, BloomType bloomFilterType, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path outFile, AsyncTableRegionLocator loc) (package private) static void
BulkLoadHFilesTool.splitStoreFile
(AsyncTableRegionLocator loc, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.Path inFile, ColumnFamilyDescriptor familyDesc, byte[] splitKey, org.apache.hadoop.fs.Path bottomOut, org.apache.hadoop.fs.Path topOut) Split a storefile into a top and bottom half with favored nodes, maintaining the metadata, recreating bloom filters, etc.private List<BulkLoadHFiles.LoadQueueItem>
BulkLoadHFilesTool.splitStoreFile
(AsyncTableRegionLocator loc, BulkLoadHFiles.LoadQueueItem item, TableDescriptor tableDesc, byte[] splitKey)