Uses of Class
step.core.timeseries.BucketAttributes
-
-
Uses of BucketAttributes in step.core.timeseries
Methods in step.core.timeseries that return BucketAttributes Modifier and Type Method Description BucketAttributesBucket. getAttributes()BucketAttributesBucketAttributes. subset(Set<String> keys)Methods in step.core.timeseries that return types with arguments of type BucketAttributes Modifier and Type Method Description Map<BucketAttributes,Map<Long,Bucket>>TimeSeriesAggregationResponse. getSeries()Methods in step.core.timeseries with parameters of type BucketAttributes Modifier and Type Method Description voidTimeSeriesIngestionPipeline. ingestPoint(BucketAttributes attributes, long timestamp, long value)voidBucket. setAttributes(BucketAttributes attributes)BucketBuilderBucketBuilder. withAttributes(BucketAttributes attributes)Constructor parameters in step.core.timeseries with type arguments of type BucketAttributes Constructor Description TimeSeriesAggregationResponse(Map<BucketAttributes,Map<Long,Bucket>> series, long resolution)
-