Package org.redisson.redisnode
Class RedissonSingleNode
java.lang.Object
org.redisson.redisnode.RedissonBaseNodes
org.redisson.redisnode.RedissonSingleNode
- All Implemented Interfaces:
BaseRedisNodes
,RedisSingle
- Author:
- Nikita Koksharov
-
Constructor Summary
ConstructorDescriptionRedissonSingleNode
(ConnectionManager connectionManager, CommandAsyncExecutor commandExecutor) -
Method Summary
Methods inherited from class org.redisson.redisnode.RedissonBaseNodes
getNode, getNodes, getNodes, pingAll, pingAll
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.redisson.api.redisnode.BaseRedisNodes
pingAll, pingAll
-
Constructor Details
-
RedissonSingleNode
public RedissonSingleNode(ConnectionManager connectionManager, CommandAsyncExecutor commandExecutor)
-
-
Method Details
-
getInstance
Description copied from interface:RedisSingle
Returns Redis node- Specified by:
getInstance
in interfaceRedisSingle
- Returns:
- Redis node
-