Package org.redisson.api.options
Class KeysScanParams
java.lang.Object
org.redisson.api.options.KeysScanParams
- All Implemented Interfaces:
KeysScanOptions
- Author:
- Nikita Koksharov
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
KeysScanParams
public KeysScanParams()
-
-
Method Details
-
limit
Description copied from interface:KeysScanOptionsDefines the total amount of returned keys.- Specified by:
limitin interfaceKeysScanOptions- Parameters:
value- total amount of returned keys- Returns:
- options instance
-
pattern
Description copied from interface:KeysScanOptionsDefines the pattern that all keys should match. Supported glob-style patterns:h?llo matches hello, hallo and hxllo
h*llo matches to hllo and heeeello
h[ae]llo matches to hello and hallo, but not hillo *
- Specified by:
patternin interfaceKeysScanOptions- Parameters:
value- key pattern- Returns:
- options instance
-
chunkSize
Description copied from interface:KeysScanOptionsDefines the amount of loaded keys per request.- Specified by:
chunkSizein interfaceKeysScanOptions- Parameters:
value- amount of loaded keys per request- Returns:
- options instance
-
type
Description copied from interface:KeysScanOptionsDefines the type of objects that all keys should match.- Specified by:
typein interfaceKeysScanOptions- Parameters:
value- type of objects- Returns:
- options instance
-
getLimit
public int getLimit() -
getPattern
-
getChunkSize
public int getChunkSize() -
getType
-