Uses of Interface
org.redisson.api.redisnode.RedisSentinel
-
Packages that use RedisSentinel Package Description org.redisson.api.redisnode org.redisson.redisnode -
-
Uses of RedisSentinel in org.redisson.api.redisnode
Methods in org.redisson.api.redisnode that return RedisSentinel Modifier and Type Method Description RedisSentinel
RedisSentinelMasterSlave. getSentinel(String address)
Returns Redis Sentinel node by defined address.Methods in org.redisson.api.redisnode that return types with arguments of type RedisSentinel Modifier and Type Method Description Collection<RedisSentinel>
RedisSentinelMasterSlave. getSentinels()
Returns collection of Redis Sentinel nodes belongs to this Redis setup. -
Uses of RedisSentinel in org.redisson.redisnode
Classes in org.redisson.redisnode that implement RedisSentinel Modifier and Type Class Description class
SentinelRedisNode
Methods in org.redisson.redisnode that return RedisSentinel Modifier and Type Method Description RedisSentinel
RedissonSentinelMasterSlaveNodes. getSentinel(String address)
Methods in org.redisson.redisnode that return types with arguments of type RedisSentinel Modifier and Type Method Description Collection<RedisSentinel>
RedissonSentinelMasterSlaveNodes. getSentinels()
-