com.supermap.services.components.impl

Class LocalTileMasterClient

  • java.lang.Object
    • com.supermap.services.components.impl.LocalTileMasterClient
    • Method Summary

      Methods 
      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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • notifyTaskFailed

        public boolean notifyTaskFailed(java.lang.String taskId)
        
        Description copied from interface: TileMasterClient

        The tiling node reports a tiling task to the master node failed

        Specified by:
        notifyTaskFailed in interface TileMasterClient
        Returns:
      • notifyJobDeployCompleted

        public boolean notifyJobDeployCompleted(java.lang.String jobId,
                                       java.lang.String workerId)
        
        Description copied from interface: TileMasterClient

        The tiling node reports to the master node that the tiling job has been locally deployed successfully

        Specified by:
        notifyJobDeployCompleted in interface TileMasterClient
        Returns: