Class LocalPipelineRunConfiguration

    • Field Detail

      • rowSetSize

        @GuiWidgetElement(id="rowSetSize",
                          order="010",
                          parentId="PipelineRunConfiguration-PluginSpecific-Options",
                          type=TEXT,
                          label="i18n:org.apache.hop.ui.pipeline.config:PipelineRunConfigurationDialog.RowSetSize.Label")
        protected String rowSetSize
      • safeModeEnabled

        @GuiWidgetElement(id="safeModeEnabled",
                          order="020",
                          parentId="PipelineRunConfiguration-PluginSpecific-Options",
                          type=CHECKBOX,
                          label="i18n:org.apache.hop.ui.pipeline.config:PipelineRunConfigurationDialog.SafeModeEnabled.Label")
        protected boolean safeModeEnabled
      • gatheringMetrics

        @GuiWidgetElement(id="gatheringMetrics",
                          order="030",
                          parentId="PipelineRunConfiguration-PluginSpecific-Options",
                          type=CHECKBOX,
                          label="i18n:org.apache.hop.ui.pipeline.config:PipelineRunConfigurationDialog.GatheringMetrics.Label")
        protected boolean gatheringMetrics
      • sortingTransformsTopologically

        @GuiWidgetElement(id="sortTransformsTopologically",
                          order="040",
                          parentId="PipelineRunConfiguration-PluginSpecific-Options",
                          type=CHECKBOX,
                          label="i18n:org.apache.hop.ui.pipeline.config:PipelineRunConfigurationDialog.SortTransformsTopologically.Label")
        protected boolean sortingTransformsTopologically
      • feedbackShown

        @GuiWidgetElement(id="feedbackShown",
                          order="050",
                          parentId="PipelineRunConfiguration-PluginSpecific-Options",
                          type=CHECKBOX,
                          label="i18n:org.apache.hop.ui.pipeline.config:PipelineRunConfigurationDialog.FeedbackShown.Label")
        protected boolean feedbackShown
        Whether the feedback is shown.
      • feedbackSize

        @GuiWidgetElement(id="feedbackSize",
                          order="060",
                          parentId="PipelineRunConfiguration-PluginSpecific-Options",
                          type=TEXT,
                          label="i18n:org.apache.hop.ui.pipeline.config:PipelineRunConfigurationDialog.FeedbackSize.Label")
        protected String feedbackSize
        The feedback size.
      • waitTime

        @GuiWidgetElement(id="waitTime",
                          order="070",
                          parentId="PipelineRunConfiguration-PluginSpecific-Options",
                          type=TEXT,
                          label="i18n:org.apache.hop.ui.pipeline.config:PipelineRunConfigurationDialog.WaitTime.Label")
        protected String waitTime
        The feedback size.
      • sampleSize

        @GuiWidgetElement(id="sampleSize",
                          order="090",
                          parentId="PipelineRunConfiguration-PluginSpecific-Options",
                          type=TEXT,
                          label="i18n:org.apache.hop.ui.pipeline.config:PipelineRunConfigurationDialog.SampleSize.Label")
        protected String sampleSize
        The feedback size.
      • transactional

        @GuiWidgetElement(id="transactional",
                          order="100",
                          parentId="PipelineRunConfiguration-PluginSpecific-Options",
                          type=CHECKBOX,
                          label="i18n:org.apache.hop.ui.pipeline.config:PipelineRunConfigurationDialog.Transactional.Label",
                          toolTip="i18n:org.apache.hop.ui.pipeline.config:PipelineRunConfigurationDialog.Transactional.ToolTip")
        protected boolean transactional
    • Constructor Detail

      • LocalPipelineRunConfiguration

        public LocalPipelineRunConfiguration()
    • Method Detail

      • getRowSetSize

        public String getRowSetSize()
        Gets rowSetSize
        Returns:
        value of rowSetSize
      • setRowSetSize

        public void setRowSetSize​(String rowSetSize)
        Parameters:
        rowSetSize - The rowSetSize to set
      • isSafeModeEnabled

        public boolean isSafeModeEnabled()
        Gets safeModeEnabled
        Returns:
        value of safeModeEnabled
      • setSafeModeEnabled

        public void setSafeModeEnabled​(boolean safeModeEnabled)
        Parameters:
        safeModeEnabled - The safeModeEnabled to set
      • isGatheringMetrics

        public boolean isGatheringMetrics()
        Gets gatheringMetrics
        Returns:
        value of gatheringMetrics
      • setGatheringMetrics

        public void setGatheringMetrics​(boolean gatheringMetrics)
        Parameters:
        gatheringMetrics - The gatheringMetrics to set
      • isSortingTransformsTopologically

        public boolean isSortingTransformsTopologically()
        Gets sortingTransformsTopologically
        Returns:
        value of sortingTransformsTopologically
      • setSortingTransformsTopologically

        public void setSortingTransformsTopologically​(boolean sortingTransformsTopologically)
        Parameters:
        sortingTransformsTopologically - The sortingTransformsTopologically to set
      • isFeedbackShown

        public boolean isFeedbackShown()
        Gets feedbackShown
        Returns:
        value of feedbackShown
      • setFeedbackShown

        public void setFeedbackShown​(boolean feedbackShown)
        Parameters:
        feedbackShown - The feedbackShown to set
      • getFeedbackSize

        public String getFeedbackSize()
        Gets feedbackSize
        Returns:
        value of feedbackSize
      • setFeedbackSize

        public void setFeedbackSize​(String feedbackSize)
        Parameters:
        feedbackSize - The feedbackSize to set
      • getWaitTime

        public String getWaitTime()
        Gets waitTime
        Returns:
        value of the waitTime
      • setWaitTime

        public void setWaitTime​(String waitTime)
        Parameters:
        waitTime - The waitTime for buffer check
      • getSampleTypeInGui

        public String getSampleTypeInGui()
        Gets sampleTypeInGui
        Returns:
        value of sampleTypeInGui
      • setSampleTypeInGui

        public void setSampleTypeInGui​(String sampleTypeInGui)
        Parameters:
        sampleTypeInGui - The sampleTypeInGui to set
      • getSampleSize

        public String getSampleSize()
        Gets sampleSize
        Returns:
        value of sampleSize
      • setSampleSize

        public void setSampleSize​(String sampleSize)
        Parameters:
        sampleSize - The sampleSize to set
      • isTransactional

        public boolean isTransactional()
        Gets transactional
        Returns:
        value of transactional
      • setTransactional

        public void setTransactional​(boolean transactional)
        Parameters:
        transactional - The transactional to set