StreamingJob.UpdateStages.WithCluster Interface

public static interface StreamingJob.UpdateStages.WithCluster

The stage of the StreamingJob update allowing to specify cluster.

Method Summary

Modifier and Type Method and Description
abstract Update withCluster(ClusterInfo cluster)

Specifies the cluster property: The cluster which streaming jobs will run on..

Method Details

withCluster

public abstract StreamingJob.Update withCluster(ClusterInfo cluster)

Specifies the cluster property: The cluster which streaming jobs will run on..

Parameters:

cluster - The cluster which streaming jobs will run on.

Returns:

the next definition stage.

Applies to