public class EmbeddedRedisLifecycleManager extends AbstractLifecycleManager
| Modifier and Type | Field and Description |
|---|---|
static String |
INMEMORY_REDIS_TARGET_PATH |
protected static String |
LOCALHOST |
protected static int |
PORT |
| Constructor and Description |
|---|
EmbeddedRedisLifecycleManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
doStart() |
void |
doStop() |
String |
getHost() |
int |
getPort() |
String |
getTargetPath() |
void |
setTargetPath(String targetPath) |
isReady, startEngine, stopEngineprotected static final String LOCALHOST
protected static final int PORT
public static final String INMEMORY_REDIS_TARGET_PATH
public String getHost()
getHost in class AbstractLifecycleManagerpublic int getPort()
getPort in class AbstractLifecycleManagerpublic void doStart()
throws Throwable
doStart in class AbstractLifecycleManagerThrowablepublic void doStop()
doStop in class AbstractLifecycleManagerpublic void setTargetPath(String targetPath)
public String getTargetPath()
Copyright © 2016. All Rights Reserved.