Uses of Interface
org.apache.hadoop.hbase.client.AsyncTableRegionLocator
Packages that use AsyncTableRegionLocator
Package
Description
Provides HBase Client
-
Uses of AsyncTableRegionLocator in org.apache.hadoop.hbase.client
Classes in org.apache.hadoop.hbase.client that implement AsyncTableRegionLocatorModifier and TypeClassDescription(package private) classThe implementation of AsyncRegionLocator.Fields in org.apache.hadoop.hbase.client declared as AsyncTableRegionLocatorModifier and TypeFieldDescriptionprivate final AsyncTableRegionLocatorRegionLocatorOverAsyncTableRegionLocator.locatorMethods in org.apache.hadoop.hbase.client that return AsyncTableRegionLocatorModifier and TypeMethodDescriptionAsyncConnection.getRegionLocator(TableName tableName) Retrieve a AsyncRegionLocator implementation to inspect region information on a table.AsyncConnectionImpl.getRegionLocator(TableName tableName) AsyncTable.getRegionLocator()Gets theAsyncTableRegionLocatorfor this table.AsyncTableImpl.getRegionLocator()RawAsyncTableImpl.getRegionLocator()SharedAsyncConnection.getRegionLocator(TableName tableName) Constructors in org.apache.hadoop.hbase.client with parameters of type AsyncTableRegionLocatorModifierConstructorDescription(package private) -
Uses of AsyncTableRegionLocator in org.apache.hadoop.hbase.tool
Methods in org.apache.hadoop.hbase.tool with parameters of type AsyncTableRegionLocatorModifier and TypeMethodDescriptionprivate static voidBulkLoadHFilesTool.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 StoreFileWriterBulkLoadHFilesTool.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 voidBulkLoadHFilesTool.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)