Class FilterStreamConverterJobRequest

    • Constructor Detail

      • FilterStreamConverterJobRequest

        public FilterStreamConverterJobRequest​(FilterStreamType inputType,
                                               Map<String,​Object> inputProperties,
                                               FilterStreamType outputType,
                                               Map<String,​Object> outputProperties)
        Parameters:
        inputType - the type of the input module
        inputProperties - the configuration of the input module
        outputType - the type of the output module
        outputProperties - the configuration of the output module
      • FilterStreamConverterJobRequest

        public FilterStreamConverterJobRequest​(FilterStreamType inputType,
                                               Map<String,​Object> inputProperties,
                                               FilterStreamType outputType,
                                               boolean eventsFolded,
                                               Map<String,​Object> outputProperties)
        Parameters:
        inputType - the type of the input module
        inputProperties - the configuration of the input module
        outputType - the type of the output module
        eventsFolded - true if events produced during the conversion should be folded
        outputProperties - the configuration of the output module
      • FilterStreamConverterJobRequest

        public FilterStreamConverterJobRequest​(Request request)
        Parameters:
        request - the request to copy
    • Method Detail

      • getInputType

        public FilterStreamType getInputType()
        Returns:
        the type of the input module
      • getInputProperties

        public Map<String,​Object> getInputProperties()
        Returns:
        the configuration of the input module
      • getOutputType

        public FilterStreamType getOutputType()
        Returns:
        the type of the output module
      • isEventsFolded

        public boolean isEventsFolded()
        Returns:
        true if events produced during the conversion should be folded
        Since:
        8.2RC1
      • getOutputProperties

        public Map<String,​Object> getOutputProperties()
        Returns:
        the configuration of the output module