Interface DebugFunctionsLocal


  • public interface DebugFunctionsLocal
    Debug methods for data processing.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String MAPPED_NAME  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> log​(java.util.List<java.lang.String> input, java.lang.String prefix)
      Write the result from query or previous functions in the processing chain to the server log file.
    • Method Detail

      • log

        java.util.List<java.lang.String> log​(java.util.List<java.lang.String> input,
                                             java.lang.String prefix)
                                      throws PubServerException
        Write the result from query or previous functions in the processing chain to the server log file. Optionally you can add a prefix, to make the messages more easy to find
        Parameters:
        input - result from query or previous functions in the processing chain
        prefix - prefix to make the log message easier to find
        Returns:
        the input list
        Throws:
        PubServerException