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 ClusterServersConfig
ClusterServersConfig. addNodeAddress(String... addresses)
Add Redis cluster node address.protected ClusterServersConfig
Config. getClusterServersConfig()
ClusterServersConfig
ClusterServersConfig. setCheckSlotsCoverage(boolean checkSlotsCoverage)
Enables cluster slots check during Redisson startup.ClusterServersConfig
ClusterServersConfig. setNatMap(Map<String,String> natMap)
Deprecated.ClusterServersConfig
ClusterServersConfig. setNatMapper(NatMapper natMapper)
Defines NAT mapper which maps Redis URI object.ClusterServersConfig
ClusterServersConfig. setScanInterval(int scanInterval)
Redis cluster scan interval in millisecondsClusterServersConfig
Config. useClusterServers()
Init cluster servers configurationMethods in org.redisson.config with parameters of type ClusterServersConfig Modifier and Type Method Description protected void
Config. setClusterServersConfig(ClusterServersConfig clusterServersConfig)
-