Uses of Enum
org.redisson.api.NodeType
Packages that use NodeType
-
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.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, String sslHostname) MasterSlaveConnectionManager.createClient(NodeType type, InetSocketAddress address, RedisURI uri, String sslHostname) protected RedisClientMasterSlaveConnectionManager.createClient(NodeType type, RedisURI address, int timeout, int commandTimeout, String sslHostname) MasterSlaveConnectionManager.createClient(NodeType type, RedisURI address, String sslHostname) protected RedisClientConfigClusterConnectionManager.createRedisConfig(NodeType type, RedisURI address, int timeout, int commandTimeout, 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) voidConnectionEventsHub.fireConnect(InetSocketAddress addr, NodeType nodeType) voidConnectionEventsHub.fireDisconnect(InetSocketAddress addr, NodeType nodeType) default voidConnectionListener.onConnect(InetSocketAddress addr, NodeType nodeType) This method is triggered when Redisson connected to Redis server.default voidConnectionListener.onDisconnect(InetSocketAddress addr, NodeType nodeType) This method is triggered when Redisson discovers that Redis server in disconnected state.Constructors in org.redisson.connection with parameters of type NodeTypeModifierConstructorDescriptionClientConnectionsEntry(RedisClient client, int poolMinSize, int poolMaxSize, ConnectionManager connectionManager, NodeType nodeType, MasterSlaveServersConfig config) RedisClientEntry(RedisClient client, CommandAsyncExecutor commandExecutor, NodeType type) -
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)