public class RedisConfiguration extends Object
RedisDatastoreProvider.| Constructor and Description |
|---|
RedisConfiguration(ConfigurationPropertyReader propertyReader) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDatabaseNumber() |
Hosts |
getHosts() |
String |
getPassword() |
long |
getTimeout() |
boolean |
isCluster() |
boolean |
isSsl() |
public RedisConfiguration(ConfigurationPropertyReader propertyReader)
public Hosts getHosts()
OgmProperties.HOST,
OgmProperties.PORTpublic int getDatabaseNumber()
OgmProperties.DATABASEpublic String getPassword()
OgmProperties.PASSWORDpublic long getTimeout()
RedisProperties.TIMEOUTpublic boolean isSsl()
RedisProperties.SSLpublic boolean isCluster()
RedisProperties.CLUSTERCopyright © 2010–2016 Hibernate. All rights reserved.