Package step.plugins.timeseries.api
Class BucketResponse
java.lang.Object
step.plugins.timeseries.api.BucketResponse
-
Constructor Summary
ConstructorDescriptionBucketResponse
(long begin, step.core.timeseries.bucket.BucketAttributes attributes, long count, long sum, long min, long max, Map<Integer, Long> getPclValues, long throughputPerHour) -
Method Summary
-
Constructor Details
-
BucketResponse
-
-
Method Details
-
getBegin
public long getBegin() -
getAttributes
public step.core.timeseries.bucket.BucketAttributes getAttributes() -
getCount
public long getCount() -
getSum
public long getSum() -
getMin
public long getMin() -
getMax
public long getMax() -
getPclValues
-
getThroughputPerHour
public long getThroughputPerHour()
-