public class RabitTracker extends Object implements ITracker
| 构造器和说明 | 
|---|
| RabitTracker(int numWorkers) | 
| RabitTracker(int numWorkers, String hostIp) | 
| RabitTracker(int numWorkers, String hostIp, int port, int timeout) | 
public RabitTracker(int numWorkers)
             throws XGBoostError
XGBoostErrorpublic RabitTracker(int numWorkers,
                    String hostIp)
             throws XGBoostError
XGBoostErrorpublic RabitTracker(int numWorkers,
                    String hostIp,
                    int port,
                    int timeout)
             throws XGBoostError
XGBoostErrorpublic void uncaughtException(Thread t, Throwable e)
Thread.UncaughtExceptionHandler 中的 uncaughtExceptionpublic Map<String,Object> getWorkerArgs() throws XGBoostError
ITracker 中的 getWorkerArgsXGBoostErrorpublic void stop()
          throws XGBoostError
ITracker 中的 stopXGBoostErrorpublic boolean start()
              throws XGBoostError
ITracker 中的 startXGBoostErrorpublic void waitFor(long timeout)
             throws XGBoostError
ITracker 中的 waitForXGBoostError版权所有 © 2025. 保留所有权利。