public class Mongod extends AbstractMongo
| Constructor and Description |
|---|
Mongod() |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
enhanceCommandLinePlattformSpecific(de.flapdoodle.embed.process.distribution.Distribution distribution,
List<String> commands) |
static List<String> |
getCommandLine(MongodConfig config,
de.flapdoodle.embed.process.extract.ExtractedFileSet files,
File dbDir) |
static int |
getMongodProcessId(String output,
int defaultValue) |
static boolean |
sendShutdown(InetAddress hostname,
int port) |
applyDefaultOptions, applyNetpublic static boolean sendShutdown(InetAddress hostname, int port)
public static int getMongodProcessId(String output, int defaultValue)
public static List<String> getCommandLine(MongodConfig config, de.flapdoodle.embed.process.extract.ExtractedFileSet files, File dbDir) throws UnknownHostException
UnknownHostExceptionCopyright © 2021. All rights reserved.