Package com.exasol.udfdebugging
Class UdfTestSetup
- java.lang.Object
-
- com.exasol.udfdebugging.UdfTestSetup
-
public class UdfTestSetup extends Object
Test setup for testing UDFs in the database.
-
-
Constructor Summary
Constructors Constructor Description UdfTestSetup(String testHostIpAddress)Create a new instance ofUdfTestSetup.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getJvmOptions()Get JVM options required for this setup.
-
-
-
Constructor Detail
-
UdfTestSetup
public UdfTestSetup(String testHostIpAddress)
Create a new instance ofUdfTestSetup.- Parameters:
testHostIpAddress- IP address of the host running this UDF Test Setup under which UDFs can reach it
-
-
Method Detail
-
getJvmOptions
public String[] getJvmOptions()
Get JVM options required for this setup.- Returns:
- array of JVM options
-
-