Class WriteWekaLog

  • All Implemented Interfaces:
    java.io.Serializable, BaseStepExtender, Step

    @KFStep(name="WriteToWekaLog",
            category="Flow",
            toolTipText="Write data to the log",
            iconPath="weka/gui/knowledgeflow/icons/WriteWekaLog.gif")
    public class WriteWekaLog
    extends BaseStep
    Step that takes incoming data and writes it to the Weka log
    Version:
    $Revision: $
    Author:
    Mark Hall (mhall{[at]}pentaho{[dot]}com)
    See Also:
    Serialized Form
    • Constructor Detail

      • WriteWekaLog

        public WriteWekaLog()
    • Method Detail

      • getLoggingLevel

        public LoggingLevel getLoggingLevel()
        Get the logging level to use
        Returns:
        the level to use
      • setIncrementalLoggingFrequency

        @OptionMetadata(displayName="Incremental logging frequency",
                        description="How often to write an incremental/streaming data point to the log",
                        displayOrder=2)
        public void setIncrementalLoggingFrequency​(java.lang.String frequency)
        Set how frequently to write an incremental data point to the log
        Parameters:
        frequency - the frequency (in data points) to write to the log
      • getIncrementalLoggingFrequency

        public java.lang.String getIncrementalLoggingFrequency()
        Get how frequently to write an incremental data point to the log
        Returns:
        the frequency (in data points) to write to the log
      • getIncomingConnectionTypes

        public java.util.List<java.lang.String> getIncomingConnectionTypes()
        Get a list of acceptable incoming connection types (at this point in time)
        Returns:
        a list of legal incoming connection types to accept
      • getOutgoingConnectionTypes

        public java.util.List<java.lang.String> getOutgoingConnectionTypes()
        Get currently generatable outgoing connection types
        Returns:
        a list of outgoing connection types