Package com.trendyol.jdempotent.redis
Class RedisConfigProperties
java.lang.Object
com.trendyol.jdempotent.redis.RedisConfigProperties
@Configuration @ConditionalOnProperty(value="jdempotent.enable", havingValue="true", matchIfMissing=true) public class RedisConfigProperties extends Object
-
Constructor Summary
Constructors Constructor Description RedisConfigProperties()
-
Method Summary
Modifier and Type Method Description Integer
getDatabase()
String
getDialTimeoutSecond()
Long
getExpirationTimeHour()
String
getMaxRetryCount()
String
getPassword()
String
getReadTimeoutSecond()
List<String>
getSentinelHostList()
String
getSentinelMasterName()
Integer
getSentinelPort()
String
getWriteTimeoutSecond()
void
setDatabase(Integer database)
void
setDialTimeoutSecond(String dialTimeoutSecond)
void
setExpirationTimeHour(Long expirationTimeHour)
void
setMaxRetryCount(String maxRetryCount)
void
setPassword(String password)
void
setReadTimeoutSecond(String readTimeoutSecond)
void
setSentinelHostList(List<String> sentinelHostList)
void
setSentinelMasterName(String sentinelMasterName)
void
setSentinelPort(Integer sentinelPort)
void
setWriteTimeoutSecond(String writeTimeoutSecond)
-
Constructor Details
-
RedisConfigProperties
public RedisConfigProperties()
-
-
Method Details
-
getSentinelPort
-
setSentinelPort
-
getPassword
-
setPassword
-
getSentinelMasterName
-
setSentinelMasterName
-
getSentinelHostList
-
setSentinelHostList
-
getExpirationTimeHour
-
setExpirationTimeHour
-
getDialTimeoutSecond
-
setDialTimeoutSecond
-
getReadTimeoutSecond
-
setReadTimeoutSecond
-
getWriteTimeoutSecond
-
setWriteTimeoutSecond
-
getMaxRetryCount
-
setMaxRetryCount
-
getDatabase
-
setDatabase
-