Uses of Enum
org.redisson.api.NodeType
Packages that use NodeType
Package
Description
-
Uses of NodeType in org.redisson
Methods in org.redisson with parameters of type NodeType -
Uses of NodeType in org.redisson.api
Methods in org.redisson.api that return NodeTypeModifier and TypeMethodDescriptionNode.getType()Deprecated.Returns node typestatic NodeTypeReturns 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 NodeTypeModifier and TypeMethodDescriptionDeprecated.Get all Redis nodes by type -
Uses of NodeType in org.redisson.cluster
Methods in org.redisson.cluster with parameters of type NodeTypeModifier and TypeMethodDescriptionprotected 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 NodeTypeModifier and TypeMethodDescriptionClientConnectionsEntry.getNodeType()RedisClientEntry.getType()Methods in org.redisson.connection with parameters of type NodeTypeModifier and TypeMethodDescriptionprotected final CompletionStage<RedisConnection>MasterSlaveConnectionManager.connectToNode(NodeType type, BaseConfig<?> cfg, RedisURI addr, String sslHostname) ConnectionManager.createClient(NodeType type, InetSocketAddress address, RedisURI uri, String sslHostname) ConnectionManager.createClient(NodeType type, RedisURI address, int timeout, int commandTimeout, String sslHostname) ConnectionManager.createClient(NodeType type, RedisURI address, String sslHostname) MasterSlaveConnectionManager.createClient(NodeType type, InetSocketAddress address, RedisURI uri, String sslHostname) MasterSlaveConnectionManager.createClient(NodeType type, RedisURI address, int timeout, int commandTimeout, String sslHostname) MasterSlaveConnectionManager.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 NodeTypeModifierConstructorDescriptionClientConnectionsEntry(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 NodeTypeModifier and TypeMethodDescriptionvoidLoadBalancerManager.changeType(InetSocketAddress address, NodeType nodeType) -
Uses of NodeType in org.redisson.redisnode
Methods in org.redisson.redisnode with parameters of type NodeTypeModifier and TypeMethodDescriptionprotected RedisNodeprotected <T extends RedisNode>
Collection<T>Constructors in org.redisson.redisnode with parameters of type NodeTypeModifierConstructorDescriptionRedisNode(RedisClient client, CommandAsyncExecutor commandExecutor, NodeType type)