Package redis.clients.jedis.params
Class StrAlgoLCSParams
java.lang.Object
redis.clients.jedis.params.Params
redis.clients.jedis.params.StrAlgoLCSParams
- All Implemented Interfaces:
IParams
Deprecated.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddParams(CommandArguments args) Deprecated.idx()Deprecated.When IDX is given the command returns an array with the LCS length and all the ranges in both the strings, start and end offset for each string, where there are matches.len()Deprecated.When LEN is given the command returns the length of the longest common substring.minMatchLen(long minMatchLen) Deprecated.Specify the minimum match length.static StrAlgoLCSParamsDeprecated.Deprecated.When WITHMATCHLEN is given each array representing a match will also have the length of the match.
-
Field Details
-
IDX
Deprecated.- See Also:
-
LEN
Deprecated.- See Also:
-
WITHMATCHLEN
Deprecated.- See Also:
-
MINMATCHLEN
Deprecated.- See Also:
-
-
Constructor Details
-
StrAlgoLCSParams
public StrAlgoLCSParams()Deprecated.
-
-
Method Details
-
StrAlgoLCSParams
Deprecated. -
idx
Deprecated.When IDX is given the command returns an array with the LCS length and all the ranges in both the strings, start and end offset for each string, where there are matches.- Returns:
- StrAlgoParams
-
len
Deprecated.When LEN is given the command returns the length of the longest common substring.- Returns:
- StrAlgoParams
-
withMatchLen
Deprecated.When WITHMATCHLEN is given each array representing a match will also have the length of the match.- Returns:
- StrAlgoParams
-
minMatchLen
Deprecated.Specify the minimum match length.- Returns:
- StrAlgoParams
-
addParams
Deprecated.
-