A C D E F G H I K L M P Q R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- add(String, double) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.ADD key * value
- add(String, double, long) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.ADD key * value [RETENTION retentionTime]
- 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, long, boolean, Map<String, String>) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.ADD key timestamp value [RETENTION retentionTime] UNCOMPRESSED [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..]
- 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 - com.redislabs.redistimeseries.Command
- Aggregation - Enum in com.redislabs.redistimeseries
- AGGREGATION - com.redislabs.redistimeseries.Keyword
- alter(String, long, Map<String, String>) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.ALTER key [RETENTION retentionTime] [LABELS label value..]
- alter(String, Map<String, String>) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.ALTER key [LABELS label value..]
- ALTER - com.redislabs.redistimeseries.Command
- AVG - com.redislabs.redistimeseries.Aggregation
C
- com.redislabs.redistimeseries - package com.redislabs.redistimeseries
- com.redislabs.redistimeseries.information - package com.redislabs.redistimeseries.information
- Command - Enum in com.redislabs.redistimeseries
- COUNT - com.redislabs.redistimeseries.Aggregation
- COUNT - com.redislabs.redistimeseries.Keyword
- 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, long, boolean, Map<String, String>) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.CREATE key [RETENTION retentionTime] [UNCOMPRESSED] [LABELS field value..]
- create(String, long, Map<String, String>) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.CREATE key [RETENTION retentionTime] [LABELS field value..]
- create(String, Map<String, String>) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.CREATE key [LABELS field value..]
- CREATE - com.redislabs.redistimeseries.Command
- CREATE_RULE - com.redislabs.redistimeseries.Command
- createRule(String, Aggregation, long, String) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.CREATERULE sourceKey destKey AGGREGATION aggType retentionTime
D
- decrBy(String, int) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.DECRBY key value
- decrBy(String, int, long) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.DECRBY key value [TIMESTAMP timestamp]
- DECRBY - com.redislabs.redistimeseries.Command
- DELETE_RULE - com.redislabs.redistimeseries.Command
- 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
F
- FILTER - com.redislabs.redistimeseries.Keyword
- FIRST - com.redislabs.redistimeseries.Aggregation
G
- get(String) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.GET key
- GET - com.redislabs.redistimeseries.Command
- 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
- getLabels() - 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) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.INCRBY key value
- incrBy(String, int, long) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.INCRBY key value [TIMESTAMP timestamp]
- INCRBY - com.redislabs.redistimeseries.Command
- info(String) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.INFO key
- 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 - com.redislabs.redistimeseries.Command
K
- Keyword - Enum in com.redislabs.redistimeseries
L
- LABELS - com.redislabs.redistimeseries.Keyword
- LAST - com.redislabs.redistimeseries.Aggregation
M
- madd(Measurement...) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.MADD key timestamp value [key timestamp value ...]
- MADD - com.redislabs.redistimeseries.Command
- MAX - com.redislabs.redistimeseries.Aggregation
- Measurement - Class in com.redislabs.redistimeseries
- Measurement(String, long, double) - Constructor for class com.redislabs.redistimeseries.Measurement
- mget(boolean, String...) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.MGET [WITHLABELS] FILTER filter...
- MGET - com.redislabs.redistimeseries.Command
- MIN - com.redislabs.redistimeseries.Aggregation
- mrange(long, long, int, String...) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.MRANGE fromTimestamp toTimestamp [COUNT count] FILTER filter.
- mrange(long, long, Aggregation, long, boolean, int, String...) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.MRANGE fromTimestamp toTimestamp [COUNT count] [AGGREGATION aggregationType timeBucket] FILTER filter.
- mrange(long, long, Aggregation, long, boolean, String...) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.MRANGE fromTimestamp toTimestamp [AGGREGATION aggregationType timeBucket] FILTER filter.
- mrange(long, long, Aggregation, long, String...) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.MRANGE fromTimestamp toTimestamp [AGGREGATION aggregationType timeBucket] FILTER filter.
- mrange(long, long, String...) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.MRANGE fromTimestamp toTimestamp FILTER filter.
- MRANGE - com.redislabs.redistimeseries.Command
- mrevrange(long, long, int, String...) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.MREVRANGE fromTimestamp toTimestamp [COUNT count] FILTER filter.
- mrevrange(long, long, Aggregation, long, boolean, int, String...) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.MREVRANGE fromTimestamp toTimestamp [COUNT count] [AGGREGATION aggregationType timeBucket] [WITHLABELS] FILTER filter..
- mrevrange(long, long, Aggregation, long, boolean, String...) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.MREVRANGE fromTimestamp toTimestamp [AGGREGATION aggregationType timeBucket] FILTER filter.
- mrevrange(long, long, Aggregation, long, String...) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.MREVRANGE fromTimestamp toTimestamp [AGGREGATION aggregationType timeBucket] FILTER filter.
- mrevrange(long, long, String...) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.MREVRANGE fromTimestamp toTimestamp FILTER filter.
- MREVRANGE - com.redislabs.redistimeseries.Command
- multiRangeArgs(long, long, Aggregation, long, boolean, Integer, String[]) - Static method in class com.redislabs.redistimeseries.Range
P
- parseInfoReply(List<Object>) - Static method in class com.redislabs.redistimeseries.information.Info
- parseMget(List<?>) - Static method in class com.redislabs.redistimeseries.Range
- parseRange(List<Object>) - Static method in class com.redislabs.redistimeseries.Range
- parseRanges(List<?>) - Static method in class com.redislabs.redistimeseries.Range
- parseValue(List<Object>) - Static method in class com.redislabs.redistimeseries.Value
Q
- queryIndex(String...) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.QUERYINDEX filter...
- QUERYINDEX - com.redislabs.redistimeseries.Command
R
- range(String, long, long) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.RANGE key fromTimestamp toTimestamp
- range(String, long, long, int) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.RANGE key fromTimestamp toTimestamp [COUNT count]
- range(String, long, long, Aggregation, long) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.RANGE key fromTimestamp toTimestamp [AGGREGATION aggregationType timeBucket]
- range(String, long, long, Aggregation, long, int) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.RANGE key fromTimestamp toTimestamp [COUNT count] [AGGREGATION aggregationType timeBucket]
- Range - Class in com.redislabs.redistimeseries
- Range(String, Map<String, String>, Value[]) - Constructor for class com.redislabs.redistimeseries.Range
- RANGE - com.redislabs.redistimeseries.Aggregation
- RANGE - com.redislabs.redistimeseries.Command
- 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
- RESET - com.redislabs.redistimeseries.Keyword
- RETENTION - com.redislabs.redistimeseries.Keyword
- revrange(String, long, long) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.REVRANGE key fromTimestamp toTimestamp
- revrange(String, long, long, int) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.REVRANGE key fromTimestamp toTimestamp [COUNT count]
- revrange(String, long, long, Aggregation, long) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.REVRANGE key fromTimestamp toTimestamp [AGGREGATION aggregationType timeBucket]
- revrange(String, long, long, Aggregation, long, int) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.REVRANGE key fromTimestamp toTimestamp [AGGREGATION aggregationType timeBucket] [COUNT count]
- REVRANGE - com.redislabs.redistimeseries.Command
- Rule - Class in com.redislabs.redistimeseries.information
- Rule(String, long, Aggregation) - Constructor for class com.redislabs.redistimeseries.information.Rule
S
- STD_P - com.redislabs.redistimeseries.Aggregation
- STD_S - com.redislabs.redistimeseries.Aggregation
- SUM - com.redislabs.redistimeseries.Aggregation
T
- TIMESTAMP - com.redislabs.redistimeseries.Keyword
- toString() - Method in class com.redislabs.redistimeseries.Value
U
- UNCOMPRESSED - com.redislabs.redistimeseries.Keyword
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.
- VAR_P - com.redislabs.redistimeseries.Aggregation
- VAR_S - com.redislabs.redistimeseries.Aggregation
W
- WITHLABELS - com.redislabs.redistimeseries.Keyword
All Classes All Packages