public class RedissonReactiveRedisClusterConnection extends RedissonReactiveRedisConnection implements org.springframework.data.redis.connection.ReactiveRedisClusterConnection
org.springframework.data.redis.connection.ReactiveRedisConnection.AbsentByteBufferResponse<I>, org.springframework.data.redis.connection.ReactiveRedisConnection.BooleanResponse<I>, org.springframework.data.redis.connection.ReactiveRedisConnection.ByteBufferResponse<I>, org.springframework.data.redis.connection.ReactiveRedisConnection.Command, org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<I,O>, org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand, org.springframework.data.redis.connection.ReactiveRedisConnection.KeyScanCommand, org.springframework.data.redis.connection.ReactiveRedisConnection.MultiValueResponse<I,O>, org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<I,O extends Number>, org.springframework.data.redis.connection.ReactiveRedisConnection.RangeCommand| Constructor and Description |
|---|
RedissonReactiveRedisClusterConnection(CommandReactiveExecutor executorService) |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<Void> |
clusterAddSlots(org.springframework.data.redis.connection.RedisClusterNode redisClusterNode,
int... ints) |
reactor.core.publisher.Mono<Void> |
clusterAddSlots(org.springframework.data.redis.connection.RedisClusterNode redisClusterNode,
org.springframework.data.redis.connection.RedisClusterNode.SlotRange slotRange) |
reactor.core.publisher.Mono<Long> |
clusterCountKeysInSlot(int slot) |
reactor.core.publisher.Mono<Void> |
clusterDeleteSlots(org.springframework.data.redis.connection.RedisClusterNode redisClusterNode,
int... ints) |
reactor.core.publisher.Mono<Void> |
clusterDeleteSlotsInRange(org.springframework.data.redis.connection.RedisClusterNode redisClusterNode,
org.springframework.data.redis.connection.RedisClusterNode.SlotRange slotRange) |
reactor.core.publisher.Mono<Void> |
clusterForget(org.springframework.data.redis.connection.RedisClusterNode redisClusterNode) |
reactor.core.publisher.Mono<org.springframework.data.redis.connection.ClusterInfo> |
clusterGetClusterInfo() |
reactor.core.publisher.Flux<ByteBuffer> |
clusterGetKeysInSlot(int slot,
int count) |
reactor.core.publisher.Mono<Map<org.springframework.data.redis.connection.RedisClusterNode,Collection<org.springframework.data.redis.connection.RedisClusterNode>>> |
clusterGetMasterSlaveMap() |
reactor.core.publisher.Mono<org.springframework.data.redis.connection.RedisClusterNode> |
clusterGetNodeForKey(ByteBuffer byteBuffer) |
reactor.core.publisher.Mono<org.springframework.data.redis.connection.RedisClusterNode> |
clusterGetNodeForSlot(int slot) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.RedisClusterNode> |
clusterGetNodes() |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.RedisClusterNode> |
clusterGetSlaves(org.springframework.data.redis.connection.RedisClusterNode redisClusterNode) |
reactor.core.publisher.Mono<Integer> |
clusterGetSlotForKey(ByteBuffer byteBuffer) |
reactor.core.publisher.Mono<Void> |
clusterMeet(org.springframework.data.redis.connection.RedisClusterNode redisClusterNode) |
reactor.core.publisher.Mono<Void> |
clusterReplicate(org.springframework.data.redis.connection.RedisClusterNode redisClusterNode,
org.springframework.data.redis.connection.RedisClusterNode slave) |
reactor.core.publisher.Mono<Void> |
clusterSetSlot(org.springframework.data.redis.connection.RedisClusterNode redisClusterNode,
int slot,
org.springframework.data.redis.connection.ReactiveClusterCommands.AddSlots addSlots) |
org.springframework.data.redis.connection.ReactiveClusterGeoCommands |
geoCommands() |
org.springframework.data.redis.connection.ReactiveClusterHashCommands |
hashCommands() |
org.springframework.data.redis.connection.ReactiveClusterHyperLogLogCommands |
hyperLogLogCommands() |
org.springframework.data.redis.connection.ReactiveClusterKeyCommands |
keyCommands() |
org.springframework.data.redis.connection.ReactiveClusterListCommands |
listCommands() |
org.springframework.data.redis.connection.ReactiveClusterNumberCommands |
numberCommands() |
reactor.core.publisher.Mono<String> |
ping(org.springframework.data.redis.connection.RedisClusterNode node) |
org.springframework.data.redis.connection.ReactiveClusterServerCommands |
serverCommands() |
org.springframework.data.redis.connection.ReactiveClusterSetCommands |
setCommands() |
org.springframework.data.redis.connection.ReactiveClusterStreamCommands |
streamCommands() |
org.springframework.data.redis.connection.ReactiveClusterStringCommands |
stringCommands() |
static byte[] |
toByteArray(ByteBuffer buffer) |
org.springframework.data.redis.connection.ReactiveClusterZSetCommands |
zSetCommands() |
closeLater, ping, pubSubCommands, scriptingCommandspublic RedissonReactiveRedisClusterConnection(CommandReactiveExecutor executorService)
public org.springframework.data.redis.connection.ReactiveClusterKeyCommands keyCommands()
keyCommands in interface org.springframework.data.redis.connection.ReactiveRedisClusterConnectionkeyCommands in interface org.springframework.data.redis.connection.ReactiveRedisConnectionkeyCommands in class RedissonReactiveRedisConnectionpublic org.springframework.data.redis.connection.ReactiveClusterStringCommands stringCommands()
stringCommands in interface org.springframework.data.redis.connection.ReactiveRedisClusterConnectionstringCommands in interface org.springframework.data.redis.connection.ReactiveRedisConnectionstringCommands in class RedissonReactiveRedisConnectionpublic org.springframework.data.redis.connection.ReactiveClusterNumberCommands numberCommands()
numberCommands in interface org.springframework.data.redis.connection.ReactiveRedisClusterConnectionnumberCommands in interface org.springframework.data.redis.connection.ReactiveRedisConnectionnumberCommands in class RedissonReactiveRedisConnectionpublic org.springframework.data.redis.connection.ReactiveClusterListCommands listCommands()
listCommands in interface org.springframework.data.redis.connection.ReactiveRedisClusterConnectionlistCommands in interface org.springframework.data.redis.connection.ReactiveRedisConnectionlistCommands in class RedissonReactiveRedisConnectionpublic org.springframework.data.redis.connection.ReactiveClusterSetCommands setCommands()
setCommands in interface org.springframework.data.redis.connection.ReactiveRedisClusterConnectionsetCommands in interface org.springframework.data.redis.connection.ReactiveRedisConnectionsetCommands in class RedissonReactiveRedisConnectionpublic org.springframework.data.redis.connection.ReactiveClusterZSetCommands zSetCommands()
zSetCommands in interface org.springframework.data.redis.connection.ReactiveRedisClusterConnectionzSetCommands in interface org.springframework.data.redis.connection.ReactiveRedisConnectionzSetCommands in class RedissonReactiveRedisConnectionpublic org.springframework.data.redis.connection.ReactiveClusterHashCommands hashCommands()
hashCommands in interface org.springframework.data.redis.connection.ReactiveRedisClusterConnectionhashCommands in interface org.springframework.data.redis.connection.ReactiveRedisConnectionhashCommands in class RedissonReactiveRedisConnectionpublic org.springframework.data.redis.connection.ReactiveClusterGeoCommands geoCommands()
geoCommands in interface org.springframework.data.redis.connection.ReactiveRedisClusterConnectiongeoCommands in interface org.springframework.data.redis.connection.ReactiveRedisConnectiongeoCommands in class RedissonReactiveRedisConnectionpublic org.springframework.data.redis.connection.ReactiveClusterHyperLogLogCommands hyperLogLogCommands()
hyperLogLogCommands in interface org.springframework.data.redis.connection.ReactiveRedisClusterConnectionhyperLogLogCommands in interface org.springframework.data.redis.connection.ReactiveRedisConnectionhyperLogLogCommands in class RedissonReactiveRedisConnectionpublic org.springframework.data.redis.connection.ReactiveClusterServerCommands serverCommands()
serverCommands in interface org.springframework.data.redis.connection.ReactiveRedisClusterConnectionserverCommands in interface org.springframework.data.redis.connection.ReactiveRedisConnectionserverCommands in class RedissonReactiveRedisConnectionpublic org.springframework.data.redis.connection.ReactiveClusterStreamCommands streamCommands()
streamCommands in interface org.springframework.data.redis.connection.ReactiveRedisClusterConnectionstreamCommands in interface org.springframework.data.redis.connection.ReactiveRedisConnectionstreamCommands in class RedissonReactiveRedisConnectionpublic reactor.core.publisher.Mono<String> ping(org.springframework.data.redis.connection.RedisClusterNode node)
ping in interface org.springframework.data.redis.connection.ReactiveRedisClusterConnectionpublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.RedisClusterNode> clusterGetNodes()
clusterGetNodes in interface org.springframework.data.redis.connection.ReactiveClusterCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.RedisClusterNode> clusterGetSlaves(org.springframework.data.redis.connection.RedisClusterNode redisClusterNode)
clusterGetSlaves in interface org.springframework.data.redis.connection.ReactiveClusterCommandspublic reactor.core.publisher.Mono<Map<org.springframework.data.redis.connection.RedisClusterNode,Collection<org.springframework.data.redis.connection.RedisClusterNode>>> clusterGetMasterSlaveMap()
clusterGetMasterSlaveMap in interface org.springframework.data.redis.connection.ReactiveClusterCommandspublic reactor.core.publisher.Mono<Integer> clusterGetSlotForKey(ByteBuffer byteBuffer)
clusterGetSlotForKey in interface org.springframework.data.redis.connection.ReactiveClusterCommandspublic reactor.core.publisher.Mono<org.springframework.data.redis.connection.RedisClusterNode> clusterGetNodeForSlot(int slot)
clusterGetNodeForSlot in interface org.springframework.data.redis.connection.ReactiveClusterCommandspublic reactor.core.publisher.Mono<org.springframework.data.redis.connection.RedisClusterNode> clusterGetNodeForKey(ByteBuffer byteBuffer)
clusterGetNodeForKey in interface org.springframework.data.redis.connection.ReactiveClusterCommandspublic reactor.core.publisher.Mono<org.springframework.data.redis.connection.ClusterInfo> clusterGetClusterInfo()
clusterGetClusterInfo in interface org.springframework.data.redis.connection.ReactiveClusterCommandspublic reactor.core.publisher.Mono<Void> clusterAddSlots(org.springframework.data.redis.connection.RedisClusterNode redisClusterNode, int... ints)
clusterAddSlots in interface org.springframework.data.redis.connection.ReactiveClusterCommandspublic reactor.core.publisher.Mono<Void> clusterAddSlots(org.springframework.data.redis.connection.RedisClusterNode redisClusterNode, org.springframework.data.redis.connection.RedisClusterNode.SlotRange slotRange)
clusterAddSlots in interface org.springframework.data.redis.connection.ReactiveClusterCommandspublic reactor.core.publisher.Mono<Long> clusterCountKeysInSlot(int slot)
clusterCountKeysInSlot in interface org.springframework.data.redis.connection.ReactiveClusterCommandspublic reactor.core.publisher.Mono<Void> clusterDeleteSlots(org.springframework.data.redis.connection.RedisClusterNode redisClusterNode, int... ints)
clusterDeleteSlots in interface org.springframework.data.redis.connection.ReactiveClusterCommandspublic reactor.core.publisher.Mono<Void> clusterDeleteSlotsInRange(org.springframework.data.redis.connection.RedisClusterNode redisClusterNode, org.springframework.data.redis.connection.RedisClusterNode.SlotRange slotRange)
clusterDeleteSlotsInRange in interface org.springframework.data.redis.connection.ReactiveClusterCommandspublic reactor.core.publisher.Mono<Void> clusterForget(org.springframework.data.redis.connection.RedisClusterNode redisClusterNode)
clusterForget in interface org.springframework.data.redis.connection.ReactiveClusterCommandspublic reactor.core.publisher.Mono<Void> clusterMeet(org.springframework.data.redis.connection.RedisClusterNode redisClusterNode)
clusterMeet in interface org.springframework.data.redis.connection.ReactiveClusterCommandspublic reactor.core.publisher.Mono<Void> clusterSetSlot(org.springframework.data.redis.connection.RedisClusterNode redisClusterNode, int slot, org.springframework.data.redis.connection.ReactiveClusterCommands.AddSlots addSlots)
clusterSetSlot in interface org.springframework.data.redis.connection.ReactiveClusterCommandspublic reactor.core.publisher.Flux<ByteBuffer> clusterGetKeysInSlot(int slot, int count)
clusterGetKeysInSlot in interface org.springframework.data.redis.connection.ReactiveClusterCommandspublic reactor.core.publisher.Mono<Void> clusterReplicate(org.springframework.data.redis.connection.RedisClusterNode redisClusterNode, org.springframework.data.redis.connection.RedisClusterNode slave)
clusterReplicate in interface org.springframework.data.redis.connection.ReactiveClusterCommandspublic static byte[] toByteArray(ByteBuffer buffer)
Copyright © 2014–2021 Redisson. All rights reserved.