Uses of Class
org.apache.hadoop.hbase.tool.LoadIncrementalHFiles
Package
Description
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
-
Uses of LoadIncrementalHFiles in org.apache.hadoop.hbase.mapreduce
Modifier and TypeClassDescriptionclass
Deprecated.As of release 2.0.0, this will be removed in HBase 3.0.0. -
Uses of LoadIncrementalHFiles in org.apache.hadoop.hbase.replication.regionserver
Modifier and TypeMethodDescriptionprivate void
HFileReplicator.doBulkLoad
(LoadIncrementalHFiles loadHFiles, Table table, Deque<LoadIncrementalHFiles.LoadQueueItem> queue, RegionLocator locator, int maxRetries) -
Uses of LoadIncrementalHFiles in org.apache.hadoop.hbase.tool
Modifier and TypeClassDescriptionclass
The implementation forBulkLoadHFiles
, and also can be executed from command line as a tool.