public interface TileMasterClient
The client agent interface for tileworker to notify the tilemaster task status.
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
|
boolean notifyTaskFailed(java.lang.String taskId)
The tiling node reports a tiling task to the master node failed
taskId
-boolean notifyTaskCompleted(java.lang.String taskId, TileTaskBuildResult result)
The tiling node reports a tiling task to the master node successed
taskId
-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
taskId
-