Class Insert

    • Constructor Detail

      • Insert

        public Insert()
    • Method Detail

      • setExtraArguments

        protected void setExtraArguments​(java.util.List<java.lang.String> arg_probe_config)
                                  throws ClifException
        Description copied from class: AbstractDumbInsert
        Override this method when you are willing to pass some extra parameters to the Insert, below the sampling period and duration standard arguments.
        Overrides:
        setExtraArguments in class AbstractDumbInsert
        Throws:
        ClifException
      • close

        protected void close()
        Description copied from class: AbstractDumbInsert
        Override this method when you are willing to release some resources when the probe ends its activity.
        Overrides:
        close in class AbstractDumbInsert
      • getHelpMessage

        public java.lang.String getHelpMessage()
        Description copied from class: AbstractDumbInsert
        Gives probe help. This basic implementation mentions the 2 first arguments: polling period and execution time. Override this method to extend the help message by adding extra arguments when necessary.
        Overrides:
        getHelpMessage in class AbstractDumbInsert
        Returns:
        a message giving basic help to use this probe