Class BucketResponse

java.lang.Object
step.plugins.timeseries.api.BucketResponse

public class BucketResponse extends Object
  • Constructor Details

    • BucketResponse

      public BucketResponse(long begin, step.core.timeseries.bucket.BucketAttributes attributes, long count, long sum, long min, long max, Map<Integer,Long> getPclValues, long throughputPerHour)
  • 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

      public Map<Integer,Long> getPclValues()
    • getThroughputPerHour

      public long getThroughputPerHour()