Uses of Class
redis.clients.jedis.timeseries.TSMRangeParams
Packages that use TSMRangeParams
Package
Description
This package contains the classes and interfaces related to RedisTimeSeries module.
-
Uses of TSMRangeParams in redis.clients.jedis
Methods in redis.clients.jedis with parameters of type TSMRangeParamsModifier and TypeMethodDescriptionfinal CommandObject<List<TSKeyedElements>> CommandObjects.tsMRange(TSMRangeParams multiRangeParams) MultiNodePipelineBase.tsMRange(TSMRangeParams multiRangeParams) Pipeline.tsMRange(TSMRangeParams multiRangeParams) TransactionBase.tsMRange(TSMRangeParams multiRangeParams) UnifiedJedis.tsMRange(TSMRangeParams multiRangeParams) final CommandObject<List<TSKeyedElements>> CommandObjects.tsMRevRange(TSMRangeParams multiRangeParams) MultiNodePipelineBase.tsMRevRange(TSMRangeParams multiRangeParams) Pipeline.tsMRevRange(TSMRangeParams multiRangeParams) TransactionBase.tsMRevRange(TSMRangeParams multiRangeParams) UnifiedJedis.tsMRevRange(TSMRangeParams multiRangeParams) -
Uses of TSMRangeParams in redis.clients.jedis.timeseries
Methods in redis.clients.jedis.timeseries that return TSMRangeParamsModifier and TypeMethodDescriptionTSMRangeParams.aggregation(AggregationType aggregationType, long bucketDuration) private TSMRangeParamsTSMRangeParams.align(byte[] raw) TSMRangeParams.align(long timestamp) This requires AGGREGATION.TSMRangeParams.alignEnd()This requires AGGREGATION.TSMRangeParams.alignStart()This requires AGGREGATION.TSMRangeParams.bucketTimestamp(String bucketTimestamp) This requires AGGREGATION.TSMRangeParams.bucketTimestampHigh()This requires AGGREGATION.TSMRangeParams.bucketTimestampLow()This requires AGGREGATION.TSMRangeParams.bucketTimestampMid()This requires AGGREGATION.TSMRangeParams.count(int count) TSMRangeParams.empty()This requires AGGREGATION.TSMRangeParams.filterByTS(long... timestamps) TSMRangeParams.filterByValues(double min, double max) TSMRangeParams.fromTimestamp(long fromTimestamp) TSMRangeParams.latest()static TSMRangeParamsTSMRangeParams.multiRangeParams()static TSMRangeParamsTSMRangeParams.multiRangeParams(long fromTimestamp, long toTimestamp) TSMRangeParams.selectedLabels(String... labels) TSMRangeParams.toTimestamp(long toTimestamp) TSMRangeParams.withLabels()TSMRangeParams.withLabels(boolean withLabels) Methods in redis.clients.jedis.timeseries with parameters of type TSMRangeParamsModifier and TypeMethodDescriptionRedisTimeSeriesCommands.tsMRange(TSMRangeParams multiRangeParams) TS.MRANGE fromTimestamp toTimestamp [LATEST] [FILTER_BY_TS ts...] [FILTER_BY_VALUE min max] [WITHLABELS | SELECTED_LABELS label...] [COUNT count] [[ALIGN value] AGGREGATION aggregator bucketDuration [BUCKETTIMESTAMP bt] [EMPTY]] FILTER filter... [GROUPBY label REDUCE reducer]RedisTimeSeriesPipelineCommands.tsMRange(TSMRangeParams multiRangeParams) RedisTimeSeriesCommands.tsMRevRange(TSMRangeParams multiRangeParams) TS.MREVRANGE fromTimestamp toTimestamp [LATEST] [FILTER_BY_TS TS...] [FILTER_BY_VALUE min max] [WITHLABELS | SELECTED_LABELS label...] [COUNT count] [[ALIGN value] AGGREGATION aggregator bucketDuration [BUCKETTIMESTAMP bt] [EMPTY]] FILTER filter... [GROUPBY label REDUCE reducer]RedisTimeSeriesPipelineCommands.tsMRevRange(TSMRangeParams multiRangeParams)