Class RedisZSetCommands.Limit
java.lang.Object
org.springframework.data.redis.connection.RedisZSetCommands.Limit
- Enclosing interface:
- RedisZSetCommands
- Since:
- 1.6
- Author:
- Christoph Strobl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncount
(int count) int
getCount()
int
boolean
static RedisZSetCommands.Limit
limit()
offset
(int offset) static RedisZSetCommands.Limit
-
Constructor Details
-
Limit
public Limit()
-
-
Method Details
-
limit
-
offset
-
count
-
getCount
public int getCount() -
getOffset
public int getOffset() -
isUnlimited
public boolean isUnlimited() -
unlimited
- Returns:
- new
RedisZSetCommands.Limit
indicating no limit; - Since:
- 1.3
-