Uses of Class
org.redisson.cluster.ClusterNodeInfo
-
Packages that use ClusterNodeInfo Package Description org.redisson.client.protocol org.redisson.client.protocol.decoder -
-
Uses of ClusterNodeInfo in org.redisson.client.protocol
Fields in org.redisson.client.protocol with type parameters of type ClusterNodeInfo Modifier and Type Field Description static RedisStrictCommand<List<ClusterNodeInfo>>RedisCommands. CLUSTER_NODESstatic RedisStrictCommand<List<ClusterNodeInfo>>RedisCommands. CLUSTER_NODES_SSL -
Uses of ClusterNodeInfo in org.redisson.client.protocol.decoder
Methods in org.redisson.client.protocol.decoder that return types with arguments of type ClusterNodeInfo Modifier and Type Method Description List<ClusterNodeInfo>ClusterNodesDecoder. decode(io.netty.buffer.ByteBuf buf, State state)
-