public class SpanReceiverHost extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SPAN_RECEIVERS_CONF_KEY |
Modifier and Type | Method and Description |
---|---|
void |
closeReceivers()
Calls close() on all SpanReceivers created by this SpanReceiverHost.
|
static SpanReceiverHost |
getInstance(org.apache.hadoop.conf.Configuration conf) |
void |
loadSpanReceivers()
Reads the names of classes specified in the
"hbase.trace.spanreceiver.classes" property and instantiates and registers
them with the Tracer as SpanReceiver's.
|
public static final String SPAN_RECEIVERS_CONF_KEY
public static SpanReceiverHost getInstance(org.apache.hadoop.conf.Configuration conf)
public void loadSpanReceivers()
public void closeReceivers()
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.