Package org.redisson
Class RedisClusterNodes
- All Implemented Interfaces:
ClusterNodesGroup,NodesGroup<ClusterNode>
@Deprecated
public class RedisClusterNodes
extends RedisNodes<ClusterNode>
implements ClusterNodesGroup
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionRedisClusterNodes(ConnectionManager connectionManager, CommandAsyncExecutor commandExecutor) Deprecated. -
Method Summary
Methods inherited from class org.redisson.RedisNodes
addConnectionListener, getNode, getNodes, getNodes, pingAll, pingAll, removeConnectionListenerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.redisson.api.NodesGroup
addConnectionListener, getNode, getNodes, getNodes, pingAll, pingAll, removeConnectionListener
-
Constructor Details
-
RedisClusterNodes
Deprecated.
-