public class PythonProcessBuilderSupplier extends Object implements SerializableSupplier<ProcessBuilder>
| Constructor and Description |
|---|
PythonProcessBuilderSupplier(boolean interactive,
String... meta)
Constructs a new instance of Python process builder supplier.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessBuilder |
get()
Returns process builder to be used to start Python process.
|
public PythonProcessBuilderSupplier(boolean interactive,
String... meta)
interactive - Interactive flag (allows to used standard input to pass Python script).meta - Meta information that adds to script as arguments.public ProcessBuilder get()
get in interface Supplier<ProcessBuilder>
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.5 Release Date : June 4 2019