- java.lang.Object
-
- org.apache.hadoop.conf.Configured
-
- org.apache.hadoop.hbase.hbtop.HBTop
-
- All Implemented Interfaces:
- org.apache.hadoop.conf.Configurable, org.apache.hadoop.util.Tool
@InterfaceAudience.LimitedPrivate(value="Tools")
public class HBTop
extends org.apache.hadoop.conf.Configured
implements org.apache.hadoop.util.Tool
A real-time monitoring tool for HBase like Unix top command.
-
-
Constructor Summary
Constructors
Constructor and Description |
HBTop() |
HBTop(org.apache.hadoop.conf.Configuration conf) |
-
Method Summary
Methods
Modifier and Type |
Method and Description |
static void |
main(String[] args) |
int |
run(String[] args) |
-
Methods inherited from class org.apache.hadoop.conf.Configured
getConf, setConf
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.hadoop.conf.Configurable
getConf, setConf
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.