Interface DebugFunctionsLocal
-
public interface DebugFunctionsLocalDebug methods for data processing.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringMAPPED_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.
-
-
-
Field Detail
-
MAPPED_NAME
static final java.lang.String MAPPED_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
log
java.util.List<java.lang.String> log(java.util.List<java.lang.String> input, java.lang.String prefix) throws PubServerExceptionWrite 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 chainprefix- prefix to make the log message easier to find- Returns:
- the input list
- Throws:
PubServerException
-
-