public class RedisClusterConfig extends Object
Constructor | Description |
---|---|
RedisClusterConfig() |
public Integer getNodeLifetimeSeconds()
public void setNodeLifetimeSeconds(Integer nodeLifetimeSeconds)
public Integer getMinRedisConnections()
public void setMinRedisConnections(Integer minRedisConnections)
public Integer getMaxRedisConnections()
public void setMaxRedisConnections(Integer maxRedisConnections)
public ExecutorService getCoreExecutorService()
public void setCoreExecutorService(ExecutorService coreExecutorService)
public Integer getConnectionTimeout()
public void setConnectionTimeout(Integer connectionTimeout)
public Integer getGeneralTimeout()
public void setGeneralTimeout(Integer generalTimeout)
public Integer getIdleTimeout()
public void setIdleTimeout(Integer idleTimeout)
public Integer getReconnectionTimeout()
public void setReconnectionTimeout(Integer reconnectionTimeout)
public Integer getPingTimeout()
public void setPingTimeout(Integer pingTimeout)
public Integer getRetryAttempts()
public void setRetryAttempts(Integer retryAttempts)
public Integer getRetryInterval()
public void setRetryInterval(Integer retryInterval)
public Integer getShardingBuckets()
public void setShardingBuckets(Integer shardingBuckets)
public List<RedisPipelineStep> getPipelineSteps()
public void setPipelineSteps(List<RedisPipelineStep> pipelineSteps)
public Integer getRedissonThreads()
public void setRedissonThreads(Integer redissonThreads)
public Integer getNettyThreads()
public void setNettyThreads(Integer nettyThreads)
public Boolean getShareEventLoop()
public void setShareEventLoop(Boolean shareEventLoop)
public ExecutorService getRedissonExecutorService()
public void setRedissonExecutorService(ExecutorService redissonExecutorService)
public Boolean getDnsMonitoring()
public void setDnsMonitoring(Boolean dnsMonitoring)
public Integer getDnsMonitoringInverval()
public void setDnsMonitoringInverval(Integer dnsMonitoringInverval)
public Integer getFailedAttempts()
public void setFailedAttempts(Integer failedAttempts)
public Integer getMessagingHealthcheckInterval()
public void setMessagingHealthcheckInterval(Integer messagingHealthcheckInterval)
public Integer getMessageSendAttempts()
public void setMessageSendAttempts(Integer messageSendAttempts)
Copyright © 2018 Electronic Arts Inc. All rights reserved.