Uses of Interface
org.redisson.api.ClusterNode
-
Packages that use ClusterNode Package Description org.redisson org.redisson.api org.redisson.connection -
-
Uses of ClusterNode in org.redisson
Methods in org.redisson that return types with arguments of type ClusterNode Modifier and Type Method Description NodesGroup<ClusterNode>
RedissonReactive. getClusterNodesGroup()
NodesGroup<ClusterNode>
RedissonRx. getClusterNodesGroup()
-
Uses of ClusterNode in org.redisson.api
Methods in org.redisson.api that return types with arguments of type ClusterNode Modifier and Type Method Description NodesGroup<ClusterNode>
RedissonReactiveClient. getClusterNodesGroup()
Get Redis cluster nodes group for server operationsNodesGroup<ClusterNode>
RedissonRxClient. getClusterNodesGroup()
Get Redis cluster nodes group for server operations -
Uses of ClusterNode in org.redisson.connection
Classes in org.redisson.connection that implement ClusterNode Modifier and Type Class Description class
RedisClientEntry
-