Uses of Interface
com.exasol.udfdebugging.LocalServiceExposer
-
-
Uses of LocalServiceExposer in com.exasol.udfdebugging
Methods in com.exasol.udfdebugging that return LocalServiceExposer Modifier and Type Method Description static LocalServiceExposerLocalServiceExposer. forHost(String host)Create an instance ofLocalServiceExposerfor a host that does not require port mapping.Methods in com.exasol.udfdebugging with parameters of type LocalServiceExposer Modifier and Type Method Description ModuleModuleFactory. buildModule(LocalServiceExposer localServiceExposer, com.exasol.bucketfs.Bucket bucket, Connection exasolConnection)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, Connection exasolConnection)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, Connection exasolConnection)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, Connection exasolConnection) -
Uses of LocalServiceExposer in com.exasol.udfdebugging.modules.udflogs
Methods in com.exasol.udfdebugging.modules.udflogs with parameters of type LocalServiceExposer Modifier and Type Method Description ModuleUdfLogsModuleFactory. buildModule(LocalServiceExposer localServiceExposer, com.exasol.bucketfs.Bucket bucket, Connection exasolConnection)Constructors in com.exasol.udfdebugging.modules.udflogs with parameters of type LocalServiceExposer Constructor Description UdfLogsModule(LocalServiceExposer localServiceExposer, Connection exasolConnection)Create a new instance ofUdfLogsModule.
-