Uses of Class
org.javasimon.callback.quantiles.Bucket

Packages that use Bucket
org.javasimon.callback.quantiles QuantilesCallback sorts splits to categories (Buckets) based on time ranges. 
 

Uses of Bucket in org.javasimon.callback.quantiles
 

Fields in org.javasimon.callback.quantiles declared as Bucket
protected  Bucket[] Buckets.buckets
          Array of buckets, sorted by ranges.
 

Methods in org.javasimon.callback.quantiles that return Bucket
protected  Bucket LinearBuckets.getBucketForValue(long value)
          Get the bucket containing the given value.
protected  Bucket ExponentialBuckets.getBucketForValue(long value)
          Get the bucket containing the given value.
protected  Bucket Buckets.getBucketForValue(long value)
          Get the bucket containing the given value.
 

Methods in org.javasimon.callback.quantiles that return types with arguments of type Bucket
 List<Bucket> Buckets.getBuckets()
          Returns the bucket list.
 

Methods in org.javasimon.callback.quantiles with parameters of type Bucket
protected  double ExponentialBuckets.estimateQuantile(Bucket bucket, double expectedCount, double lastCount)
          Interpolate quantile located in given Bucket using linear regression.
protected  double Buckets.estimateQuantile(Bucket bucket, double expectedCount, double lastCount)
          Interpolate quantile located in given Bucket using linear regression.
 



Copyright © 2013. All Rights Reserved.