Uses of Interface
com.exasol.udfdebugging.Module
-
-
Uses of Module in com.exasol.udfdebugging
Methods in com.exasol.udfdebugging that return Module Modifier and Type Method Description ModuleModuleFactory. buildModule(LocalServiceExposer localServiceExposer, com.exasol.bucketfs.Bucket bucket, Connection exasolConnection)Build theModule. -
Uses of Module in com.exasol.udfdebugging.modules.coverage
Classes in com.exasol.udfdebugging.modules.coverage that implement Module Modifier and Type Class Description classCoverageModuleModulefor measuring code coverage in UDFs.Methods in com.exasol.udfdebugging.modules.coverage that return Module Modifier and Type Method Description ModuleCoverageModuleFactory. buildModule(LocalServiceExposer localServiceExposer, com.exasol.bucketfs.Bucket bucket, Connection exasolConnection) -
Uses of Module in com.exasol.udfdebugging.modules.debugging
Classes in com.exasol.udfdebugging.modules.debugging that implement Module Modifier and Type Class Description classDebuggingModuleThis module configures a Java-UDF execution so that it connects to a remote debugger.Methods in com.exasol.udfdebugging.modules.debugging that return Module Modifier and Type Method Description ModuleDebuggingModuleFactory. buildModule(LocalServiceExposer localServiceExposer, com.exasol.bucketfs.Bucket bucket, Connection exasolConnection) -
Uses of Module in com.exasol.udfdebugging.modules.jprofiler
Methods in com.exasol.udfdebugging.modules.jprofiler that return Module Modifier and Type Method Description ModuleJProfilerModuleFactory. buildModule(LocalServiceExposer localServiceExposer, com.exasol.bucketfs.Bucket bucket, Connection exasolConnection) -
Uses of Module in com.exasol.udfdebugging.modules.udflogs
Classes in com.exasol.udfdebugging.modules.udflogs that implement Module Modifier and Type Class Description classUdfLogsModuleThis module redirects the STDOUT of UDFs to files on the test host.Methods in com.exasol.udfdebugging.modules.udflogs that return Module Modifier and Type Method Description ModuleUdfLogsModuleFactory. buildModule(LocalServiceExposer localServiceExposer, com.exasol.bucketfs.Bucket bucket, Connection exasolConnection)
-