A B C D F G I N R S T W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- accumulate(Bucket) - Method in class step.core.timeseries.BucketBuilder
B
- Bucket - Class in step.core.timeseries
- Bucket() - Constructor for class step.core.timeseries.Bucket
- Bucket(long) - Constructor for class step.core.timeseries.Bucket
- BucketAttributes - Class in step.core.timeseries
- BucketAttributes() - Constructor for class step.core.timeseries.BucketAttributes
- BucketAttributes(Map<String, String>) - Constructor for class step.core.timeseries.BucketAttributes
- BucketBuilder - Class in step.core.timeseries
- BucketBuilder(long) - Constructor for class step.core.timeseries.BucketBuilder
- BucketBuilder(long, long) - Constructor for class step.core.timeseries.BucketBuilder
- build() - Method in class step.core.timeseries.BucketBuilder
C
- close() - Method in class step.core.timeseries.TimeSeriesIngestionPipeline
- collect(TimeSeriesAggregationQuery) - Method in class step.core.timeseries.TimeSeriesAggregationPipeline
- create(long) - Static method in class step.core.timeseries.BucketBuilder
D
- drawAxis() - Method in class step.core.timeseries.TimeSeriesAggregationQuery
F
- filter(Map<String, String>) - Method in class step.core.timeseries.TimeSeriesAggregationQuery
-
Specifies the mandatory list of key-value attributes that the series should match
- flush() - Method in class step.core.timeseries.TimeSeriesIngestionPipeline
G
- getAggregationPipeline() - Method in class step.core.timeseries.TimeSeries
- getAttributes() - Method in class step.core.timeseries.Bucket
- getAxis() - Method in class step.core.timeseries.TimeSeriesAggregationResponse
- getBegin() - Method in class step.core.timeseries.Bucket
- getBegin() - Method in class step.core.timeseries.BucketBuilder
- getBucketIndexFrom() - Method in class step.core.timeseries.TimeSeriesAggregationQuery
- getBucketIndexTo() - Method in class step.core.timeseries.TimeSeriesAggregationQuery
- getBucketSize() - Method in class step.core.timeseries.TimeSeriesAggregationQuery
- getCount() - Method in class step.core.timeseries.Bucket
- getDistribution() - Method in class step.core.timeseries.Bucket
- getEnd() - Method in class step.core.timeseries.Bucket
- getEnd() - Method in class step.core.timeseries.BucketBuilder
- getFilters() - Method in class step.core.timeseries.TimeSeriesAggregationQuery
- getFirstSeries() - Method in class step.core.timeseries.TimeSeriesAggregationResponse
- getFlushCount() - Method in class step.core.timeseries.TimeSeriesIngestionPipeline
- getGroupDimensions() - Method in class step.core.timeseries.TimeSeriesAggregationQuery
- getMax() - Method in class step.core.timeseries.Bucket
- getMin() - Method in class step.core.timeseries.Bucket
- getPclPrecision() - Method in class step.core.timeseries.Bucket
- getPercentile(int) - Method in class step.core.timeseries.Bucket
- getProjectionFunction() - Method in class step.core.timeseries.TimeSeriesAggregationQuery
- getResolution() - Method in class step.core.timeseries.TimeSeriesAggregationResponse
- getSeries() - Method in class step.core.timeseries.TimeSeriesAggregationResponse
- getSourceResolution() - Method in class step.core.timeseries.TimeSeriesAggregationPipeline
- getSum() - Method in class step.core.timeseries.Bucket
- group() - Method in class step.core.timeseries.TimeSeriesAggregationQuery
-
Group all the selected series in one series
- groupBy(Set<String>) - Method in class step.core.timeseries.TimeSeriesAggregationQuery
I
- ingest(long) - Method in class step.core.timeseries.BucketBuilder
- ingestPoint(Map<String, String>, long, long) - Method in class step.core.timeseries.TimeSeriesIngestionPipeline
- ingestPoint(BucketAttributes, long, long) - Method in class step.core.timeseries.TimeSeriesIngestionPipeline
N
- newIngestionPipeline() - Method in class step.core.timeseries.TimeSeries
- newIngestionPipeline(long) - Method in class step.core.timeseries.TimeSeries
- newQuery() - Method in class step.core.timeseries.TimeSeriesAggregationPipeline
R
- range(long, long) - Method in class step.core.timeseries.TimeSeriesAggregationQuery
-
Specifies a time range for the query
- run() - Method in class step.core.timeseries.TimeSeriesAggregationQuery
S
- setAttributes(BucketAttributes) - Method in class step.core.timeseries.Bucket
- setBegin(long) - Method in class step.core.timeseries.Bucket
- setCount(long) - Method in class step.core.timeseries.Bucket
- setDistribution(Map<Long, Long>) - Method in class step.core.timeseries.Bucket
- setEnd(Long) - Method in class step.core.timeseries.Bucket
- setMax(long) - Method in class step.core.timeseries.Bucket
- setMin(long) - Method in class step.core.timeseries.Bucket
- setPclPrecision(long) - Method in class step.core.timeseries.Bucket
- setSum(long) - Method in class step.core.timeseries.Bucket
- split(long) - Method in class step.core.timeseries.TimeSeriesAggregationQuery
-
Specifies the desired number of buckets in the result.
- step.core.timeseries - package step.core.timeseries
- subset(Set<String>) - Method in class step.core.timeseries.BucketAttributes
T
- TimeSeries - Class in step.core.timeseries
- TimeSeries(Collection<Bucket>, Set<String>, Integer) - Constructor for class step.core.timeseries.TimeSeries
- TimeSeries(CollectionFactory, String, Set<String>, Integer) - Constructor for class step.core.timeseries.TimeSeries
- TimeSeriesAggregationPipeline - Class in step.core.timeseries
- TimeSeriesAggregationPipeline(Collection<Bucket>, long) - Constructor for class step.core.timeseries.TimeSeriesAggregationPipeline
- TimeSeriesAggregationQuery - Class in step.core.timeseries
- TimeSeriesAggregationQuery(TimeSeriesAggregationPipeline) - Constructor for class step.core.timeseries.TimeSeriesAggregationQuery
- TimeSeriesAggregationResponse - Class in step.core.timeseries
- TimeSeriesAggregationResponse(Map<BucketAttributes, Map<Long, Bucket>>, long) - Constructor for class step.core.timeseries.TimeSeriesAggregationResponse
- TimeSeriesIngestionPipeline - Class in step.core.timeseries
- TimeSeriesIngestionPipeline(Collection<Bucket>, long) - Constructor for class step.core.timeseries.TimeSeriesIngestionPipeline
- TimeSeriesIngestionPipeline(Collection<Bucket>, long, long) - Constructor for class step.core.timeseries.TimeSeriesIngestionPipeline
- timestampToBucketTimestamp(long, long) - Static method in class step.core.timeseries.TimeSeries
W
- window(long) - Method in class step.core.timeseries.TimeSeriesAggregationQuery
-
Defines the desired resolution.
- withAttributes(BucketAttributes) - Method in class step.core.timeseries.BucketBuilder
- withAxis(List<Long>) - Method in class step.core.timeseries.TimeSeriesAggregationResponse
All Classes All Packages