Class ClusterJobInner


  • public final class ClusterJobInner
    extends Object
    A streaming job.
    • Constructor Detail

      • ClusterJobInner

        public ClusterJobInner()
    • Method Detail

      • id

        public String id()
        Get the id property: Resource ID of the streaming job.
        Returns:
        the id value.
      • streamingUnits

        public Integer streamingUnits()
        Get the streamingUnits property: The number of streaming units that are used by the streaming job.
        Returns:
        the streamingUnits value.
      • jobState

        public JobState jobState()
        Get the jobState property: The current execution state of the streaming job.
        Returns:
        the jobState value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.