Interface StreamingJob.UpdateStages.WithCluster

  • All Known Subinterfaces:
    StreamingJob.Update
    Enclosing interface:
    StreamingJob.UpdateStages

    public static interface StreamingJob.UpdateStages.WithCluster
    The stage of the StreamingJob update allowing to specify cluster.
    • Method Detail

      • withCluster

        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.