public static class RedisZSetCommands.Limit extends Object
Constructor and Description |
---|
Limit() |
Modifier and Type | Method and Description |
---|---|
RedisZSetCommands.Limit |
count(int count) |
int |
getCount() |
int |
getOffset() |
boolean |
isUnlimited() |
static RedisZSetCommands.Limit |
limit() |
RedisZSetCommands.Limit |
offset(int offset) |
static RedisZSetCommands.Limit |
unlimited() |
public static RedisZSetCommands.Limit limit()
public RedisZSetCommands.Limit offset(int offset)
public RedisZSetCommands.Limit count(int count)
public int getCount()
public int getOffset()
public boolean isUnlimited()
public static RedisZSetCommands.Limit unlimited()
RedisZSetCommands.Limit
indicating no limit;Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.