Uses of Interface
org.redisson.api.Node
-
Packages that use Node Package Description org.redisson org.redisson.api org.redisson.connection -
-
Uses of Node in org.redisson
Classes in org.redisson with type parameters of type Node Modifier and Type Class Description classRedisNodes<N extends Node>Deprecated.Methods in org.redisson that return types with arguments of type Node Modifier and Type Method Description NodesGroup<Node>Redisson. getNodesGroup()NodesGroup<Node>RedissonReactive. getNodesGroup()NodesGroup<Node>RedissonRx. getNodesGroup() -
Uses of Node in org.redisson.api
Classes in org.redisson.api with type parameters of type Node Modifier and Type Interface Description interfaceNodesGroup<N extends Node>Deprecated.Subinterfaces of Node in org.redisson.api Modifier and Type Interface Description interfaceClusterNodeDeprecated.Methods in org.redisson.api that return types with arguments of type Node Modifier and Type Method Description NodesGroup<Node>RedissonClient. getNodesGroup()Deprecated.NodesGroup<Node>RedissonReactiveClient. getNodesGroup()Get Redis nodes group for server operationsNodesGroup<Node>RedissonRxClient. getNodesGroup()Get Redis nodes group for server operations -
Uses of Node in org.redisson.connection
Classes in org.redisson.connection that implement Node Modifier and Type Class Description classRedisClientEntry
-