public abstract static class StatsContext.Builder extends Object
StatsContext.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
abstract StatsContext |
build()
Builds a
StatsContext from the specified keys and values. |
abstract StatsContext.Builder |
set(TagKey key,
TagValue value)
Associates the given tag key with the given tag value.
|
public abstract StatsContext.Builder set(TagKey key, TagValue value)
key - the keyvalue - the value to be associated with keythispublic abstract StatsContext build()
StatsContext from the specified keys and values.