| Package | Description |
|---|---|
| org.hawkular.metrics.model | |
| org.hawkular.metrics.model.param |
| Modifier and Type | Method and Description |
|---|---|
static Buckets |
Buckets.fromCount(long start,
long end,
int count)
Force bucket count.
|
static Buckets |
Buckets.fromStep(long start,
long end,
long step)
Force bucket step.
|
| Modifier and Type | Method and Description |
|---|---|
static List<AvailabilityBucketPoint> |
AvailabilityBucketPoint.toList(Map<Long,AvailabilityBucketPoint> pointMap,
Buckets buckets) |
static List<NumericBucketPoint> |
NumericBucketPoint.toList(Map<Long,NumericBucketPoint> pointMap,
Buckets buckets) |
static <T extends BucketPoint> |
BucketPoint.toList(Map<Long,T> pointMap,
Buckets buckets,
BiFunction<Long,Long,T> emptyBucketFactory)
Converts bucket points indexed by start time into a list, ordered by start time.
|
| Modifier and Type | Method and Description |
|---|---|
Buckets |
BucketConfig.getBuckets() |
Copyright © 2014–2016 Red Hat, Inc.. All rights reserved.