Uses of Class
org.redisson.config.ClusterServersConfig
-
Packages that use ClusterServersConfig Package Description org.redisson.cluster org.redisson.config -
-
Uses of ClusterServersConfig in org.redisson.cluster
Constructors in org.redisson.cluster with parameters of type ClusterServersConfig Constructor Description ClusterConnectionManager(ClusterServersConfig cfg, Config config, UUID id) -
Uses of ClusterServersConfig in org.redisson.config
Methods in org.redisson.config that return ClusterServersConfig Modifier and Type Method Description ClusterServersConfigClusterServersConfig. addNodeAddress(String... addresses)Add Redis cluster node address.protected ClusterServersConfigConfig. getClusterServersConfig()ClusterServersConfigClusterServersConfig. setCheckSlotsCoverage(boolean checkSlotsCoverage)Enables cluster slots check during Redisson startup.ClusterServersConfigClusterServersConfig. setNatMap(Map<String,String> natMap)Deprecated.ClusterServersConfigClusterServersConfig. setNatMapper(NatMapper natMapper)Defines NAT mapper which maps Redis URI object.ClusterServersConfigClusterServersConfig. setScanInterval(int scanInterval)Redis cluster scan interval in millisecondsClusterServersConfigConfig. useClusterServers()Init cluster servers configurationMethods in org.redisson.config with parameters of type ClusterServersConfig Modifier and Type Method Description protected voidConfig. setClusterServersConfig(ClusterServersConfig clusterServersConfig)
-