public class Exec extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Exec.Result |
| Constructor and Description |
|---|
Exec(int parallelizationLevel,
long reaperDelayMs,
int maxProcessQueueSize) |
| Modifier and Type | Method and Description |
|---|---|
com.linkedin.parseq.Task<Exec.Result> |
command(String desc,
long timeout,
TimeUnit timeUnit,
String... command) |
void |
start() |
void |
stop() |
public Exec(int parallelizationLevel,
long reaperDelayMs,
int maxProcessQueueSize)
public com.linkedin.parseq.Task<Exec.Result> command(String desc, long timeout, TimeUnit timeUnit, String... command)
public void start()
public void stop()
Copyright © 2017. All rights reserved.