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 classRedisNodes<T extends BaseRedisNodes>Subinterfaces of BaseRedisNodes in org.redisson.api.redisnode Modifier and Type Interface Description interfaceRedisClusterRedis Cluster nodes API interfaceinterfaceRedisMasterSlaveRedis Master Slave nodes API interfaceinterfaceRedisSentinelMasterSlaveRedis Sentinel Master Slave nodes API interfaceinterfaceRedisSingleRedis Single node API interface -
Uses of BaseRedisNodes in org.redisson.redisnode
Classes in org.redisson.redisnode that implement BaseRedisNodes Modifier and Type Class Description classRedissonBaseNodesclassRedissonClusterNodesclassRedissonMasterSlaveNodesclassRedissonSentinelMasterSlaveNodesclassRedissonSingleNode
-