public class RedisClusterConfig extends Object
Constructor and Description |
---|
RedisClusterConfig() |
public Boolean getMessagingClustered()
public void setMessagingClustered(Boolean messagingClustered)
public Boolean getActorDirectoryClustered()
public void setActorDirectoryClustered(Boolean actorDirectoryClustered)
public Boolean getNodeDirectoryClustered()
public void setNodeDirectoryClustered(Boolean nodeDirectoryClustered)
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 getExecutorService()
public void setExecutorService(ExecutorService executorService)
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)
Copyright © 2017 Electronic Arts Inc. All rights reserved.