- emitData(ETLStepResults) - Method in class com.hof.mi.etl.step.AbstractETLStep
-
Send data packets to all output steps.
- emitData(ETLStepResult) - Method in class com.hof.mi.etl.step.AbstractETLStep
-
Send a data packet to its output step
- encrypt() - Method in class com.hof.parameters.PasswordParameter
-
- endInternalTransmission(ETLStepResult) - Method in class com.hof.mi.etl.step.AbstractETLStep
-
Finish transmission by
removing data from internal wires and putting them into an array in the output data packet (represented by
ETLStepResult
).
- endInternalTransmission(ETLStepResult, boolean) - Method in class com.hof.mi.etl.step.AbstractETLStep
-
Finish transmission by getting data from internal wires and putting them into an array in the output data packet (represented by
ETLStepResult
).
- endRows(String) - Method in class com.hof.mi.etl.step.AbstractETLCachedStep
-
Signal end of data from an input step
- endRows(String) - Method in class com.hof.mi.etl.step.AbstractETLRowStep
-
Set the step's status and signal endRows() in subsequent steps.
- endRows(String) - Method in interface com.hof.mi.etl.step.ETLStep
-
This method is used to signal end-of-input.
- equals(Object) - Method in class com.hof.mi.etl.data.ETLStepBean
-
- equals(Object) - Method in class com.hof.mi.etl.data.ETLStepMetadataFieldBean
-
- equals(String) - Method in enum com.hof.mi.etl.ETLStepCategory
-
- ETLBackgroundRunContext - Class in com.hof.mi.etl.runner
-
Implementation of the
ETLRunContext
interface for running the entire ETL Process in the background.
- ETLBackgroundRunContext(Integer, Integer, String) - Constructor for class com.hof.mi.etl.runner.ETLBackgroundRunContext
-
- ETLBackgroundThreadManager - Class in com.hof.mi.etl.runner
-
Implementation of the
ETLThreadManager
interface for managing threads for ETL Background Execution.
- ETLBackgroundThreadManager(int) - Constructor for class com.hof.mi.etl.runner.ETLBackgroundThreadManager
-
- ETLDataCache - Interface in com.hof.mi.etl.cache
-
- ETLDataType - Enum in com.hof.mi.etl.step
-
- ETLElement - Enum in com.hof.mi.etl
-
- ETLException - Exception in com.hof.mi.etl
-
- ETLException(ETLElement, String, Object, String, Throwable) - Constructor for exception com.hof.mi.etl.ETLException
-
- ETLFieldLinkType - Enum in com.hof.mi.etl.step
-
- ETLFlowType - Enum in com.hof.mi.etl
-
ETL Flow Types
- ETLInlineStep - Interface in com.hof.mi.etl.step
-
All ETL Inline Steps must implement this interface.
- ETLMemDataCache - Class in com.hof.mi.etl.cache
-
- ETLMemDataCache(String, List<ETLStepMetadataFieldBean>) - Constructor for class com.hof.mi.etl.cache.ETLMemDataCache
-
- ETLPreviewRunContext - Class in com.hof.mi.etl.runner
-
Implementation of the
ETLRunContext
interface for running an ETL Process in Edit (Preview) Mode.
- ETLPreviewRunContext() - Constructor for class com.hof.mi.etl.runner.ETLPreviewRunContext
-
- ETLPreviewThreadManager - Class in com.hof.mi.etl.runner
-
Implementation of the
ETLThreadManager
interface for managing threads for ETL Preview (edit mode) Execution.
- ETLPreviewThreadManager(int) - Constructor for class com.hof.mi.etl.runner.ETLPreviewThreadManager
-
- ETLProcessStatus - Interface in com.hof.mi.etl.runner.status
-
Holds the status of an ETL Process.
- ETLProcessStatus.ETLProcessStatusCode - Enum in com.hof.mi.etl.runner.status
-
Status codes for the process
- ETLProcessStatusImpl - Class in com.hof.mi.etl.runner.status
-
- ETLProcessStatusImpl(String) - Constructor for class com.hof.mi.etl.runner.status.ETLProcessStatusImpl
-
- ETLRunContext - Interface in com.hof.mi.etl.runner
-
Context for an ETL job
- ETLRunContext.RunMode - Enum in com.hof.mi.etl.runner
-
- ETLRunner - Interface in com.hof.mi.etl.runner
-
Interface for running an ETL process.
- ETLRunnerImpl - Class in com.hof.mi.etl.runner
-
An implementation of the
ETLRunner
interface.
- ETLRunnerImpl(String, ETLRunContext) - Constructor for class com.hof.mi.etl.runner.ETLRunnerImpl
-
- ETLRunnerImpl(String, ETLRunContext, boolean) - Constructor for class com.hof.mi.etl.runner.ETLRunnerImpl
-
- ETLRunnerImpl(String) - Constructor for class com.hof.mi.etl.runner.ETLRunnerImpl
-
- ETLStep - Interface in com.hof.mi.etl.step
-
All ETL Transformation Steps must implement this interface.
- ETLStepAPIVersion - Enum in com.hof.mi.etl.step
-
This enum holds every version of the Step API we've released.
- ETLStepBean - Class in com.hof.mi.etl.data
-
Entity representing a processing step
- ETLStepBean() - Constructor for class com.hof.mi.etl.data.ETLStepBean
-
- ETLStepBean(String, String, String, String, String, String, Float, Float) - Constructor for class com.hof.mi.etl.data.ETLStepBean
-
- ETLStepCategory - Enum in com.hof.mi.etl
-
Defines categories for all ETLStep implementations
- ETLStepClassification - Enum in com.hof.mi.etl
-
Defines classifications for all ETLStep implementations
- ETLStepConfigPanel - Class in com.hof.mi.etl.step.definition.ui
-
- ETLStepConfigPanel(String, String) - Constructor for class com.hof.mi.etl.step.definition.ui.ETLStepConfigPanel
-
- ETLStepConfigPanel(String, String, String) - Constructor for class com.hof.mi.etl.step.definition.ui.ETLStepConfigPanel
-
- ETLStepConfigPanel(String, String, String, List<ParameterSection>) - Constructor for class com.hof.mi.etl.step.definition.ui.ETLStepConfigPanel
-
- ETLStepConfigPanel(String, String, String, List<ParameterSection>, String) - Constructor for class com.hof.mi.etl.step.definition.ui.ETLStepConfigPanel
-
- ETLStepConfigSection - Class in com.hof.mi.etl.step.definition.ui
-
- ETLStepConfigSection(String, String) - Constructor for class com.hof.mi.etl.step.definition.ui.ETLStepConfigSection
-
- ETLStepConfigSection(String, String, List<Parameter>) - Constructor for class com.hof.mi.etl.step.definition.ui.ETLStepConfigSection
-
- ETLStepErrorThresholdExceededException - Exception in com.hof.mi.etl
-
Exception thrown when an ETL step exceeds its error threshold.
- ETLStepErrorThresholdExceededException(String) - Constructor for exception com.hof.mi.etl.ETLStepErrorThresholdExceededException
-
- ETLStepMetadataFieldBean - Class in com.hof.mi.etl.data
-
This entity describes a single field of a ETLStepMetadata object
- ETLStepMetadataFieldBean() - Constructor for class com.hof.mi.etl.data.ETLStepMetadataFieldBean
-
- ETLStepMetadataFieldBean(String, String, String, String, Integer, String, Boolean, Boolean, String, String) - Constructor for class com.hof.mi.etl.data.ETLStepMetadataFieldBean
-
- ETLStepOptionType - Enum in com.hof.mi.etl
-
Defines option types for ETL Steps
- ETLStepPanels - Class in com.hof.mi.etl.step.definition.ui
-
- ETLStepPanels() - Constructor for class com.hof.mi.etl.step.definition.ui.ETLStepPanels
-
- ETLStepPanels(String, String) - Constructor for class com.hof.mi.etl.step.definition.ui.ETLStepPanels
-
- ETLStepPanels(String, String, List<ParameterPanel>) - Constructor for class com.hof.mi.etl.step.definition.ui.ETLStepPanels
-
- ETLStepResult - Interface in com.hof.mi.etl.runner
-
Interface for a single table of results generated by an ETL Step.
- ETLStepResultImpl - Class in com.hof.mi.etl.runner
-
- ETLStepResultImpl(String, List<ETLStepMetadataFieldBean>) - Constructor for class com.hof.mi.etl.runner.ETLStepResultImpl
-
- ETLStepResultImpl(String, List<ETLStepMetadataFieldBean>, List<Object[]>) - Constructor for class com.hof.mi.etl.runner.ETLStepResultImpl
-
- ETLStepResultImpl(ETLStepResult) - Constructor for class com.hof.mi.etl.runner.ETLStepResultImpl
-
- ETLStepResults - Interface in com.hof.mi.etl.runner
-
Interface for all tables of data generated by an ETL Step.
- ETLStepResultsImpl - Class in com.hof.mi.etl.runner
-
- ETLStepResultsImpl() - Constructor for class com.hof.mi.etl.runner.ETLStepResultsImpl
-
- ETLStepRowThresholdExceededException - Exception in com.hof.mi.etl
-
Exception thrown when an ETL step exceeds max rows to be output from the step
- ETLStepRowThresholdExceededException(String) - Constructor for exception com.hof.mi.etl.ETLStepRowThresholdExceededException
-
- ETLStepStatus - Interface in com.hof.mi.etl.runner.status
-
- ETLStepStatus.ETLStepStatusCode - Enum in com.hof.mi.etl.runner.status
-
Step status codes.
- ETLStepStatusConcurrentImpl - Class in com.hof.mi.etl.runner.status
-
- ETLStepStatusConcurrentImpl(String) - Constructor for class com.hof.mi.etl.runner.status.ETLStepStatusConcurrentImpl
-
- ETLStepStatusImpl - Class in com.hof.mi.etl.runner.status
-
- ETLStepStatusImpl(String) - Constructor for class com.hof.mi.etl.runner.status.ETLStepStatusImpl
-
- ETLStepStatusImpl(String, Collection<ETLException>) - Constructor for class com.hof.mi.etl.runner.status.ETLStepStatusImpl
-
- ETLStepSubCategory - Enum in com.hof.mi.etl
-
Defines sub categories for all ETLStep implementations
- ETLThreadManager - Interface in com.hof.mi.etl.runner
-
Interface for defining a Thread Manager for ETL.
- eventData - Variable in class com.hof.parameters.ParameterValueLoader
-
- events - Variable in class com.hof.parameters.ParameterValueLoader
-
- excludeDefaultField(String) - Method in class com.hof.mi.etl.step.AbstractETLStep
-
Sets stepIncludeField to false on the given field and moves it's sort order to the end of the list.
- ExecutionHead - Class in com.hof.mi.etl.runner
-
This class defines logic for running an independently executable step and its subsequent steps in a branch of the process.
- ExecutionHead(ETLStep) - Constructor for class com.hof.mi.etl.runner.ExecutionHead
-