Uses of Class
org.apache.hadoop.hbase.util.AbstractHBaseTool
Packages that use AbstractHBaseTool
Package
Description
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
-
Uses of AbstractHBaseTool in org.apache.hadoop.hbase
Subclasses of AbstractHBaseTool in org.apache.hadoop.hbaseModifier and TypeClassDescriptionclass
A simple performance evaluation tool for single client and MR scans and snapshot scans. -
Uses of AbstractHBaseTool in org.apache.hadoop.hbase.backup
Subclasses of AbstractHBaseTool in org.apache.hadoop.hbase.backupModifier and TypeClassDescriptionclass
Command-line entry point for backup operationclass
Command-line entry point for restore operation -
Uses of AbstractHBaseTool in org.apache.hadoop.hbase.backup.mapreduce
Subclasses of AbstractHBaseTool in org.apache.hadoop.hbase.backup.mapreduceModifier and TypeClassDescription(package private) static class
-
Uses of AbstractHBaseTool in org.apache.hadoop.hbase.mapreduce
Subclasses of AbstractHBaseTool in org.apache.hadoop.hbase.mapreduce -
Uses of AbstractHBaseTool in org.apache.hadoop.hbase.master.balancer
Subclasses of AbstractHBaseTool in org.apache.hadoop.hbase.master.balancerModifier and TypeClassDescriptionclass
Tool to test performance of differentLoadBalancer
implementations. -
Uses of AbstractHBaseTool in org.apache.hadoop.hbase.master.http
Subclasses of AbstractHBaseTool in org.apache.hadoop.hbase.master.httpModifier and TypeClassDescriptionclass
Support class for the "Region Visualizer" rendered out ofsrc/main/jamon/org/apache/hadoop/hbase/tmpl/master/RegionVisualizerTmpl.jamon
-
Uses of AbstractHBaseTool in org.apache.hadoop.hbase.procedure2.store.region
Subclasses of AbstractHBaseTool in org.apache.hadoop.hbase.procedure2.store.regionModifier and TypeClassDescriptionclass
A tool to dump the procedures in the HFiles.class
A tool to dump the procedures in the WAL files. -
Uses of AbstractHBaseTool in org.apache.hadoop.hbase.snapshot
Subclasses of AbstractHBaseTool in org.apache.hadoop.hbase.snapshotModifier and TypeClassDescriptionclass
This is a command line class that will snapshot a given table.class
Export the specified snapshot to a given FileSystem.final class
Tool for dumping snapshot information. -
Uses of AbstractHBaseTool in org.apache.hadoop.hbase.tool
Subclasses of AbstractHBaseTool in org.apache.hadoop.hbase.tool -
Uses of AbstractHBaseTool in org.apache.hadoop.hbase.tool.coprocessor
Subclasses of AbstractHBaseTool in org.apache.hadoop.hbase.tool.coprocessor -
Uses of AbstractHBaseTool in org.apache.hadoop.hbase.util
Subclasses of AbstractHBaseTool in org.apache.hadoop.hbase.utilModifier and TypeClassDescriptionclass
A command-line utility that reads, writes, and verifies data.class
Tool for loading/unloading regions to/from given regionserver This tool can be run from Command line directly as a utility.