public class RedisC
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
WAITING_TIME_SHUTDOWN_IN_MS |
| Constructor and Description |
|---|
RedisC() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<java.lang.String> |
getCommandLine(RedisCliConfig config,
de.flapdoodle.embed.process.extract.IExtractedFileSet rediscExecutable) |
static boolean |
sendShutdown(de.flapdoodle.embed.process.distribution.IVersion redisVersion,
java.net.InetAddress hostname,
int port,
boolean isNested) |
static boolean |
sendShutdown(de.flapdoodle.embed.process.distribution.IVersion redisVersion,
java.net.InetAddress hostname,
int port,
boolean isNested,
de.flapdoodle.embed.process.config.IRuntimeConfig runtimeConfig) |
public static final int WAITING_TIME_SHUTDOWN_IN_MS
public static java.util.List<java.lang.String> getCommandLine(RedisCliConfig config, de.flapdoodle.embed.process.extract.IExtractedFileSet rediscExecutable) throws java.net.UnknownHostException
java.net.UnknownHostExceptionpublic static boolean sendShutdown(de.flapdoodle.embed.process.distribution.IVersion redisVersion,
java.net.InetAddress hostname,
int port,
boolean isNested)
public static boolean sendShutdown(de.flapdoodle.embed.process.distribution.IVersion redisVersion,
java.net.InetAddress hostname,
int port,
boolean isNested,
de.flapdoodle.embed.process.config.IRuntimeConfig runtimeConfig)
Copyright © 2013. All Rights Reserved.