Uses of Class
org.redisson.config.MasterSlaveServersConfig
-
Packages that use MasterSlaveServersConfig Package Description org.redisson.config org.redisson.connection org.redisson.connection.balancer org.redisson.connection.pool org.redisson.pubsub -
-
Uses of MasterSlaveServersConfig in org.redisson.config
Methods in org.redisson.config that return MasterSlaveServersConfig Modifier and Type Method Description MasterSlaveServersConfigMasterSlaveServersConfig. addSlaveAddress(String slaveAddress)MasterSlaveServersConfigMasterSlaveServersConfig. addSlaveAddress(String... addresses)Add Redis slave server address.protected MasterSlaveServersConfigConfig. getMasterSlaveServersConfig()MasterSlaveServersConfigMasterSlaveServersConfig. setDatabase(int database)Database index used for Redis connection Default is0MasterSlaveServersConfigMasterSlaveServersConfig. setMasterAddress(String masterAddress)Set Redis master server address.MasterSlaveServersConfigConfig. useMasterSlaveServers()Init master/slave servers configuration.Methods in org.redisson.config with parameters of type MasterSlaveServersConfig Modifier and Type Method Description protected voidConfig. setMasterSlaveServersConfig(MasterSlaveServersConfig masterSlaveConnectionConfig) -
Uses of MasterSlaveServersConfig in org.redisson.connection
Fields in org.redisson.connection declared as MasterSlaveServersConfig Modifier and Type Field Description protected MasterSlaveServersConfigMasterSlaveConnectionManager. configMethods in org.redisson.connection that return MasterSlaveServersConfig Modifier and Type Method Description protected MasterSlaveServersConfigMasterSlaveConnectionManager. create(BaseMasterSlaveServersConfig<?> cfg)protected MasterSlaveServersConfigReplicatedConnectionManager. create(BaseMasterSlaveServersConfig<?> cfg)protected MasterSlaveServersConfigSentinelConnectionManager. create(BaseMasterSlaveServersConfig<?> cfg)MasterSlaveServersConfigConnectionManager. getConfig()MasterSlaveServersConfigMasterSlaveConnectionManager. getConfig()MasterSlaveServersConfigMasterSlaveEntry. getConfig()Methods in org.redisson.connection with parameters of type MasterSlaveServersConfig Modifier and Type Method Description protected voidMasterSlaveConnectionManager. initTimer(MasterSlaveServersConfig config)Constructors in org.redisson.connection with parameters of type MasterSlaveServersConfig Constructor Description IdleConnectionWatcher(ConnectionManager manager, MasterSlaveServersConfig config)MasterSlaveConnectionManager(MasterSlaveServersConfig cfg, Config config, UUID id)MasterSlaveEntry(ConnectionManager connectionManager, MasterSlaveServersConfig config, String sslHostname)SingleEntry(ConnectionManager connectionManager, MasterSlaveServersConfig config, String sslHostname) -
Uses of MasterSlaveServersConfig in org.redisson.connection.balancer
Constructors in org.redisson.connection.balancer with parameters of type MasterSlaveServersConfig Constructor Description LoadBalancerManager(MasterSlaveServersConfig config, ConnectionManager connectionManager, MasterSlaveEntry entry) -
Uses of MasterSlaveServersConfig in org.redisson.connection.pool
Constructors in org.redisson.connection.pool with parameters of type MasterSlaveServersConfig Constructor Description MasterConnectionPool(MasterSlaveServersConfig config, ConnectionManager connectionManager, MasterSlaveEntry masterSlaveEntry)MasterPubSubConnectionPool(MasterSlaveServersConfig config, ConnectionManager connectionManager, MasterSlaveEntry masterSlaveEntry)PubSubConnectionPool(MasterSlaveServersConfig config, ConnectionManager connectionManager, MasterSlaveEntry masterSlaveEntry)SlaveConnectionPool(MasterSlaveServersConfig config, ConnectionManager connectionManager, MasterSlaveEntry masterSlaveEntry) -
Uses of MasterSlaveServersConfig in org.redisson.pubsub
Constructors in org.redisson.pubsub with parameters of type MasterSlaveServersConfig Constructor Description PublishSubscribeService(ConnectionManager connectionManager, MasterSlaveServersConfig config)
-