| Constructor and Description |
|---|
Builder()
Deprecated.
Since 4.0.0. Use Constructor that takes a
name argument instead |
Builder(String name) |
| Modifier and Type | Method and Description |
|---|---|
Tracer |
build() |
Tracer.Builder |
conf(HTraceConfiguration conf) |
Tracer.Builder |
name(String name)
Deprecated.
Since 4.0.0. Use Constructor that takes a
name argument instead. |
Tracer.Builder |
tracerPool(TracerPool tracerPool) |
@Deprecated public Builder()
name argument insteadpublic Builder(String name)
@Deprecated public Tracer.Builder name(String name)
name argument instead.name - The name of the Tracer to create.public Tracer.Builder conf(HTraceConfiguration conf)
conf - The configuration to set.public Tracer.Builder tracerPool(TracerPool tracerPool)
tracerPool - The pool to set.public Tracer build()
Copyright © 2016 The Apache Software Foundation. All Rights Reserved.