Uses of Interface
com.exasol.udfdebugging.Module
-
Packages that use Module Package Description com.exasol.udfdebugging com.exasol.udfdebugging.modules.coverage com.exasol.udfdebugging.modules.debugging com.exasol.udfdebugging.modules.jprofiler -
-
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)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) -
Uses of Module in com.exasol.udfdebugging.modules.debugging
Classes in com.exasol.udfdebugging.modules.debugging that implement Module Modifier and Type Class Description classDebuggingModuleMethods in com.exasol.udfdebugging.modules.debugging that return Module Modifier and Type Method Description ModuleDebuggingModuleFactory. buildModule(LocalServiceExposer localServiceExposer, com.exasol.bucketfs.Bucket bucket) -
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)
-