Uses of Interface
com.exasol.udfdebugging.LocalServiceExposer
-
Packages that use LocalServiceExposer Package Description com.exasol.udfdebugging com.exasol.udfdebugging.modules.coverage com.exasol.udfdebugging.modules.debugging com.exasol.udfdebugging.modules.jprofiler -
-
Uses of LocalServiceExposer in com.exasol.udfdebugging
Methods in com.exasol.udfdebugging with parameters of type LocalServiceExposer Modifier and Type Method Description ModuleModuleFactory. buildModule(LocalServiceExposer localServiceExposer, com.exasol.bucketfs.Bucket bucket)Build theModule. -
Uses of LocalServiceExposer in com.exasol.udfdebugging.modules.coverage
Methods in com.exasol.udfdebugging.modules.coverage with parameters of type LocalServiceExposer Modifier and Type Method Description ModuleCoverageModuleFactory. buildModule(LocalServiceExposer localServiceExposer, com.exasol.bucketfs.Bucket bucket)Constructors in com.exasol.udfdebugging.modules.coverage with parameters of type LocalServiceExposer Constructor Description CoverageModule(LocalServiceExposer localServiceExposer, com.exasol.bucketfs.Bucket bucket)Create a new instance ofCoverageModule. -
Uses of LocalServiceExposer in com.exasol.udfdebugging.modules.debugging
Methods in com.exasol.udfdebugging.modules.debugging with parameters of type LocalServiceExposer Modifier and Type Method Description ModuleDebuggingModuleFactory. buildModule(LocalServiceExposer localServiceExposer, com.exasol.bucketfs.Bucket bucket)Constructors in com.exasol.udfdebugging.modules.debugging with parameters of type LocalServiceExposer Constructor Description DebuggingModule(LocalServiceExposer localServiceExposer)Create a new instance ofDebuggingModule. -
Uses of LocalServiceExposer in com.exasol.udfdebugging.modules.jprofiler
Methods in com.exasol.udfdebugging.modules.jprofiler with parameters of type LocalServiceExposer Modifier and Type Method Description ModuleJProfilerModuleFactory. buildModule(LocalServiceExposer localServiceExposer, com.exasol.bucketfs.Bucket bucket)
-