Uses of Class
step.core.timeseries.Bucket
-
-
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 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()Methods in step.core.timeseries with parameters of type Bucket Modifier and Type Method Description BucketBuilderBucketBuilder. accumulate(Bucket bucket)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)TimeSeriesAggregationPipeline(step.core.collections.Collection<Bucket> collectionDriver, long resolution)TimeSeriesAggregationResponse(Map<BucketAttributes,Map<Long,Bucket>> series, long resolution)TimeSeriesIngestionPipeline(step.core.collections.Collection<Bucket> collection, long resolutionInMs)TimeSeriesIngestionPipeline(step.core.collections.Collection<Bucket> collection, long resolutionInMs, long flushingPeriodInMs)
-