public class RunningMongosProcess extends RunningMongoProcess
| Constructor and Description |
|---|
RunningMongosProcess(de.flapdoodle.embed.process.runtime.ProcessControl process,
Path pidFile,
long timeout,
Runnable onStop,
de.flapdoodle.embed.process.config.SupportConfig supportConfig,
de.flapdoodle.os.Platform platform,
Net net,
de.flapdoodle.embed.process.io.StreamProcessor commandOutput,
int mongodProcessId) |
| Modifier and Type | Method and Description |
|---|---|
static de.flapdoodle.embed.process.types.RunningProcessFactory<RunningMongosProcess> |
factory(long startupTimeout,
de.flapdoodle.embed.process.config.SupportConfig supportConfig,
de.flapdoodle.os.Platform platform,
Net net) |
getServerAddress, sendKillToProcess, sendStopToMongoInstance, sendTermToProcess, shutDownCommandAlreadyExecuted, stop, tryKillToProcesspublic RunningMongosProcess(de.flapdoodle.embed.process.runtime.ProcessControl process,
Path pidFile,
long timeout,
Runnable onStop,
de.flapdoodle.embed.process.config.SupportConfig supportConfig,
de.flapdoodle.os.Platform platform,
Net net,
de.flapdoodle.embed.process.io.StreamProcessor commandOutput,
int mongodProcessId)
public static de.flapdoodle.embed.process.types.RunningProcessFactory<RunningMongosProcess> factory(long startupTimeout, de.flapdoodle.embed.process.config.SupportConfig supportConfig, de.flapdoodle.os.Platform platform, Net net)
Copyright © 2024. All rights reserved.