Job.DefinitionStages.WithNodeCount Interface

public static interface Job.DefinitionStages.WithNodeCount

The stage of the Job definition allowing to specify nodeCount.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withNodeCount(Integer nodeCount)

Specifies the nodeCount property: Number of compute nodes to run the job on.

Method Details

withNodeCount

public abstract Job.DefinitionStages.WithCreate withNodeCount(Integer nodeCount)

Specifies the nodeCount property: Number of compute nodes to run the job on. The job will be gang scheduled on that many compute nodes..

Parameters:

nodeCount - Number of compute nodes to run the job on. The job will be gang scheduled on that many compute nodes.

Returns:

the next definition stage.

Applies to