public static class AbstractRuntimeJobState.DeployTaskResult extends JobState
The result class of deploying tiling tasks.
| Modifier and Type | Field and Description | 
|---|---|
| boolean | isSuccessThe deployment was successful. | 
| boolean | noNewTaskOld tasks. | 
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 and Description | 
|---|
| AbstractRuntimeJobState.DeployTaskResult(boolean noTask)The Constructor. | 
| AbstractRuntimeJobState.DeployTaskResult(JobState state, boolean success)The Constructor. | 
equals, hashCode, setTileCountPerTaskpublic boolean isSuccess
The deployment was successful.
public boolean noNewTask
Old tasks.
public AbstractRuntimeJobState.DeployTaskResult(JobState state, boolean success)
The Constructor.
state -success -public AbstractRuntimeJobState.DeployTaskResult(boolean noTask)
The Constructor.
name -