Uses of Class
org.redisson.config.BaseConfig
-
Packages that use BaseConfig Package Description org.redisson.config org.redisson.connection -
-
Uses of BaseConfig in org.redisson.config
Classes in org.redisson.config with type parameters of type BaseConfig Modifier and Type Class Description class
BaseConfig<T extends BaseConfig<T>>
Subclasses of BaseConfig in org.redisson.config Modifier and Type Class Description class
BaseMasterSlaveServersConfig<T extends BaseMasterSlaveServersConfig<T>>
class
ClusterServersConfig
class
MasterSlaveServersConfig
class
ReplicatedServersConfig
Configuration for an Azure Redis Cache or AWS ElastiCache servers.class
SentinelServersConfig
class
SingleServerConfig
-
Uses of BaseConfig in org.redisson.connection
Methods in org.redisson.connection with parameters of type BaseConfig Modifier and Type Method Description protected RFuture<RedisConnection>
MasterSlaveConnectionManager. connectToNode(NodeType type, BaseConfig<?> cfg, RedisURI addr, String sslHostname)
protected RFuture<RedisConnection>
MasterSlaveConnectionManager. connectToNode(BaseConfig<?> cfg, RedisURI addr, String sslHostname)
-