A B C D E G I J L M P U 
All Classes All Packages

A

AbstractModuleFactory - Class in com.exasol.udfdebugging.modules
Abstract basis for Module.
AbstractModuleFactory(String) - Constructor for class com.exasol.udfdebugging.modules.AbstractModuleFactory
Create a new instance of AbstractModuleFactory.

B

buildModule(LocalServiceExposer, Bucket) - Method in interface com.exasol.udfdebugging.ModuleFactory
Build the Module.
buildModule(LocalServiceExposer, Bucket) - Method in class com.exasol.udfdebugging.modules.coverage.CoverageModuleFactory
 
buildModule(LocalServiceExposer, Bucket) - Method in class com.exasol.udfdebugging.modules.debugging.DebuggingModuleFactory
 
buildModule(LocalServiceExposer, Bucket) - Method in class com.exasol.udfdebugging.modules.jprofiler.JProfilerModuleFactory
 

C

com.exasol.udfdebugging - package com.exasol.udfdebugging
 
com.exasol.udfdebugging.modules - package com.exasol.udfdebugging.modules
 
com.exasol.udfdebugging.modules.coverage - package com.exasol.udfdebugging.modules.coverage
 
com.exasol.udfdebugging.modules.debugging - package com.exasol.udfdebugging.modules.debugging
 
com.exasol.udfdebugging.modules.jprofiler - package com.exasol.udfdebugging.modules.jprofiler
 
CoverageModule - Class in com.exasol.udfdebugging.modules.coverage
Module for measuring code coverage in UDFs.
CoverageModule(LocalServiceExposer, Bucket) - Constructor for class com.exasol.udfdebugging.modules.coverage.CoverageModule
Create a new instance of CoverageModule.
CoverageModuleFactory - Class in com.exasol.udfdebugging.modules.coverage
 
CoverageModuleFactory() - Constructor for class com.exasol.udfdebugging.modules.coverage.CoverageModuleFactory
Create a new instance of CoverageModuleFactory.

D

DEBUGGING_PORT - Static variable in class com.exasol.udfdebugging.modules.debugging.DebuggingModule
 
DebuggingModule - Class in com.exasol.udfdebugging.modules.debugging
 
DebuggingModule(LocalServiceExposer) - Constructor for class com.exasol.udfdebugging.modules.debugging.DebuggingModule
Create a new instance of DebuggingModule.
DebuggingModuleFactory - Class in com.exasol.udfdebugging.modules.debugging
 
DebuggingModuleFactory() - Constructor for class com.exasol.udfdebugging.modules.debugging.DebuggingModuleFactory
Create a new instance of DebuggingModuleFactory.

E

exposeLocalServiceToDatabase(int) - Method in interface com.exasol.udfdebugging.LocalServiceExposer
Get the address for the network scope inside of the Exasol database for a given local service.

G

getJvmOptions() - Method in interface com.exasol.udfdebugging.Module
Get JVM options required by this module.
getJvmOptions() - Method in class com.exasol.udfdebugging.modules.coverage.CoverageModule
 
getJvmOptions() - Method in class com.exasol.udfdebugging.modules.debugging.DebuggingModule
 
getJvmOptions() - Method in class com.exasol.udfdebugging.UdfTestSetup
Get JVM options required for this setup.
getModulePropertyName() - Method in interface com.exasol.udfdebugging.ModuleFactory
Get the name of the property to enable this module.
getModulePropertyName() - Method in class com.exasol.udfdebugging.modules.AbstractModuleFactory
 
getPushDownSql(Statement, String) - Static method in class com.exasol.udfdebugging.PushDownTesting
 
getSelectionThatIsSentToTheAdapter(Statement, String) - Static method in class com.exasol.udfdebugging.PushDownTesting
 

I

isEnabled() - Method in interface com.exasol.udfdebugging.ModuleFactory
Get if this module is enabled by system property.
isEnabled() - Method in class com.exasol.udfdebugging.modules.AbstractModuleFactory
 

J

JProfilerModuleFactory - Class in com.exasol.udfdebugging.modules.jprofiler
ModuleFactory for JProfilerModule.
JProfilerModuleFactory() - Constructor for class com.exasol.udfdebugging.modules.jprofiler.JProfilerModuleFactory
Create a new instance of JProfilerModuleFactory.

L

LocalServiceExposer - Interface in com.exasol.udfdebugging
Implementors of this interface exposes a local service (socket) into the Exasol database.

M

Module - Interface in com.exasol.udfdebugging
Modules define a specific functionality that users can enable using system properties.
ModuleFactory - Interface in com.exasol.udfdebugging
 

P

PushDownTesting - Class in com.exasol.udfdebugging
 
PushDownTesting() - Constructor for class com.exasol.udfdebugging.PushDownTesting
 

U

UdfTestSetup - Class in com.exasol.udfdebugging
Test setup for testing UDFs in the database.
UdfTestSetup(ExasolTestSetup) - Constructor for class com.exasol.udfdebugging.UdfTestSetup
Create a new instance of UdfTestSetup.
UdfTestSetup(String, Bucket) - Constructor for class com.exasol.udfdebugging.UdfTestSetup
Create a new instance of UdfTestSetup.
A B C D E G I J L M P U 
All Classes All Packages