V - same type as Node.valuepublic static final class Node.TreeBuilder<V> extends Object
| Constructor and Description |
|---|
TreeBuilder(Logger logger,
String traceId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addNode(String parentId,
String id,
V value)
Returns false after logging to FINE if the value couldn't be added
|
Node<V> |
build()
Builds a tree from calls to
addNode(java.lang.String, java.lang.String, V), or returns an empty tree. |
Copyright © 2015–2018 OpenZipkin. All rights reserved.