Skip navigation links
A C D E G H I K M R T V 

A

add(String, long, double) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
TS.ADD key timestamp value
add(String, long, double, long) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
TS.ADD key timestamp value [RETENTION retentionTime]
add(String, long, double, Map<String, String>) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
TS.ADD key timestamp value [RETENTION retentionTime] [LABELS field value..]
add(String, long, double, long, Map<String, String>) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
TS.ADD key timestamp value [RETENTION retentionTime] [LABELS field value..]
Aggregation - Enum in com.redislabs.redistimeseries
 

C

com.redislabs.redistimeseries - package com.redislabs.redistimeseries
 
com.redislabs.redistimeseries.information - package com.redislabs.redistimeseries.information
 
Command - Enum in com.redislabs.redistimeseries
 
create(String) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
TS.CREATE key
create(String, long) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
TS.CREATE key [RETENTION retentionTime]
create(String, Map<String, String>) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
TS.CREATE key [LABELS field value..]
create(String, long, Map<String, String>) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
TS.CREATE key [RETENTION retentionTime] [LABELS field value..]
createRule(String, Aggregation, long, String) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
TS.CREATERULE sourceKey destKey AGGREGATION aggType retentionTime

D

decrBy(String, int, long) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
TS.DECRBY key [VALUE] [RESET] [TIME_BUCKET]
deleteRule(String, String) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
TS.DELETERULE SOURCE_KEY DEST_KEY

E

equals(Object) - Method in class com.redislabs.redistimeseries.Value
 

G

getAggregation() - Method in class com.redislabs.redistimeseries.information.Rule
 
getKey() - Method in class com.redislabs.redistimeseries.Range
 
getLabel(String) - Method in class com.redislabs.redistimeseries.information.Info
 
getLables() - Method in class com.redislabs.redistimeseries.Range
 
getProperty(String) - Method in class com.redislabs.redistimeseries.information.Info
 
getRaw() - Method in enum com.redislabs.redistimeseries.Aggregation
 
getRaw() - Method in enum com.redislabs.redistimeseries.Command
 
getRaw() - Method in enum com.redislabs.redistimeseries.Keyword
 
getRule(String) - Method in class com.redislabs.redistimeseries.information.Info
 
getSourceKey() - Method in class com.redislabs.redistimeseries.Measurement
 
getTarget() - Method in class com.redislabs.redistimeseries.information.Rule
 
getTime() - Method in class com.redislabs.redistimeseries.Value
 
getTimestamp() - Method in class com.redislabs.redistimeseries.Measurement
 
getValue() - Method in class com.redislabs.redistimeseries.information.Rule
 
getValue() - Method in class com.redislabs.redistimeseries.Measurement
 
getValue() - Method in class com.redislabs.redistimeseries.Value
 
getValues() - Method in class com.redislabs.redistimeseries.Range
 

H

hashCode() - Method in class com.redislabs.redistimeseries.Value
 

I

incrBy(String, int, long) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
TS.INCRBY key value [RESET time-bucket]
Info - Class in com.redislabs.redistimeseries.information
 
Info(Map<String, Long>, Map<String, String>, Map<String, Rule>) - Constructor for class com.redislabs.redistimeseries.information.Info
 
info(String) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
TS.INFO key

K

Keyword - Enum in com.redislabs.redistimeseries
 

M

madd(Measurement...) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
TS.MADD key timestamp value [key timestamp value ...]
Measurement - Class in com.redislabs.redistimeseries
 
Measurement(String, long, double) - Constructor for class com.redislabs.redistimeseries.Measurement
 
mrange(long, long, Aggregation, long, String...) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
TS.RANGEBYLABELS key (labels) fromTimestamp toTimestamp [aggregationType] [retentionTime]

R

Range - Class in com.redislabs.redistimeseries
 
Range(String, Map<String, String>, Value[]) - Constructor for class com.redislabs.redistimeseries.Range
 
range(String, long, long) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
TS.RANGE key fromTimestamp toTimestamp
range(String, long, long, Aggregation, long) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
TS.RANGE key fromTimestamp toTimestamp [AGGREGATION aggregationType retentionTime]
RedisTimeSeries - Class in com.redislabs.redistimeseries
 
RedisTimeSeries() - Constructor for class com.redislabs.redistimeseries.RedisTimeSeries
Create a new RedisTimeSeries client with default connection to local host
RedisTimeSeries(String, int) - Constructor for class com.redislabs.redistimeseries.RedisTimeSeries
Create a new RedisTimeSeries client
RedisTimeSeries(String, int, int, int) - Constructor for class com.redislabs.redistimeseries.RedisTimeSeries
Create a new RedisTimeSeries client
RedisTimeSeries(String, int, int, int, String) - Constructor for class com.redislabs.redistimeseries.RedisTimeSeries
Create a new RedisTimeSeries client
RedisTimeSeries(Pool<Jedis>) - Constructor for class com.redislabs.redistimeseries.RedisTimeSeries
 
Rule - Class in com.redislabs.redistimeseries.information
 
Rule(String, long, Aggregation) - Constructor for class com.redislabs.redistimeseries.information.Rule
 

T

toString() - Method in class com.redislabs.redistimeseries.Value
 

V

Value - Class in com.redislabs.redistimeseries
 
Value(long, double) - Constructor for class com.redislabs.redistimeseries.Value
 
valueOf(String) - Static method in enum com.redislabs.redistimeseries.Aggregation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.redislabs.redistimeseries.Command
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.redislabs.redistimeseries.Keyword
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.redislabs.redistimeseries.Aggregation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.redislabs.redistimeseries.Command
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.redislabs.redistimeseries.Keyword
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E G H I K M R T V 
Skip navigation links

Copyright © 2019. All rights reserved.