Uses of Class
com.moilioncircle.redis.replicator.rdb.datatype.ZSetEntry
-
Packages that use ZSetEntry Package Description com.moilioncircle.redis.replicator.cmd.impl com.moilioncircle.redis.replicator.rdb.datatype -
-
Uses of ZSetEntry in com.moilioncircle.redis.replicator.cmd.impl
Methods in com.moilioncircle.redis.replicator.cmd.impl that return ZSetEntry Modifier and Type Method Description ZSetEntry[]ZAddCommand. getzSetEntries()ZSetEntry[]ZAddCommand. getZSetEntries()Methods in com.moilioncircle.redis.replicator.cmd.impl with parameters of type ZSetEntry Modifier and Type Method Description voidZAddCommand. setzSetEntries(ZSetEntry[] zSetEntries)Constructors in com.moilioncircle.redis.replicator.cmd.impl with parameters of type ZSetEntry Constructor Description ZAddCommand(byte[] key, ExistType existType, boolean ch, boolean incr, ZSetEntry[] zSetEntries)ZAddCommand(byte[] key, ExistType existType, CompareType compareType, boolean ch, boolean incr, ZSetEntry[] zSetEntries) -
Uses of ZSetEntry in com.moilioncircle.redis.replicator.rdb.datatype
Methods in com.moilioncircle.redis.replicator.rdb.datatype that return types with arguments of type ZSetEntry Modifier and Type Method Description static KeyValuePair<byte[],Set<ZSetEntry>>KeyValuePairs. zset(KeyValuePair<byte[],?> raw, Set<ZSetEntry> value)Method parameters in com.moilioncircle.redis.replicator.rdb.datatype with type arguments of type ZSetEntry Modifier and Type Method Description static KeyStringValueZSetEntryIteratorKeyValuePairs. iterZset(KeyValuePair<byte[],?> raw, Iterator<ZSetEntry> value)static KeyValuePair<byte[],Set<ZSetEntry>>KeyValuePairs. zset(KeyValuePair<byte[],?> raw, Set<ZSetEntry> value)static BatchedKeyStringValueZSetKeyValuePairs. zset(KeyValuePair<byte[],?> raw, Set<ZSetEntry> value, int batch, boolean last)
-