Uses of Interface
org.redisson.api.redisnode.RedisSlave
-
Packages that use RedisSlave Package Description org.redisson.api.redisnode org.redisson.redisnode -
-
Uses of RedisSlave in org.redisson.api.redisnode
Methods in org.redisson.api.redisnode that return RedisSlave Modifier and Type Method Description RedisSlaveRedisMasterSlave. getSlave(String address)Returns Redis Slave node by defined address.Methods in org.redisson.api.redisnode that return types with arguments of type RedisSlave Modifier and Type Method Description Collection<RedisSlave>RedisMasterSlave. getSlaves()Returns collection of Redis Slave nodes belongs to this Redis setup. -
Uses of RedisSlave in org.redisson.redisnode
Classes in org.redisson.redisnode that implement RedisSlave Modifier and Type Class Description classRedisNodeMethods in org.redisson.redisnode that return RedisSlave Modifier and Type Method Description RedisSlaveRedissonMasterSlaveNodes. getSlave(String address)Methods in org.redisson.redisnode that return types with arguments of type RedisSlave Modifier and Type Method Description Collection<RedisSlave>RedissonMasterSlaveNodes. getSlaves()
-