Uses of Class
org.apache.hadoop.hbase.util.AbstractHBaseTool
Package
Description
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
-
Uses of AbstractHBaseTool in org.apache.hadoop.hbase
Modifier 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
Modifier 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
Modifier and TypeClassDescription(package private) static class
-
Uses of AbstractHBaseTool in org.apache.hadoop.hbase.mapreduce
-
Uses of AbstractHBaseTool in org.apache.hadoop.hbase.master.balancer
Modifier and TypeClassDescriptionclass
Tool to test performance of differentLoadBalancer
implementations. -
Uses of AbstractHBaseTool in org.apache.hadoop.hbase.master.http
Modifier 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
Modifier 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
Modifier 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
-
Uses of AbstractHBaseTool in org.apache.hadoop.hbase.tool.coprocessor
-
Uses of AbstractHBaseTool in org.apache.hadoop.hbase.util
Modifier 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.