| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Map<RawNumericMetric,Throwable>> |
MetricsService.addData(Set<RawNumericMetric> data) |
com.google.common.util.concurrent.ListenableFuture<List<RawNumericMetric>> |
MetricsService.findData(String id,
long start,
long end)
Find and return raw metrics for {id} that have a timestamp between {start} and {end}
|
com.google.common.util.concurrent.ListenableFuture<List<RawNumericMetric>> |
MetricsService.findData(String bucket,
String id,
long start,
long end) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
MetricsService.addData(RawNumericMetric data) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Map<RawNumericMetric,Throwable>> |
MetricsService.addData(Set<RawNumericMetric> data) |
Copyright © 2014 Red Hat, Inc.. All rights reserved.