public interface H2ORunnable
H2ORunnable interface should be implemented by any class whose
instances are intended to be submitted to the H2O forkjoin pool via
H2O.submitTask. The class must define a method of no arguments called
run.| Modifier and Type | Method and Description |
|---|---|
void |
run() |
void |
stop() |