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