public class RabitTrackerH2O
extends java.lang.Object
implements ai.h2o.xgboost4j.java.IRabitTracker
| Modifier and Type | Field and Description |
|---|---|
static int |
MAGIC |
| Constructor and Description |
|---|
RabitTrackerH2O(int workers) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
getWorkerEnvs() |
boolean |
start(long timeout) |
void |
stop() |
void |
uncaughtException(java.lang.Thread t,
java.lang.Throwable e) |
int |
waitFor(long timeout) |
public static final int MAGIC
public java.util.Map<java.lang.String,java.lang.String> getWorkerEnvs()
getWorkerEnvs in interface ai.h2o.xgboost4j.java.IRabitTrackerpublic boolean start(long timeout)
start in interface ai.h2o.xgboost4j.java.IRabitTrackerpublic void stop()
stop in interface ai.h2o.xgboost4j.java.IRabitTrackerpublic int waitFor(long timeout)
waitFor in interface ai.h2o.xgboost4j.java.IRabitTrackerpublic void uncaughtException(java.lang.Thread t,
java.lang.Throwable e)
uncaughtException in interface java.lang.Thread.UncaughtExceptionHandler