Class Limit
java.lang.Object
org.springframework.data.redis.connection.Limit
- Direct Known Subclasses:
RedisZSetCommands.Limit
- Since:
- 1.6
- Author:
- Christoph Strobl
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Limit
public Limit()
-
-
Method Details
-
limit
-
offset
-
count
-
getCount
public int getCount() -
getOffset
public int getOffset() -
isUnlimited
public boolean isUnlimited() -
isLimited
public boolean isLimited() -
unlimited
- Returns:
- new
Limit
indicating no limit; - Since:
- 1.3
-