|
Spring Data Key-Value | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RedisZSetCommands.Aggregate | |
---|---|
org.springframework.data.keyvalue.redis.connection | Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries. |
org.springframework.data.keyvalue.redis.connection.jedis | Connection package for Jedis library. |
org.springframework.data.keyvalue.redis.connection.jredis | Connection package for JRedis library. |
Uses of RedisZSetCommands.Aggregate in org.springframework.data.keyvalue.redis.connection |
---|
Methods in org.springframework.data.keyvalue.redis.connection that return RedisZSetCommands.Aggregate | |
---|---|
static RedisZSetCommands.Aggregate |
RedisZSetCommands.Aggregate.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RedisZSetCommands.Aggregate[] |
RedisZSetCommands.Aggregate.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.springframework.data.keyvalue.redis.connection with parameters of type RedisZSetCommands.Aggregate | |
---|---|
Long |
RedisZSetCommands.zInterStore(byte[] destKey,
RedisZSetCommands.Aggregate aggregate,
int[] weights,
byte[]... sets)
|
Long |
DefaultStringRedisConnection.zInterStore(byte[] destKey,
RedisZSetCommands.Aggregate aggregate,
int[] weights,
byte[]... sets)
|
Long |
StringRedisConnection.zInterStore(String destKey,
RedisZSetCommands.Aggregate aggregate,
int[] weights,
String... sets)
|
Long |
DefaultStringRedisConnection.zInterStore(String destKey,
RedisZSetCommands.Aggregate aggregate,
int[] weights,
String... sets)
|
Long |
RedisZSetCommands.zUnionStore(byte[] destKey,
RedisZSetCommands.Aggregate aggregate,
int[] weights,
byte[]... sets)
|
Long |
DefaultStringRedisConnection.zUnionStore(byte[] destKey,
RedisZSetCommands.Aggregate aggregate,
int[] weights,
byte[]... sets)
|
Long |
StringRedisConnection.zUnionStore(String destKey,
RedisZSetCommands.Aggregate aggregate,
int[] weights,
String... sets)
|
Long |
DefaultStringRedisConnection.zUnionStore(String destKey,
RedisZSetCommands.Aggregate aggregate,
int[] weights,
String... sets)
|
Uses of RedisZSetCommands.Aggregate in org.springframework.data.keyvalue.redis.connection.jedis |
---|
Methods in org.springframework.data.keyvalue.redis.connection.jedis with parameters of type RedisZSetCommands.Aggregate | |
---|---|
Long |
JedisConnection.zInterStore(byte[] destKey,
RedisZSetCommands.Aggregate aggregate,
int[] weights,
byte[]... sets)
|
Long |
JedisConnection.zUnionStore(byte[] destKey,
RedisZSetCommands.Aggregate aggregate,
int[] weights,
byte[]... sets)
|
Uses of RedisZSetCommands.Aggregate in org.springframework.data.keyvalue.redis.connection.jredis |
---|
Methods in org.springframework.data.keyvalue.redis.connection.jredis with parameters of type RedisZSetCommands.Aggregate | |
---|---|
Long |
JredisConnection.zInterStore(byte[] destKey,
RedisZSetCommands.Aggregate aggregate,
int[] weights,
byte[]... sets)
|
Long |
JredisConnection.zUnionStore(byte[] destKey,
RedisZSetCommands.Aggregate aggregate,
int[] weights,
byte[]... sets)
|
|
Spring Data Key-Value | |||||||||
PREV NEXT | FRAMES NO FRAMES |