| Package | Description |
|---|---|
| de.flapdoodle.embed.process.distribution | |
| de.flapdoodle.embed.process.runtime |
| Modifier and Type | Method and Description |
|---|---|
static Platform |
Platform.detect() |
Platform |
Distribution.getPlatform() |
static Platform |
Platform.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Platform[] |
Platform.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Distribution(IVersion version,
Platform platform,
BitSize bitsize) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
NUMA.isNUMA(ISupportConfig support,
Platform platform) |
static boolean |
NUMA.isNUMAOnce(ISupportConfig support,
Platform platform) |
static boolean |
ProcessControl.killProcess(ISupportConfig support,
Platform platform,
IStreamProcessor output,
int pid) |
static boolean |
ProcessControl.tryKillProcess(ISupportConfig support,
Platform platform,
IStreamProcessor output,
int pid) |
Copyright © 2013. All Rights Reserved.