Uses of Interface
org.redisson.api.redisnode.BaseRedisNodes
-
Packages that use BaseRedisNodes Package Description org.redisson org.redisson.api org.redisson.api.redisnode org.redisson.redisnode -
-
Uses of BaseRedisNodes in org.redisson
Methods in org.redisson with type parameters of type BaseRedisNodes Modifier and Type Method Description <T extends BaseRedisNodes>
TRedisson. getRedisNodes(RedisNodes<T> nodes)
-
Uses of BaseRedisNodes in org.redisson.api
Methods in org.redisson.api with type parameters of type BaseRedisNodes Modifier and Type Method Description <T extends BaseRedisNodes>
TRedissonClient. getRedisNodes(RedisNodes<T> nodes)
Returns API to manage Redis nodes -
Uses of BaseRedisNodes in org.redisson.api.redisnode
Classes in org.redisson.api.redisnode with type parameters of type BaseRedisNodes Modifier and Type Class Description class
RedisNodes<T extends BaseRedisNodes>
Subinterfaces of BaseRedisNodes in org.redisson.api.redisnode Modifier and Type Interface Description interface
RedisCluster
Redis Cluster nodes API interfaceinterface
RedisMasterSlave
Redis Master Slave nodes API interfaceinterface
RedisSentinelMasterSlave
Redis Sentinel Master Slave nodes API interfaceinterface
RedisSingle
Redis Single node API interface -
Uses of BaseRedisNodes in org.redisson.redisnode
Classes in org.redisson.redisnode that implement BaseRedisNodes Modifier and Type Class Description class
RedissonBaseNodes
class
RedissonClusterNodes
class
RedissonMasterSlaveNodes
class
RedissonSentinelMasterSlaveNodes
class
RedissonSingleNode
-