Package glide.api.models.commands.scan
Class SScanOptions
- java.lang.Object
-
- glide.api.models.commands.scan.BaseScanOptions
-
- glide.api.models.commands.scan.SScanOptions
-
public class SScanOptions extends BaseScanOptions
Optional arguments forSetBaseCommands.sscan(String, String, SScanOptions).- See Also:
- valkey.io
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSScanOptions.SScanOptionsBuilder<C extends SScanOptions,B extends SScanOptions.SScanOptionsBuilder<C,B>>-
Nested classes/interfaces inherited from class glide.api.models.commands.scan.BaseScanOptions
BaseScanOptions.BaseScanOptionsBuilder<C extends BaseScanOptions,B extends BaseScanOptions.BaseScanOptionsBuilder<C,B>>
-
-
Field Summary
-
Fields inherited from class glide.api.models.commands.scan.BaseScanOptions
count, COUNT_OPTION_STRING, MATCH_OPTION_STRING, matchPattern, matchPatternBinary
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSScanOptions(SScanOptions.SScanOptionsBuilder<?,?> b)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SScanOptions.SScanOptionsBuilder<?,?>builder()-
Methods inherited from class glide.api.models.commands.scan.BaseScanOptions
equals, toArgs, toGlideStringArgs
-
-
-
-
Constructor Detail
-
SScanOptions
protected SScanOptions(SScanOptions.SScanOptionsBuilder<?,?> b)
-
-
Method Detail
-
builder
public static SScanOptions.SScanOptionsBuilder<?,?> builder()
-
-