com.supermap.services.components.impl
Class LocalTileMasterClient
- java.lang.Object
-
- com.supermap.services.components.impl.LocalTileMasterClient
-
- All Implemented Interfaces:
- TileMasterClient
public class LocalTileMasterClient extends java.lang.Object implements TileMasterClient
-
-
Method Summary
Methods Modifier and Type Method and Description booleannotifyJobDeployCompleted(java.lang.String jobId, java.lang.String workerId)The tiling node reports to the master node that the tiling job has been locally deployed successfullybooleannotifyTaskCompleted(java.lang.String taskId, TileTaskBuildResult result)The tiling node reports a tiling task to the master node successedbooleannotifyTaskFailed(java.lang.String taskId)The tiling node reports a tiling task to the master node failed
-
-
-
Method Detail
-
notifyTaskCompleted
public boolean notifyTaskCompleted(java.lang.String taskId, TileTaskBuildResult result)Description copied from interface:TileMasterClientThe tiling node reports a tiling task to the master node successed
- Specified by:
notifyTaskCompletedin interfaceTileMasterClient- Returns:
-
notifyTaskFailed
public boolean notifyTaskFailed(java.lang.String taskId)
Description copied from interface:TileMasterClientThe tiling node reports a tiling task to the master node failed
- Specified by:
notifyTaskFailedin interfaceTileMasterClient- Returns:
-
notifyJobDeployCompleted
public boolean notifyJobDeployCompleted(java.lang.String jobId, java.lang.String workerId)Description copied from interface:TileMasterClientThe tiling node reports to the master node that the tiling job has been locally deployed successfully
- Specified by:
notifyJobDeployCompletedin interfaceTileMasterClient- Returns:
-
-