@InterfaceAudience.Private 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. |
public static final String SPAN_RECEIVERS_CONF_KEY
public static SpanReceiverHost getInstance(org.apache.hadoop.conf.Configuration conf)
public void loadSpanReceivers()
hbase.trace.spanreceiver.classes
property
and instantiates and registers them with the Tracer.public void closeReceivers()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.