Class InfobrightLoaderMeta

    • Constructor Detail

      • InfobrightLoaderMeta

        public InfobrightLoaderMeta()
        Default constructor.
    • Method Detail

      • getInfobrightProductType

        public String getInfobrightProductType()
      • setDataFormat

        public void setDataFormat​(com.infobright.etl.model.DataFormat dataFormat)
      • getDataFormat

        public com.infobright.etl.model.DataFormat getDataFormat()
      • getDebugFile

        public String getDebugFile()
      • setCharset

        public void setCharset​(Charset charset2)
      • setAgentPort

        public void setAgentPort​(int agentPort2)
      • setDebugFile

        public void setDebugFile​(String debugFile)
      • loadXML

        public void loadXML​(Node stepnode,
                            List<org.pentaho.di.core.database.DatabaseMeta> databases,
                            org.pentaho.metastore.api.IMetaStore metaStore)
                     throws org.pentaho.di.core.exception.KettleXMLException
        Description copied from interface: StepMetaInterface
        Load the values for this step from an XML Node
        Specified by:
        loadXML in interface StepMetaInterface
        Overrides:
        loadXML in class TableOutputMeta
        Parameters:
        stepnode - the Node to get the info from
        databases - The available list of databases to reference to
        metaStore - the metastore to optionally load external reference metadata from
        Throws:
        org.pentaho.di.core.exception.KettleXMLException - When an unexpected XML error occurred. (malformed etc.)
      • readRep

        public void readRep​(Repository rep,
                            org.pentaho.metastore.api.IMetaStore metaStore,
                            org.pentaho.di.repository.ObjectId id_step,
                            List<org.pentaho.di.core.database.DatabaseMeta> databases)
                     throws org.pentaho.di.core.exception.KettleException
        Description copied from interface: StepMetaInterface
        Read the steps information from a Kettle repository
        Specified by:
        readRep in interface StepMetaInterface
        Overrides:
        readRep in class TableOutputMeta
        Parameters:
        rep - The repository to read from
        metaStore - The MetaStore to read external information from
        id_step - The step ID
        databases - The databases to reference
        Throws:
        org.pentaho.di.core.exception.KettleException - When an unexpected error occurred (database, network, etc)
      • saveRep

        public void saveRep​(Repository rep,
                            org.pentaho.metastore.api.IMetaStore metaStore,
                            org.pentaho.di.repository.ObjectId id_transformation,
                            org.pentaho.di.repository.ObjectId id_step)
                     throws org.pentaho.di.core.exception.KettleException
        Description copied from interface: StepMetaInterface
        Save the steps data into a Kettle repository
        Specified by:
        saveRep in interface StepMetaInterface
        Overrides:
        saveRep in class TableOutputMeta
        Parameters:
        rep - The Kettle repository to save to
        metaStore - the metaStore to optionally write to
        id_transformation - The transformation ID
        id_step - The step ID
        Throws:
        org.pentaho.di.core.exception.KettleException - When an unexpected error occurred (database, network, etc)
      • isRejectErrors

        public boolean isRejectErrors()
        Returns:
        the rejectErrors
      • setRejectErrors

        public void setRejectErrors​(boolean rejectErrors)
        Parameters:
        rejectErrors - the rejectErrors to set.
      • getAgentPort

        public int getAgentPort()
      • getCharset

        public Charset getCharset()