Uses of Class
org.springframework.data.redis.core.ScanOptions.ScanOptionsBuilder
Packages that use ScanOptions.ScanOptionsBuilder
-
Uses of ScanOptions.ScanOptionsBuilder in org.springframework.data.redis.core
Methods in org.springframework.data.redis.core that return ScanOptions.ScanOptionsBuilderModifier and TypeMethodDescriptionScanOptions.ScanOptionsBuilder.count(long count) Returns the currentScanOptions.ScanOptionsBuilderconfigured with the givencount.ScanOptions.ScanOptionsBuilder.match(byte[] pattern) Returns the currentScanOptions.ScanOptionsBuilderconfigured with the givenpattern.Returns the currentScanOptions.ScanOptionsBuilderconfigured with the givenpattern.KeyScanOptions.scanOptions(DataType type) Static factory method that returns a newScanOptions.ScanOptionsBuilder.ScanOptions.scanOptions()Static factory method that returns a newScanOptions.ScanOptionsBuilder.Returns the currentScanOptions.ScanOptionsBuilderconfigured with the giventype.Returns the currentScanOptions.ScanOptionsBuilderconfigured with the giventype.