public class LocalTileMasterClient extends java.lang.Object implements TileMasterClient
| Modifier and Type | Method and Description |
|---|---|
boolean |
notifyJobDeployCompleted(java.lang.String jobId, java.lang.String workerId)
The tiling node reports to the master node that the tiling job has been locally deployed successfully
|
boolean |
notifyTaskCompleted(java.lang.String taskId, TileTaskBuildResult result)
The tiling node reports a tiling task to the master node successed
|
boolean |
notifyTaskFailed(java.lang.String taskId)
The tiling node reports a tiling task to the master node failed
|
public boolean notifyTaskCompleted(java.lang.String taskId,
TileTaskBuildResult result)
TileMasterClientThe tiling node reports a tiling task to the master node successed
notifyTaskCompleted in interface TileMasterClientpublic boolean notifyTaskFailed(java.lang.String taskId)
TileMasterClientThe tiling node reports a tiling task to the master node failed
notifyTaskFailed in interface TileMasterClient
public boolean notifyJobDeployCompleted(java.lang.String jobId,
java.lang.String workerId)
TileMasterClientThe tiling node reports to the master node that the tiling job has been locally deployed successfully
notifyJobDeployCompleted in interface TileMasterClient