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)
TileMasterClient
The tiling node reports a tiling task to the master node successed
notifyTaskCompleted
in interface TileMasterClient
public boolean notifyTaskFailed(java.lang.String taskId)
TileMasterClient
The 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)
TileMasterClient
The tiling node reports to the master node that the tiling job has been locally deployed successfully
notifyJobDeployCompleted
in interface TileMasterClient