public class H2OJob<T extends water.Keyed & H2ORunnable>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected water.Key<water.Job> |
_jobKey |
protected T |
_target |
| Constructor and Description |
|---|
H2OJob(T runnable,
water.Key<T> key,
long max_runtime_msecs) |
H2OJob(T runnable,
long max_runtime_msecs) |
| Modifier and Type | Method and Description |
|---|---|
water.Job<T> |
start() |
water.Job<T> |
start(int work) |
void |
stop() |
protected final T extends water.Keyed & H2ORunnable _target
protected water.Key<water.Job> _jobKey
public H2OJob(T runnable, long max_runtime_msecs)