Uses of Class
com.moilioncircle.redis.replicator.cmd.impl.Limit
-
Packages that use Limit Package Description com.moilioncircle.redis.replicator.cmd.impl -
-
Uses of Limit in com.moilioncircle.redis.replicator.cmd.impl
Methods in com.moilioncircle.redis.replicator.cmd.impl that return Limit Modifier and Type Method Description LimitSortCommand. getLimit()LimitXAddCommand. getLimit()LimitXTrimCommand. getLimit()Methods in com.moilioncircle.redis.replicator.cmd.impl with parameters of type Limit Modifier and Type Method Description voidSortCommand. setLimit(Limit limit)voidXAddCommand. setLimit(Limit limit)voidXTrimCommand. setLimit(Limit limit)Constructors in com.moilioncircle.redis.replicator.cmd.impl with parameters of type Limit Constructor Description SortCommand(byte[] key, byte[] byPattern, Limit limit, byte[][] getPatterns, OrderType order, boolean alpha, byte[] destination)XAddCommand(byte[] key, MaxLen maxLen, MinId minId, Limit limit, boolean nomkstream, byte[] id, Map<byte[],byte[]> fields)XTrimCommand(byte[] key, MaxLen maxLen, MinId minId, Limit limit)
-