| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
Measures.getTags() |
| Modifier and Type | Method and Description |
|---|---|
void |
TaggedMeasure.addTag(Tag tag) |
void |
TaggedMeasure.addTags(Tag... tags) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,String> |
Tags.toMap(List<Tag> tags) |
| Constructor and Description |
|---|
TaggedMeasure(String name,
double sum,
long count,
double min,
double max,
Tag tag,
Tag... tags) |
TaggedMeasure(String name,
double sum,
long count,
double min,
double max,
Tag tag,
Tag... tags) |
TaggedMeasure(String name,
double value,
Tag tag,
Tag... tags) |
TaggedMeasure(String name,
double value,
Tag tag,
Tag... tags) |
| Constructor and Description |
|---|
Measures(String source,
List<Tag> tags,
Long epoch) |
Measures(String source,
List<Tag> tags,
Long epoch,
Integer period) |
Copyright © 2017. All rights reserved.