com.supermap.services.components
Class AbstractRuntimeJobState.DeployTaskResult
- java.lang.Object
-
- com.supermap.services.components.commontypes.JobState
-
- com.supermap.services.components.AbstractRuntimeJobState.DeployTaskResult
-
- Enclosing class:
- AbstractRuntimeJobState
public static class AbstractRuntimeJobState.DeployTaskResult extends JobState
The result class of deploying tiling tasks.
-
-
Field Summary
Fields Modifier and Type Field and Description booleanisSuccessThe deployment was successful.booleannoNewTaskOld tasks.-
Fields inherited from class com.supermap.services.components.commontypes.JobState
analystBlankPercentage, buildingScale, completed, completedBytes, completedScale, dataPreProcessBuildConfig, dataPreProcessState, deployedCompleted, deployedTotal, deployedWorkerInfo, deployingDataWorkerInfo, elapsedTime, masterAddress, noFeaturesTileCount, pureColorTileCount, remainTime, runState, scaleConfigs, scaleInfos, speedPerSecond, startTime, tasks, tasksToRetry, tileMatrixEdgeCount, total
-
-
Constructor Summary
Constructors Constructor and Description AbstractRuntimeJobState.DeployTaskResult(boolean noTask)The Constructor.AbstractRuntimeJobState.DeployTaskResult(JobState state, boolean success)The Constructor.
-
Method Summary
-
Methods inherited from class com.supermap.services.components.commontypes.JobState
equals, hashCode, setTileCountPerTask
-
-
-
-
Field Detail
-
isSuccess
public boolean isSuccess
The deployment was successful.
-
noNewTask
public boolean noNewTask
Old tasks.
-
-
Constructor Detail
-
AbstractRuntimeJobState.DeployTaskResult
public AbstractRuntimeJobState.DeployTaskResult(JobState state, boolean success)
The Constructor.
- Parameters:
state-success-
-
AbstractRuntimeJobState.DeployTaskResult
public AbstractRuntimeJobState.DeployTaskResult(boolean noTask)
The Constructor.
- Parameters:
name-
-
-