Class DebuggingModule
- java.lang.Object
-
- com.exasol.udfdebugging.modules.debugging.DebuggingModule
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEBUGGING_PORT
-
Constructor Summary
Constructors Constructor Description DebuggingModule(String testHostIpAddress)Create a new instance ofDebuggingModule.
-
-
-
Field Detail
-
DEBUGGING_PORT
public static final String DEBUGGING_PORT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DebuggingModule
public DebuggingModule(String testHostIpAddress)
Create a new instance ofDebuggingModule.- Parameters:
testHostIpAddress- IP address of the host running this UDF Test Setup under which UDFs can reach it
-
-
Method Detail
-
getJvmOptions
public Stream<String> getJvmOptions()
- Specified by:
getJvmOptionsin interfaceModule
-
-