Uses of Interface
org.redisson.api.redisnode.RedisClusterMaster
-
Packages that use RedisClusterMaster Package Description org.redisson.api.redisnode org.redisson.redisnode -
-
Uses of RedisClusterMaster in org.redisson.api.redisnode
Methods in org.redisson.api.redisnode that return RedisClusterMaster Modifier and Type Method Description RedisClusterMaster
RedisCluster. getMaster(String address)
Returns Redis Master node by defined address.Methods in org.redisson.api.redisnode that return types with arguments of type RedisClusterMaster Modifier and Type Method Description Collection<RedisClusterMaster>
RedisCluster. getMasters()
Returns collection of Redis Master nodes belongs to this Redis Cluster. -
Uses of RedisClusterMaster in org.redisson.redisnode
Classes in org.redisson.redisnode that implement RedisClusterMaster Modifier and Type Class Description class
RedisNode
Methods in org.redisson.redisnode that return RedisClusterMaster Modifier and Type Method Description RedisClusterMaster
RedissonClusterNodes. getMaster(String address)
Methods in org.redisson.redisnode that return types with arguments of type RedisClusterMaster Modifier and Type Method Description Collection<RedisClusterMaster>
RedissonClusterNodes. getMasters()
-