Uses of Class
step.core.timeseries.Bucket
-
Packages that use Bucket Package Description step.core.timeseries step.core.timeseries.accessor -
-
Uses of Bucket in step.core.timeseries
Methods in step.core.timeseries that return Bucket Modifier and Type Method Description BucketBucketBuilder. build()Methods in step.core.timeseries with parameters of type Bucket Modifier and Type Method Description BucketBuilderBucketBuilder. accumulate(Bucket bucket)Constructors in step.core.timeseries with parameters of type Bucket Constructor Description BucketBuilder(Bucket bucket) -
Uses of Bucket in step.core.timeseries.accessor
Methods in step.core.timeseries.accessor that return types with arguments of type Bucket Modifier and Type Method Description Map<Map<String,Object>,Map<Long,Bucket>>BucketAccessor. collectBuckets(Query query)Map<Map<String,Object>,Map<Long,Bucket>>BucketAccessorImpl. collectBuckets(Query query)Constructor parameters in step.core.timeseries.accessor with type arguments of type Bucket Constructor Description BucketAccessorImpl(step.core.collections.Collection<Bucket> collectionDriver, int resolution)
-