@ConfigurationProperties(prefix="spring.redis") public class RedisProperties extends ObjectSE
修飾子と型 | クラスと説明 |
---|---|
static class | RedisProperties.Cluster クラスターのプロパティ。 |
static class | RedisProperties.Jedis Jedis クライアントプロパティ。 |
static class | RedisProperties.Lettuce Lettuce クライアントプロパティ。 |
static class | RedisProperties.Pool プールのプロパティ。 |
static class | RedisProperties.Sentinel Redis sentinel プロパティ。 |
コンストラクターと説明 |
---|
RedisProperties() |
修飾子と型 | メソッドと説明 |
---|---|
RedisProperties.Cluster | getCluster() |
int | getDatabase() |
StringSE | getHost() |
RedisProperties.Jedis | getJedis() |
RedisProperties.Lettuce | getLettuce() |
StringSE | getPassword() |
int | getPort() |
RedisProperties.Sentinel | getSentinel() |
DurationSE | getTimeout() |
StringSE | getUrl() |
boolean | isSsl() |
void | setCluster(RedisProperties.Cluster cluster) |
void | setDatabase(int database) |
void | setHost(StringSE host) |
void | setPassword(StringSE password) |
void | setPort(int port) |
void | setSentinel(RedisProperties.Sentinel sentinel) |
void | setSsl(boolean ssl) |
void | setTimeout(DurationSE timeout) |
void | setUrl(StringSE url) |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSE
public int getDatabase()
public void setDatabase(int database)
public StringSE getUrl()
public void setUrl(StringSE url)
public StringSE getHost()
public void setHost(StringSE host)
public StringSE getPassword()
public void setPassword(StringSE password)
public int getPort()
public void setPort(int port)
public boolean isSsl()
public void setSsl(boolean ssl)
public void setTimeout(DurationSE timeout)
public DurationSE getTimeout()
public RedisProperties.Sentinel getSentinel()
public void setSentinel(RedisProperties.Sentinel sentinel)
public RedisProperties.Cluster getCluster()
public void setCluster(RedisProperties.Cluster cluster)
public RedisProperties.Jedis getJedis()
public RedisProperties.Lettuce getLettuce()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.