| Package | Description |
|---|---|
| org.apache.ignite.internal.util |
System-wide utility routine and helper classes.
|
| Modifier and Type | Method and Description |
|---|---|
static GridJavaProcess |
GridJavaProcess.exec(Class cls,
String params,
@Nullable IgniteLogger log,
@Nullable IgniteInClosure<String> printC,
@Nullable GridAbsClosure procKilledC)
Executes main() method of the given class in a separate system process.
|
static GridJavaProcess |
GridJavaProcess.exec(Class cls,
String params,
@Nullable IgniteLogger log,
@Nullable IgniteInClosure<String> printC,
@Nullable GridAbsClosure procKilledC,
@Nullable Collection<String> jvmArgs,
@Nullable String cp)
Executes main() method of the given class in a separate system process.
|
static GridJavaProcess |
GridJavaProcess.exec(String clsName,
String params,
@Nullable IgniteLogger log,
@Nullable IgniteInClosure<String> printC,
@Nullable GridAbsClosure procKilledC,
@Nullable String javaHome,
@Nullable Collection<String> jvmArgs,
@Nullable String cp)
Executes main() method of the given class in a separate system process.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.1 Release Date : May 21 2020