public class Buckets extends Object
Constructor and Description |
---|
Buckets(org.joda.time.DateTime beginTime,
org.joda.time.DateTime endTime) |
Buckets(long beginTime,
long endTime) |
Buckets(long beginTime,
long endTime,
int numberOfDataPoints) |
Modifier and Type | Method and Description |
---|---|
org.rhq.server.metrics.Buckets.Bucket |
get(int index) |
long |
getInterval() |
int |
getNumDataPoints() |
void |
insert(long timestamp,
double value,
double min,
double max) |
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.