public class NativeProcess extends Object implements Serializable
| Constructor and Description |
|---|
NativeProcess(SerializableSupplier<ProcessBuilder> procBuilderSupplier,
String stdin,
UUID nodeId)
Constructs a new instance of native process specification.
|
| Modifier and Type | Method and Description |
|---|---|
UUID |
getNodeId() |
Supplier<ProcessBuilder> |
getProcBuilderSupplier() |
String |
getStdin() |
public NativeProcess(SerializableSupplier<ProcessBuilder> procBuilderSupplier, String stdin, UUID nodeId)
procBuilderSupplier - Process builder supplier.stdin - Stdin of the process.nodeId - Node identifier.public Supplier<ProcessBuilder> getProcBuilderSupplier()
public String getStdin()
public UUID getNodeId()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.5 Release Date : June 4 2019