Package redis.clients.jedis.timeseries
Class TSCreateParams
java.lang.Object
redis.clients.jedis.timeseries.TSCreateParams
- All Implemented Interfaces:
IParams
Represents optional arguments of TS.CREATE command.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Longprivate booleanprivate DuplicatePolicyprivate Longprivate boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddParams(CommandArguments args) chunkSize(long chunkSize) static TSCreateParamsduplicatePolicy(DuplicatePolicy duplicatePolicy) Add label-value pair.Set label-value pairsretention(long retentionPeriod)
-
Field Details
-
retentionPeriod
-
uncompressed
private boolean uncompressed -
compressed
private boolean compressed -
chunkSize
-
duplicatePolicy
-
labels
-
-
Constructor Details
-
TSCreateParams
public TSCreateParams()
-
-
Method Details