Class LivePipelineProperties


  • public final class LivePipelineProperties
    extends Object
    Live pipeline properties.
    • Constructor Detail

      • LivePipelineProperties

        public LivePipelineProperties()
    • Method Detail

      • getDescription

        public String getDescription()
        Get the description property: An optional description of the live pipeline.
        Returns:
        the description value.
      • setDescription

        public LivePipelineProperties setDescription​(String description)
        Set the description property: An optional description of the live pipeline.
        Parameters:
        description - the description value to set.
        Returns:
        the LivePipelineProperties object itself.
      • getTopologyName

        public String getTopologyName()
        Get the topologyName property: The reference to an existing pipeline topology defined for real-time content processing. When activated, this live pipeline will process content according to the pipeline topology definition.
        Returns:
        the topologyName value.
      • setTopologyName

        public LivePipelineProperties setTopologyName​(String topologyName)
        Set the topologyName property: The reference to an existing pipeline topology defined for real-time content processing. When activated, this live pipeline will process content according to the pipeline topology definition.
        Parameters:
        topologyName - the topologyName value to set.
        Returns:
        the LivePipelineProperties object itself.
      • getParameters

        public List<ParameterDefinition> getParameters()
        Get the parameters property: List of the instance level parameter values for the user-defined topology parameters. A pipeline can only define or override parameters values for parameters which have been declared in the referenced topology. Topology parameters without a default value must be defined. Topology parameters with a default value can be optionally be overridden.
        Returns:
        the parameters value.
      • setParameters

        public LivePipelineProperties setParameters​(List<ParameterDefinition> parameters)
        Set the parameters property: List of the instance level parameter values for the user-defined topology parameters. A pipeline can only define or override parameters values for parameters which have been declared in the referenced topology. Topology parameters without a default value must be defined. Topology parameters with a default value can be optionally be overridden.
        Parameters:
        parameters - the parameters value to set.
        Returns:
        the LivePipelineProperties object itself.
      • getState

        public LivePipelineState getState()
        Get the state property: Current pipeline state (read-only).
        Returns:
        the state value.
      • setState

        public LivePipelineProperties setState​(LivePipelineState state)
        Set the state property: Current pipeline state (read-only).
        Parameters:
        state - the state value to set.
        Returns:
        the LivePipelineProperties object itself.