Uses of Class
org.redisson.config.BaseMasterSlaveServersConfig
-
Packages that use BaseMasterSlaveServersConfig Package Description org.redisson.config org.redisson.connection -
-
Uses of BaseMasterSlaveServersConfig in org.redisson.config
Classes in org.redisson.config with type parameters of type BaseMasterSlaveServersConfig Modifier and Type Class Description class
BaseMasterSlaveServersConfig<T extends BaseMasterSlaveServersConfig<T>>
Subclasses of BaseMasterSlaveServersConfig in org.redisson.config Modifier and Type Class Description class
ClusterServersConfig
class
MasterSlaveServersConfig
class
ReplicatedServersConfig
Configuration for an Azure Redis Cache or AWS ElastiCache servers.class
SentinelServersConfig
-
Uses of BaseMasterSlaveServersConfig in org.redisson.connection
Methods in org.redisson.connection with parameters of type BaseMasterSlaveServersConfig Modifier and Type Method Description protected MasterSlaveServersConfig
MasterSlaveConnectionManager. create(BaseMasterSlaveServersConfig<?> cfg)
protected MasterSlaveServersConfig
ReplicatedConnectionManager. create(BaseMasterSlaveServersConfig<?> cfg)
protected MasterSlaveServersConfig
SentinelConnectionManager. create(BaseMasterSlaveServersConfig<?> cfg)
-