|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.data.redis.connection.srp.SrpConnectionFactory
public class SrpConnectionFactory
Connection factory creating Redis Protocol based connections.
| Constructor Summary | |
|---|---|
SrpConnectionFactory()
Constructs a new SRedisConnectionFactory instance
with default settings. |
|
SrpConnectionFactory(String host,
int port)
Constructs a new SRedisConnectionFactory instance
with default settings. |
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
|
void |
destroy()
|
RedisConnection |
getConnection()
Provides a suitable connection for interacting with Redis. |
String |
getHostName()
Returns the current host. |
int |
getPort()
Returns the current port. |
void |
setHostName(String host)
Sets the host. |
void |
setPort(int port)
Sets the port. |
DataAccessException |
translateExceptionIfPossible(RuntimeException ex)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SrpConnectionFactory()
SRedisConnectionFactory instance
with default settings.
public SrpConnectionFactory(String host,
int port)
SRedisConnectionFactory instance
with default settings.
| Method Detail |
|---|
public void afterPropertiesSet()
afterPropertiesSet in interface InitializingBeanpublic void destroy()
destroy in interface DisposableBeanpublic RedisConnection getConnection()
RedisConnectionFactory
getConnection in interface RedisConnectionFactorypublic DataAccessException translateExceptionIfPossible(RuntimeException ex)
translateExceptionIfPossible in interface PersistenceExceptionTranslatorpublic String getHostName()
public void setHostName(String host)
host - the host to setpublic int getPort()
public void setPort(int port)
port - the port to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||