| Package | Description |
|---|---|
| io.druid.emitter.statsd |
| Modifier and Type | Field and Description |
|---|---|
StatsDMetric.Type |
StatsDMetric.type |
| Modifier and Type | Method and Description |
|---|---|
StatsDMetric.Type |
DimensionConverter.addFilteredUserDims(String service,
String metric,
Map<String,Object> userDims,
com.google.common.collect.ImmutableList.Builder<String> builder) |
static StatsDMetric.Type |
StatsDMetric.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatsDMetric.Type[] |
StatsDMetric.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
StatsDMetric(SortedSet<String> dimensions,
StatsDMetric.Type type) |
Copyright © 2011–2016. All rights reserved.