Uses of Class
org.redisson.api.NodeType
-
Packages that use NodeType Package Description org.redisson org.redisson.api org.redisson.cluster org.redisson.connection org.redisson.connection.balancer org.redisson.redisnode -
-
Uses of NodeType in org.redisson
Methods in org.redisson with parameters of type NodeType Modifier and Type Method Description Collection<N>RedisNodes. getNodes(NodeType type)Deprecated. -
Uses of NodeType in org.redisson.api
Methods in org.redisson.api that return NodeType Modifier and Type Method Description NodeTypeNode. getType()Deprecated.Returns node typestatic NodeTypeNodeType. valueOf(String name)Returns the enum constant of this type with the specified name.static NodeType[]NodeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.redisson.api with parameters of type NodeType Modifier and Type Method Description Collection<N>NodesGroup. getNodes(NodeType type)Deprecated.Get all Redis nodes by type -
Uses of NodeType in org.redisson.cluster
Methods in org.redisson.cluster with parameters of type NodeType Modifier and Type Method Description protected RedisClientConfigClusterConnectionManager. createRedisConfig(NodeType type, RedisURI address, int timeout, int commandTimeout, String sslHostname) -
Uses of NodeType in org.redisson.connection
Methods in org.redisson.connection that return NodeType Modifier and Type Method Description NodeTypeClientConnectionsEntry. getNodeType()NodeTypeRedisClientEntry. getType()Methods in org.redisson.connection with parameters of type NodeType Modifier and Type Method Description protected RFuture<RedisConnection>MasterSlaveConnectionManager. connectToNode(NodeType type, BaseConfig<?> cfg, RedisURI addr, String sslHostname)RedisClientConnectionManager. createClient(NodeType type, InetSocketAddress address, RedisURI uri, String sslHostname)RedisClientConnectionManager. createClient(NodeType type, RedisURI address, int timeout, int commandTimeout, String sslHostname)RedisClientConnectionManager. createClient(NodeType type, RedisURI address, String sslHostname)RedisClientMasterSlaveConnectionManager. createClient(NodeType type, InetSocketAddress address, RedisURI uri, String sslHostname)RedisClientMasterSlaveConnectionManager. createClient(NodeType type, RedisURI address, int timeout, int commandTimeout, String sslHostname)RedisClientMasterSlaveConnectionManager. createClient(NodeType type, RedisURI address, String sslHostname)protected RedisClientConfigMasterSlaveConnectionManager. createRedisConfig(NodeType type, RedisURI address, int timeout, int commandTimeout, String sslHostname)protected RedisClientConfigSentinelConnectionManager. createRedisConfig(NodeType type, RedisURI address, int timeout, int commandTimeout, String sslHostname)voidClientConnectionsEntry. setNodeType(NodeType nodeType)Constructors in org.redisson.connection with parameters of type NodeType Constructor Description ClientConnectionsEntry(RedisClient client, int poolMinSize, int poolMaxSize, int subscribePoolMinSize, int subscribePoolMaxSize, ConnectionManager connectionManager, NodeType nodeType)RedisClientEntry(RedisClient client, CommandAsyncExecutor commandExecutor, NodeType type) -
Uses of NodeType in org.redisson.connection.balancer
Methods in org.redisson.connection.balancer with parameters of type NodeType Modifier and Type Method Description voidLoadBalancerManager. changeType(InetSocketAddress address, NodeType nodeType) -
Uses of NodeType in org.redisson.redisnode
Methods in org.redisson.redisnode with parameters of type NodeType Modifier and Type Method Description protected RedisNodeRedissonBaseNodes. getNode(String address, NodeType nodeType)protected <T extends RedisNode>
Collection<T>RedissonBaseNodes. getNodes(NodeType type)Constructors in org.redisson.redisnode with parameters of type NodeType Constructor Description RedisNode(RedisClient client, CommandAsyncExecutor commandExecutor, NodeType type)
-