public class HBaseSpanViewerServer extends Object implements org.apache.hadoop.util.Tool
| Modifier and Type | Field and Description |
|---|---|
static String |
HTRACE_VIEWER_HTTP_ADDRESS_DEFAULT |
static String |
HTRACE_VIEWER_HTTP_ADDRESS_KEY |
| Constructor and Description |
|---|
HBaseSpanViewerServer() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.conf.Configuration |
getConf() |
static void |
main(String[] args)
Runs Embedded Jetty server which exposes traces and spans Servlets exposed over HTTP protocol.
|
int |
run(String[] args) |
void |
setConf(org.apache.hadoop.conf.Configuration conf) |
void |
stop() |
public static final String HTRACE_VIEWER_HTTP_ADDRESS_KEY
public static final String HTRACE_VIEWER_HTTP_ADDRESS_DEFAULT
public void setConf(org.apache.hadoop.conf.Configuration conf)
setConf in interface org.apache.hadoop.conf.Configurablepublic org.apache.hadoop.conf.Configuration getConf()
getConf in interface org.apache.hadoop.conf.Configurablepublic int run(String[] args) throws Exception
run in interface org.apache.hadoop.util.ToolExceptionpublic static void main(String[] args) throws Exception
args - Default Arguments which passed to main methodException - Which are propagated from Embedded Jetty Server to Hadoop tool runner.Copyright © 2016 The Apache Software Foundation. All Rights Reserved.