| Package | Description |
|---|---|
| de.flapdoodle.embed.process.distribution | |
| de.flapdoodle.embed.process.runtime |
| Modifier and Type | Method and Description |
|---|---|
static Platform |
Platform.detect() |
Platform |
ImmutableDistribution.platform() |
abstract Platform |
Distribution.platform() |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static ImmutableDistribution |
ImmutableDistribution.of(Version version,
Platform platform,
BitSize bitsize)
Construct a new immutable
Distribution instance. |
static Distribution |
Distribution.of(Version version,
Platform platform,
BitSize bitsize) |
ImmutableDistribution.Builder |
ImmutableDistribution.Builder.platform(Platform platform)
Initializes the value for the
platform attribute. |
ImmutableDistribution |
ImmutableDistribution.withPlatform(Platform value)
Copy the current immutable object by setting a value for the
platform attribute. |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
NUMA.isNUMA(SupportConfig support,
Platform platform) |
static boolean |
NUMA.isNUMAOnce(SupportConfig support,
Platform platform) |
static boolean |
Processes.isProcessRunning(Platform platform,
long pid) |
static boolean |
Processes.killProcess(SupportConfig support,
Platform platform,
StreamProcessor output,
long pid) |
static boolean |
Processes.termProcess(SupportConfig support,
Platform platform,
StreamProcessor output,
long pid) |
static boolean |
Processes.tryKillProcess(SupportConfig support,
Platform platform,
StreamProcessor output,
long pid) |
Copyright © 2020. All rights reserved.