public class Mongod extends Object
| Constructor and Description |
|---|
Mongod() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getMongodProcessId(String output,
int defaultValue) |
static boolean |
sendShutdown(InetAddress hostname,
int port) |
static boolean |
sendShutdown(InetAddress hostname,
int port,
byte[] commandBinaryStream) |
static boolean |
sendShutdownLegacy(InetAddress hostname,
int port) |
public static boolean sendShutdown(InetAddress hostname, int port)
public static boolean sendShutdownLegacy(InetAddress hostname, int port)
public static boolean sendShutdown(InetAddress hostname, int port, byte[] commandBinaryStream)
public static int getMongodProcessId(String output, int defaultValue)
Copyright © 2024. All rights reserved.