Uses of Class
step.core.timeseries.bucket.Bucket
-
Packages that use Bucket Package Description step.core.timeseries step.core.timeseries.aggregation step.core.timeseries.bucket -
-
Uses of Bucket in step.core.timeseries
Constructor parameters in step.core.timeseries with type arguments of type Bucket Constructor Description TimeSeries(step.core.collections.Collection<Bucket> collection, Set<String> indexedAttributes, Integer timeSeriesResolution)TimeSeriesIngestionPipeline(step.core.collections.Collection<Bucket> collection, long resolutionInMs)TimeSeriesIngestionPipeline(step.core.collections.Collection<Bucket> collection, long resolutionInMs, long flushingPeriodInMs) -
Uses of Bucket in step.core.timeseries.aggregation
Methods in step.core.timeseries.aggregation that return types with arguments of type Bucket Modifier and Type Method Description Map<Long,Bucket>TimeSeriesAggregationResponse. getFirstSeries()Map<BucketAttributes,Map<Long,Bucket>>TimeSeriesAggregationResponse. getSeries()Constructor parameters in step.core.timeseries.aggregation with type arguments of type Bucket Constructor Description TimeSeriesAggregationPipeline(step.core.collections.Collection<Bucket> collectionDriver, long resolution)TimeSeriesAggregationResponse(Map<BucketAttributes,Map<Long,Bucket>> series, long resolution) -
Uses of Bucket in step.core.timeseries.bucket
Methods in step.core.timeseries.bucket that return Bucket Modifier and Type Method Description BucketBucketBuilder. build()Methods in step.core.timeseries.bucket with parameters of type Bucket Modifier and Type Method Description BucketBuilderBucketBuilder. accumulate(Bucket bucket)
-