A B C D E F G H I J K L M N O P R S T U V W X Y Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractFileErrorHandler - Class in org.apache.hop.pipeline.transform.errorhandling
- AbstractFileErrorHandler(Date, String, String, String, BaseTransform) - Constructor for class org.apache.hop.pipeline.transform.errorhandling.AbstractFileErrorHandler
- AbstractFileValidator - Class in org.apache.hop.workflow.action.validator
- AbstractFileValidator() - Constructor for class org.apache.hop.workflow.action.validator.AbstractFileValidator
- AbstractHandler() - Constructor for class org.apache.hop.core.util.PluginPropertyHandler.AbstractHandler
- AbstractMeta - Class in org.apache.hop.base
- AbstractMeta() - Constructor for class org.apache.hop.base.AbstractMeta
- AbstractMetaInfo - Class in org.apache.hop.pipeline
- AbstractMetaInfo() - Constructor for class org.apache.hop.pipeline.AbstractMetaInfo
- AbstractTransform<Meta extends ITransformMeta,Data extends ITransformData> - Class in org.apache.hop.core.util
- AbstractTransform(TransformMeta, Meta, Data, int, PipelineMeta, Pipeline) - Constructor for class org.apache.hop.core.util.AbstractTransform
-
Constructor.
- AbstractTransformMeta<Main extends ITransform,Data extends ITransformData> - Class in org.apache.hop.core.util
- AbstractTransformMeta() - Constructor for class org.apache.hop.core.util.AbstractTransformMeta
-
Default constructor.
- acceptingField - Variable in class org.apache.hop.pipeline.transforms.file.BaseFileInputFiles
-
The field in which the filename is placed
- acceptingFilenames - Variable in class org.apache.hop.pipeline.transforms.file.BaseFileInputFiles
-
Are we accepting filenames in input rows?
- acceptingTransformName - Variable in class org.apache.hop.pipeline.transforms.file.BaseFileInputFiles
-
The transformName to accept filenames from
- Action - org.apache.hop.execution.ExecutionType
- Action - Annotation Type in org.apache.hop.core.annotations
-
An alternative when defining workflows entries.
- ACTION_BUSY - org.apache.hop.core.gui.AreaOwner.AreaType
- ACTION_ICON - org.apache.hop.core.gui.AreaOwner.AreaType
- ACTION_INFO_ICON - org.apache.hop.core.gui.AreaOwner.AreaType
- ACTION_NAME - org.apache.hop.core.gui.AreaOwner.AreaType
- ACTION_RESULT_CHECKPOINT - org.apache.hop.core.gui.AreaOwner.AreaType
- ACTION_RESULT_FAILURE - org.apache.hop.core.gui.AreaOwner.AreaType
- ACTION_RESULT_SUCCESS - org.apache.hop.core.gui.AreaOwner.AreaType
- ActionBase - Class in org.apache.hop.workflow.action
-
Base class for the different types of workflow actions.
- ActionBase() - Constructor for class org.apache.hop.workflow.action.ActionBase
-
Instantiates a new action base object.
- ActionBase(String, String) - Constructor for class org.apache.hop.workflow.action.ActionBase
-
Instantiates a new action base object with the given name and description.
- ActionBase(String, String, String) - Constructor for class org.apache.hop.workflow.action.ActionBase
- ActionBase(ActionBase) - Constructor for class org.apache.hop.workflow.action.ActionBase
-
Copy constructor variant
- ActionDummy - Class in org.apache.hop.workflow.actions.dummy
- ActionDummy() - Constructor for class org.apache.hop.workflow.actions.dummy.ActionDummy
- ActionDummy(String) - Constructor for class org.apache.hop.workflow.actions.dummy.ActionDummy
- ACTIONFILE - org.apache.hop.resource.ResourceEntry.ResourceType
- actionListeners - Variable in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- actionListeners - Variable in class org.apache.hop.workflow.Workflow
- actionMeta - Variable in class org.apache.hop.workflow.WorkflowExecutionExtension
- actionMeta - Variable in class org.apache.hop.workflow.WorkflowPainterExtension
- ActionMeta - Class in org.apache.hop.workflow.action
-
This class describes the fact that a single Action can be used multiple times in the same Workflow.
- ActionMeta() - Constructor for class org.apache.hop.workflow.action.ActionMeta
- ActionMeta(IAction) - Constructor for class org.apache.hop.workflow.action.ActionMeta
- ActionMeta(Node, IHopMetadataProvider, IVariables) - Constructor for class org.apache.hop.workflow.action.ActionMeta
- ActionPluginType - Class in org.apache.hop.core.plugins
-
This plugin type handles the actions.
- ActionPluginType(Class<Action>, String, String) - Constructor for class org.apache.hop.core.plugins.ActionPluginType
- ActionResult - Class in org.apache.hop.workflow
-
This class holds the result of a action after it was executed.
- ActionResult() - Constructor for class org.apache.hop.workflow.ActionResult
-
Creates a new empty action result...
- ActionResult(Result, String, String, String, String, String) - Constructor for class org.apache.hop.workflow.ActionResult
-
Creates a new action result...
- actionResults - Variable in class org.apache.hop.workflow.Workflow
-
A flat list of results in THIS workflow, in the order of execution of actions
- ActionStart - Class in org.apache.hop.workflow.actions.start
-
The start action is starting point for workflow execution.
- ActionStart() - Constructor for class org.apache.hop.workflow.actions.start.ActionStart
- ActionStart(String) - Constructor for class org.apache.hop.workflow.actions.start.ActionStart
- ActionValidatorUtils - Class in org.apache.hop.workflow.action.validator
-
Methods in this class are referenced in validator definitions within the validator resources file (e.g.
- ActionValidatorUtils() - Constructor for class org.apache.hop.workflow.action.validator.ActionValidatorUtils
- activateParameters(IVariables) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- activateParameters(IVariables) - Method in class org.apache.hop.pipeline.Pipeline
-
Activates all parameters by setting their values.
- activateParameters(IVariables) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- activateParameters(IVariables) - Method in class org.apache.hop.workflow.Workflow
- activateParams(IVariables, INamedParameters, IVariables, String[], String[], String[]) - Static method in class org.apache.hop.pipeline.TransformWithMappingMeta
- activateParams(IVariables, INamedParameters, IVariables, String[], String[], String[], boolean) - Static method in class org.apache.hop.pipeline.TransformWithMappingMeta
- active - Variable in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- activeActions - Variable in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- activeActions - Variable in class org.apache.hop.workflow.Workflow
- activeSubPipelines - Variable in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
-
The active sub-pipelines.
- activeSubWorkflows - Variable in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
-
The active subjobs
- add(KeyValue<?>...) - Method in class org.apache.hop.core.util.KeyValueSet
-
Add key value(s).
- add(AuditState) - Method in class org.apache.hop.history.AuditStateMap
- addAction(int, ActionMeta) - Method in class org.apache.hop.workflow.WorkflowMeta
-
Adds the action.
- addAction(ActionMeta) - Method in class org.apache.hop.workflow.WorkflowMeta
-
Adds the action.
- addActionListener(IActionListener) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- addActionListener(IActionListener) - Method in class org.apache.hop.workflow.Workflow
- addActionListener(IActionListener<T>) - Method in interface org.apache.hop.workflow.engine.IWorkflowEngine
- addActiveSubPipeline(String, IPipelineEngine) - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
-
Add an active sub-pipeline to allow drill-down in the GUI
- addActiveSubPipeline(String, IPipelineEngine) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- addActiveSubPipeline(String, IPipelineEngine) - Method in class org.apache.hop.pipeline.Pipeline
- addActiveSubWorkflow(String, IWorkflowEngine<WorkflowMeta>) - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
-
Add an active sub-workflow to allow drill-down in the GUI
- addActiveSubWorkflow(String, IWorkflowEngine<WorkflowMeta>) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- addActiveSubWorkflow(String, IWorkflowEngine<WorkflowMeta>) - Method in class org.apache.hop.pipeline.Pipeline
- addBreakPointListener(IBreakPointListener) - Method in class org.apache.hop.pipeline.debug.TransformDebugMeta
-
Add a break-point listener to the debug information.
- addBreakPointListers(IBreakPointListener) - Method in class org.apache.hop.pipeline.debug.PipelineDebugMeta
-
Add a break point listener to all defined transform debug meta data
- AddClosureArrayList<T> - Class in org.apache.hop.core.util
- AddClosureArrayList() - Constructor for class org.apache.hop.core.util.AddClosureArrayList
- addCompomentPerformanceSnapShot(IEngineComponent, PerformanceSnapShot) - Method in class org.apache.hop.pipeline.engine.EngineMetrics
- addComponent(IEngineComponent) - Method in class org.apache.hop.pipeline.engine.EngineMetrics
- addContentChangedListener(IContentChangedListener) - Method in class org.apache.hop.base.AbstractMeta
-
Adds the passed IContentChangedListener to the list of listeners.
- addCurrentDirectoryChangedListener(ICurrentDirectoryChangedListener) - Method in class org.apache.hop.base.AbstractMeta
-
Remove listener
- addDatabaseMeta(String, DatabaseMeta) - Method in class org.apache.hop.imp.HopImportBase
- addDataSet(String, RowBuffer) - Method in class org.apache.hop.execution.ExecutionDataBuilder
- addDataSets(Map<String, RowBuffer>) - Method in class org.apache.hop.execution.ExecutionDataBuilder
- addDefaults() - Method in class org.apache.hop.workflow.WorkflowMeta
-
Adds the defaults.
- addEntry(String, String) - Method in class org.apache.hop.core.compress.CompressionOutputStream
- addEntry(String, String) - Method in class org.apache.hop.core.compress.zip.ZipCompressionOutputStream
- addErrorRowData(IVariables, Object[], int, long, String, String, String) - Method in class org.apache.hop.pipeline.transform.TransformErrorMeta
- addErrors(int) - Method in class org.apache.hop.workflow.Workflow
-
Add a number of errors to the total number of erros that occured during execution.
- addExceptionRemark(ICheckResultSource, String, String, List<ICheckResult>, Exception) - Static method in class org.apache.hop.workflow.action.validator.ActionValidatorUtils
- addExecutionDataSampler(Sampler) - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
-
Plugins can add individual data samplers which will act upon the rows passing through the transforms in the pipeline.
- addExecutionDataSampler(Sampler) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- addExecutionDataSampler(Sampler) - Method in class org.apache.hop.pipeline.Pipeline
- addExecutionFinishedListener(IExecutionFinishedListener) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
-
Adds a pipeline finished listener.
- addExecutionFinishedListener(IExecutionFinishedListener) - Method in class org.apache.hop.pipeline.Pipeline
-
Adds a pipeline finished listener.
- addExecutionFinishedListener(IExecutionFinishedListener<IPipelineEngine<T>>) - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
-
Call the given listener lambda when this pipeline engine has completed execution.
- addExecutionStartedListener(IExecutionStartedListener) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
-
Adds a pipeline started listener.
- addExecutionStartedListener(IExecutionStartedListener) - Method in class org.apache.hop.pipeline.Pipeline
-
Adds a pipeline started listener.
- addExecutionStartedListener(IExecutionStartedListener<IPipelineEngine<T>>) - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
-
Call the given listener lambda when this pipeline engine has started execution.
- addExecutionStoppedListener(IExecutionStoppedListener) - Method in class org.apache.hop.pipeline.Pipeline
-
Adds a pipeline stopped listener.
- addExecutionStoppedListener(IExecutionStoppedListener<IPipelineEngine<PipelineMeta>>) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- addExecutionStoppedListener(IExecutionStoppedListener<IPipelineEngine<T>>) - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
-
Call the given listener lambda when this pipeline engine has stopped execution.
- AddExportServlet - Class in org.apache.hop.www
-
This servlet allows you to transport an exported workflow or pipeline over to the carte server as a zip file.
- AddExportServlet() - Constructor for class org.apache.hop.www.AddExportServlet
- AddExportServlet(WorkflowMap, PipelineMap) - Constructor for class org.apache.hop.www.AddExportServlet
- addExtraClasses(Map<Class<?>, String>, Class<?>, Action) - Method in class org.apache.hop.core.plugins.ActionPluginType
- addExtraClasses(Map<Class<?>, String>, Class<?>, HopServerServlet) - Method in class org.apache.hop.core.plugins.HopServerPluginType
- addExtraClasses(Map<Class<?>, String>, Class<?>, PartitionerPlugin) - Method in class org.apache.hop.core.plugins.PartitionerPluginType
- addExtraClasses(Map<Class<?>, String>, Class<?>, Transform) - Method in class org.apache.hop.core.plugins.TransformPluginType
- addExtraClasses(Map<Class<?>, String>, Class<?>, AuthenticationConsumerPlugin) - Method in class org.apache.hop.core.auth.AuthenticationConsumerPluginType
- addExtraClasses(Map<Class<?>, String>, Class<?>, AuthenticationProviderPlugin) - Method in class org.apache.hop.core.auth.AuthenticationProviderPluginType
- addExtraClasses(Map<Class<?>, String>, Class<?>, CompressionPlugin) - Method in class org.apache.hop.core.compress.CompressionPluginType
- addExtraClasses(Map<Class<?>, String>, Class<?>, PipelineEnginePlugin) - Method in class org.apache.hop.pipeline.engine.PipelineEnginePluginType
- addExtraClasses(Map<Class<?>, String>, Class<?>, RowDistributionPlugin) - Method in class org.apache.hop.pipeline.transform.RowDistributionPluginType
- addExtraClasses(Map<Class<?>, String>, Class<?>, WorkflowEnginePlugin) - Method in class org.apache.hop.workflow.engine.WorkflowEnginePluginType
- addFailureRemark(ICheckResultSource, String, String, List<ICheckResult>, int) - Static method in class org.apache.hop.workflow.action.validator.ActionValidatorUtils
- addFilenameChangedListener(IFilenameChangedListener) - Method in class org.apache.hop.base.AbstractMeta
-
Adds the filename changed listener.
- addFinishedListener(IExecutionFinishedListener<IPipelineEngine<PipelineMeta>>) - Method in class org.apache.hop.pipeline.Pipeline
- addGeneralRemark(ICheckResultSource, String, String, List<ICheckResult>, String, int) - Static method in class org.apache.hop.workflow.action.validator.ActionValidatorUtils
- addInjectionProperty(Injection, BeanLevelInfo) - Method in class org.apache.hop.core.injection.bean.BeanInjectionInfo
- additionalOutputFields - Variable in class org.apache.hop.pipeline.transforms.file.BaseFileInputMeta
- addJob(String) - Method in class org.apache.hop.www.jaxrs.WorkflowResource
- addMetrics(ExecutionStateComponentMetrics...) - Method in class org.apache.hop.execution.ExecutionStateBuilder
- addMissingAction(MissingAction) - Method in class org.apache.hop.workflow.WorkflowMeta
- addMissingPipeline(Missing) - Method in class org.apache.hop.pipeline.PipelineMeta
- addMissingVariables(IVariables, IVariables) - Static method in class org.apache.hop.pipeline.TransformWithMappingMeta
- addNameChangedListener(INameChangedListener) - Method in class org.apache.hop.base.AbstractMeta
-
Adds the name changed listener.
- addNote(int, NotePadMeta) - Method in class org.apache.hop.base.AbstractMeta
-
Add a new note at a certain location (i.e.
- addNote(NotePadMeta) - Method in class org.apache.hop.base.AbstractMeta
-
Add a new note.
- addObserver(IHopObserver) - Method in class org.apache.hop.base.AbstractMeta
- addObserver(IHopObserver) - Method in class org.apache.hop.core.changed.ChangedFlag
- addOkRemark(ICheckResultSource, String, List<ICheckResult>) - Static method in class org.apache.hop.workflow.action.validator.ActionValidatorUtils
- addOrReplaceTransform(TransformMeta) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Add a new transform to the pipeline if that transform didn't exist yet.
- addParameterDefinition(String, String, String) - Method in class org.apache.hop.base.AbstractMeta
- addParameterDefinition(String, String, String) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- addParameterDefinition(String, String, String) - Method in class org.apache.hop.pipeline.Pipeline
-
Adds a parameter definition to this pipeline.
- addParameterDefinition(String, String, String) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- addParameterDefinition(String, String, String) - Method in class org.apache.hop.workflow.Workflow
- addPipeline(String) - Method in class org.apache.hop.www.jaxrs.PipelineResource
- addPipeline(String, String, IPipelineEngine<PipelineMeta>, PipelineConfiguration) - Method in class org.apache.hop.www.PipelineMap
-
Add a pipeline to the map
- addPipelineHop(int, PipelineHopMeta) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Add a new hop to the pipeline on a certain location (i.e.
- addPipelineHop(PipelineHopMeta) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Add a new hop to the pipeline.
- AddPipelineServlet - Class in org.apache.hop.www
- AddPipelineServlet() - Constructor for class org.apache.hop.www.AddPipelineServlet
- AddPipelineServlet(PipelineMap) - Constructor for class org.apache.hop.www.AddPipelineServlet
- addPipelineStoppedListener(IExecutionStoppedListener<IPipelineEngine<PipelineMeta>>) - Method in class org.apache.hop.pipeline.Pipeline
-
Adds a stop-event listener to the pipeline.
- addResultFile(ResultFile) - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Adds the result file.
- addRowListener(IRowListener) - Method in class org.apache.hop.pipeline.engine.EngineComponent
- addRowListener(IRowListener) - Method in interface org.apache.hop.pipeline.engine.IEngineComponent
-
Add a rowlistener to the transform allowing you to inspect (or manipulate, be careful) the rows coming in or exiting the transform.
- addRowListener(IRowListener) - Method in class org.apache.hop.pipeline.transform.BaseTransform
- addRowListener(IRowListener) - Method in interface org.apache.hop.pipeline.transform.ITransform
-
Add a rowlistener to the transform allowing you to inspect (or manipulate, be careful) the rows coming in or exiting the transform.
- addRowListenersToPipeline(IPipelineEngine<PipelineMeta>) - Method in class org.apache.hop.pipeline.debug.PipelineDebugMeta
- addRowProducer(String, int) - Method in class org.apache.hop.pipeline.Pipeline
-
This adds a row producer to the pipeline that just got set up.
- addRowSetToInputRowSets(IRowSet) - Method in class org.apache.hop.pipeline.transform.BaseTransform
- addRowSetToInputRowSets(IRowSet) - Method in interface org.apache.hop.pipeline.transform.ITransform
- addRowSetToOutputRowSets(IRowSet) - Method in class org.apache.hop.pipeline.transform.BaseTransform
- addRowSetToOutputRowSets(IRowSet) - Method in interface org.apache.hop.pipeline.transform.ITransform
- addSetMeta(String, ExecutionDataSetMeta) - Method in class org.apache.hop.execution.ExecutionDataBuilder
- addSetMeta(Map<String, ExecutionDataSetMeta>) - Method in class org.apache.hop.execution.ExecutionDataBuilder
- addStartedListener(IExecutionStartedListener<IPipelineEngine<PipelineMeta>>) - Method in class org.apache.hop.pipeline.Pipeline
- addStream(IStream) - Method in interface org.apache.hop.pipeline.transform.ITransformIOMeta
-
Add a stream to the transforms I/O interface
- addStream(IStream) - Method in class org.apache.hop.pipeline.transform.TransformIOMeta
- addTransform(int, TransformMeta) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Add a new transform to the pipeline at the specified index.
- addTransform(TransformMeta) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Add a new transform to the pipeline.
- addTransformChangeListener(int, ITransformMetaChangeListener) - Method in class org.apache.hop.pipeline.PipelineMeta
- addTransformChangeListener(ITransformMetaChangeListener) - Method in class org.apache.hop.pipeline.PipelineMeta
- addTransformExecutionSamplers() - Method in class org.apache.hop.pipeline.engines.local.LocalPipelineEngine
- addTransformFinishedListener(ITransformFinishedListener) - Method in class org.apache.hop.pipeline.transform.BaseTransform
- addTransformFinishedListener(ITransformFinishedListener) - Method in interface org.apache.hop.pipeline.transform.ITransform
-
Attach a transform listener to be notified when a transform finishes
- addTransformPerformanceSnapShot() - Method in class org.apache.hop.pipeline.Pipeline
-
Adds a transform performance snapshot.
- addTransformStartedListener(ITransformStartedListener) - Method in class org.apache.hop.pipeline.transform.BaseTransform
- addTransformStartedListener(ITransformStartedListener) - Method in interface org.apache.hop.pipeline.transform.ITransform
-
Attach a transform listener to be notified when a transform starts
- addTransformStatus(TransformStatus) - Method in class org.apache.hop.www.jaxrs.PipelineStatus
- addUndo(Object[], Object[], int[], Point[], Point[], int, boolean) - Method in class org.apache.hop.base.AbstractMeta
- addUndo(Object[], Object[], int[], Point[], Point[], int, boolean) - Method in interface org.apache.hop.core.gui.IUndo
-
Add an undo operation to the undo list
- addUndoPosition(IUndo, Object[], int[], Point[], Point[]) - Method in interface org.apache.hop.core.IAddUndoPosition
- addValueMeta(String, IRowMeta, String) - Static method in class org.apache.hop.pipeline.transforms.file.BaseFileInputTransformUtils
-
Adds
Stringvalue meta with given name if not present and returns index - addWorkflow(String, String, IWorkflowEngine<WorkflowMeta>, WorkflowConfiguration) - Method in class org.apache.hop.www.WorkflowMap
- addWorkflowFinishedListener(IExecutionFinishedListener<IWorkflowEngine<WorkflowMeta>>) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- addWorkflowFinishedListener(IExecutionFinishedListener<IWorkflowEngine<WorkflowMeta>>) - Method in class org.apache.hop.workflow.Workflow
- addWorkflowFinishedListener(IExecutionFinishedListener<IWorkflowEngine<T>>) - Method in interface org.apache.hop.workflow.engine.IWorkflowEngine
- addWorkflowHop(int, WorkflowHopMeta) - Method in class org.apache.hop.workflow.WorkflowMeta
-
Adds the workflow hop.
- addWorkflowHop(WorkflowHopMeta) - Method in class org.apache.hop.workflow.WorkflowMeta
-
Adds the workflow hop.
- AddWorkflowServlet - Class in org.apache.hop.www
- AddWorkflowServlet() - Constructor for class org.apache.hop.www.AddWorkflowServlet
- AddWorkflowServlet(WorkflowMap) - Constructor for class org.apache.hop.www.AddWorkflowServlet
- addWorkflowStartedListener(IExecutionStartedListener<IWorkflowEngine<WorkflowMeta>>) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- addWorkflowStartedListener(IExecutionStartedListener<IWorkflowEngine<WorkflowMeta>>) - Method in class org.apache.hop.workflow.Workflow
- addWorkflowStartedListener(IExecutionStartedListener<IWorkflowEngine<T>>) - Method in interface org.apache.hop.workflow.engine.IWorkflowEngine
- addWorkflowTracker(WorkflowTracker) - Method in class org.apache.hop.core.gui.WorkflowTracker
- addXmlCloseElement(StringBuilder, int, String) - Method in class org.apache.hop.resource.ResourceReference
- addXmlElement(StringBuilder, int, String) - Method in class org.apache.hop.resource.ResourceReference
- addXmlElement(StringBuilder, int, String, String) - Method in class org.apache.hop.resource.ResourceReference
- addXmlElementWithAttribute(StringBuilder, int, String, String, String) - Method in class org.apache.hop.resource.ResourceReference
- afterActionExecution(IWorkflowEngine<WorkflowMeta>, ActionMeta, IAction, Result, IVariables, IVariables) - Static method in class org.apache.hop.execution.ExecutionDataBuilder
-
We log to a new file after every executed action.
- afterExecution(IWorkflowEngine<T>, ActionMeta, IAction, Result) - Method in interface org.apache.hop.workflow.IActionListener
- AfterInjection - Annotation Type in org.apache.hop.core.injection
- afterJobExecution(IWorkflowEngine<WorkflowMeta>) - Method in interface org.apache.hop.core.listeners.ISubComponentExecutionListener
-
This method is called right after a workflow was executed in a parent workflow or pipeline (Workflow workflow-entry, Workflow Executor transform).
- afterJobExecution(IWorkflowEngine<WorkflowMeta>) - Method in class org.apache.hop.core.listeners.SubComponentExecutionAdapter
- afterPipelineExecution(IPipelineEngine<PipelineMeta>) - Method in interface org.apache.hop.core.listeners.ISubComponentExecutionListener
-
This method is called right after a sub-pipeline, mapping, single threader template, ...
- afterPipelineExecution(IPipelineEngine<PipelineMeta>) - Method in class org.apache.hop.core.listeners.SubComponentExecutionAdapter
- ALL_TRANSFORMS - Static variable in class org.apache.hop.execution.ExecutionDataBuilder
- allignbottom() - Method in class org.apache.hop.core.gui.SnapAllignDistribute
- allignleft() - Method in class org.apache.hop.core.gui.SnapAllignDistribute
- allignright() - Method in class org.apache.hop.core.gui.SnapAllignDistribute
- alligntop() - Method in class org.apache.hop.core.gui.SnapAllignDistribute
- analyseImpact(IVariables, List<DatabaseImpact>, IProgressMonitor) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Determines the impact of the different transforms in a pipeline on databases, tables and field.
- analyseImpact(IVariables, List<DatabaseImpact>, PipelineMeta, TransformMeta, IRowMeta, String[], String[], IRowMeta, IHopMetadataProvider) - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
-
Each transform must be able to report on the impact it has on a database, table field, etc.
- analyseImpact(IVariables, List<DatabaseImpact>, PipelineMeta, TransformMeta, IRowMeta, String[], String[], IRowMeta, IHopMetadataProvider) - Method in interface org.apache.hop.pipeline.transform.ITransformMeta
-
Each transform must be able to report on the impact it has on a database, table field, etc.
- andValidator() - Static method in class org.apache.hop.workflow.action.validator.ActionValidatorUtils
-
Returns a AndValidator singleton.
- AndValidator - Class in org.apache.hop.workflow.action.validator
-
Boolean ANDs the results of all validators.
- AndValidator() - Constructor for class org.apache.hop.workflow.action.validator.AndValidator
- appendXml(StringBuilder) - Method in class org.apache.hop.core.util.BooleanPluginProperty
- appendXml(StringBuilder) - Method in class org.apache.hop.core.util.IntegerPluginProperty
- appendXml(StringBuilder) - Method in interface org.apache.hop.core.util.IPluginProperty
- appendXml(StringBuilder) - Method in class org.apache.hop.core.util.StringListPluginProperty
- appendXml(StringBuilder) - Method in class org.apache.hop.core.util.StringPluginProperty
- AppendXml() - Constructor for class org.apache.hop.core.util.PluginPropertyHandler.AppendXml
- applySystemProperties() - Method in class org.apache.hop.run.HopRun
- applySystemProperties() - Method in class org.apache.hop.www.HopServer
- applyToVariables(IVariables) - Method in class org.apache.hop.pipeline.config.PipelineRunConfiguration
- applyVariableDefinitions(IPipelineEngine<T>, List<DescribedVariable>) - Static method in class org.apache.hop.pipeline.engine.PipelineEngineFactory
-
Apply all the variables in the pipeline run configuration...
- area - Variable in class org.apache.hop.core.gui.BasePainter
- area - Variable in class org.apache.hop.pipeline.PipelinePainterFlyoutExtension
- AreaOwner<Parent,Owner> - Class in org.apache.hop.core.gui
-
When we draw something in HopGui
PipelinePainterorWorkflowPainterwe keep a list of all the things we draw and the object that's behind it. - AreaOwner(AreaOwner.AreaType, int, int, int, int, DPoint, Parent, Owner) - Constructor for class org.apache.hop.core.gui.AreaOwner
- AreaOwner(AreaOwner<Parent, Owner>) - Constructor for class org.apache.hop.core.gui.AreaOwner
- AreaOwner.AreaType - Enum in org.apache.hop.core.gui
- areaOwners - Variable in class org.apache.hop.core.gui.BasePainter
- areaOwners - Variable in class org.apache.hop.pipeline.PipelinePainterExtension
- areaOwners - Variable in class org.apache.hop.pipeline.PipelinePainterFlyoutExtension
- areaOwners - Variable in class org.apache.hop.workflow.WorkflowPainterExtension
- arguments - Variable in class org.apache.hop.pipeline.Pipeline
-
The command line arguments for the pipeline.
- arguments - Variable in class org.apache.hop.workflow.WorkflowMeta
- ARRAY - org.apache.hop.core.injection.bean.BeanLevelInfo.DIMENSION
- ARROW - org.apache.hop.core.gui.IGc.EImage
- ARROW_CANDIDATE - org.apache.hop.core.gui.IGc.EImage
- ARROW_DEFAULT - org.apache.hop.core.gui.IGc.EImage
- ARROW_DISABLED - org.apache.hop.core.gui.IGc.EImage
- ARROW_ERROR - org.apache.hop.core.gui.IGc.EImage
- ARROW_FALSE - org.apache.hop.core.gui.IGc.EImage
- ARROW_TRUE - org.apache.hop.core.gui.IGc.EImage
- Assert - Class in org.apache.hop.core.util
- assertFalse(boolean) - Static method in class org.apache.hop.core.util.Assert
- assertFalse(boolean, String, Object...) - Static method in class org.apache.hop.core.util.Assert
- assertFalse(Object, Predicate) - Static method in class org.apache.hop.core.util.Assert
- assertGreaterZero(Double) - Static method in class org.apache.hop.core.util.Assert
- assertGreaterZero(Double, String) - Static method in class org.apache.hop.core.util.Assert
- assertGreaterZero(Integer) - Static method in class org.apache.hop.core.util.Assert
- assertGreaterZero(Integer, String) - Static method in class org.apache.hop.core.util.Assert
- assertKey(String) - Static method in class org.apache.hop.core.util.KeyValue
- assertNotBlank(String) - Static method in class org.apache.hop.core.util.Assert
- assertNotBlank(String, String) - Static method in class org.apache.hop.core.util.Assert
- assertNotEmpty(String) - Static method in class org.apache.hop.core.util.Assert
- assertNotEmpty(String, String) - Static method in class org.apache.hop.core.util.Assert
- assertNotNull(Object) - Static method in class org.apache.hop.core.util.Assert
- assertNotNull(Object, String) - Static method in class org.apache.hop.core.util.Assert
- assertNotNullOrEmpty(Object[]) - Static method in class org.apache.hop.core.util.Assert
- assertNotNullOrEmpty(Object[], String) - Static method in class org.apache.hop.core.util.Assert
- assertNotNullOrEmpty(Collection<?>) - Static method in class org.apache.hop.core.util.Assert
- assertNotNullOrEmpty(Collection<?>, String) - Static method in class org.apache.hop.core.util.Assert
- assertNotNullOrEmpty(Map<?, ?>) - Static method in class org.apache.hop.core.util.Assert
- assertNotNullOrEmpty(Map<?, ?>, String) - Static method in class org.apache.hop.core.util.Assert
- assertNull(Object) - Static method in class org.apache.hop.core.util.Assert
- assertNull(Object, String) - Static method in class org.apache.hop.core.util.Assert
- assertProperties(KeyValueSet) - Static method in class org.apache.hop.core.util.PluginPropertyHandler
- assertTrue(boolean) - Static method in class org.apache.hop.core.util.Assert
- assertTrue(boolean, String, Object...) - Static method in class org.apache.hop.core.util.Assert
- assertTrue(Object, Predicate) - Static method in class org.apache.hop.core.util.Assert
- assertValueNotNull() - Method in class org.apache.hop.core.util.StringListPluginProperty
-
Assert state, value not null.
- asString(List<String>) - Static method in class org.apache.hop.core.util.StringListPluginProperty
- attributes - Variable in class org.apache.hop.pipeline.transform.BaseTransformMeta
- attributesMap - Variable in class org.apache.hop.base.AbstractMeta
- attributesMap - Variable in class org.apache.hop.pipeline.transform.TransformMeta
- attributesMap - Variable in class org.apache.hop.workflow.action.ActionBase
- AttributesUtil - Class in org.apache.hop.core.attributes
- AttributesUtil() - Constructor for class org.apache.hop.core.attributes.AttributesUtil
- AuditEvent - Class in org.apache.hop.history
- AuditEvent() - Constructor for class org.apache.hop.history.AuditEvent
- AuditEvent(String, String, String, String, Date) - Constructor for class org.apache.hop.history.AuditEvent
- AuditList - Class in org.apache.hop.history
-
This is simply a list of things you want to store using the audit manager.
- AuditList() - Constructor for class org.apache.hop.history.AuditList
- AuditList(List<String>) - Constructor for class org.apache.hop.history.AuditList
- AuditManager - Class in org.apache.hop.history
- AuditState - Class in org.apache.hop.history
-
This class allows you to describe the state of objects like loaded files, windows and so on
- AuditState() - Constructor for class org.apache.hop.history.AuditState
- AuditState(String, Map<String, Object>) - Constructor for class org.apache.hop.history.AuditState
- AuditStateMap - Class in org.apache.hop.history
- AuditStateMap() - Constructor for class org.apache.hop.history.AuditStateMap
- AuditStateMap(Map<String, AuditState>) - Constructor for class org.apache.hop.history.AuditStateMap
- AuthenticationConsumerInvocationHandler - Class in org.apache.hop.core.auth.core
- AuthenticationConsumerInvocationHandler(Object) - Constructor for class org.apache.hop.core.auth.core.AuthenticationConsumerInvocationHandler
- AuthenticationConsumerPlugin - Annotation Type in org.apache.hop.core.auth
-
This annotation signals to the plugin system that the class is an authentication provider plugin.
- AuthenticationConsumerPluginType - Class in org.apache.hop.core.auth
-
This class represents the authentication plugin type.
- AuthenticationConsumptionException - Exception in org.apache.hop.core.auth.core
- AuthenticationConsumptionException(Exception) - Constructor for exception org.apache.hop.core.auth.core.AuthenticationConsumptionException
- AuthenticationConsumptionException(String, Exception) - Constructor for exception org.apache.hop.core.auth.core.AuthenticationConsumptionException
- AuthenticationFactoryException - Exception in org.apache.hop.core.auth.core
- AuthenticationFactoryException(String) - Constructor for exception org.apache.hop.core.auth.core.AuthenticationFactoryException
- AuthenticationFactoryException(String, Throwable) - Constructor for exception org.apache.hop.core.auth.core.AuthenticationFactoryException
- AuthenticationFactoryException(Throwable) - Constructor for exception org.apache.hop.core.auth.core.AuthenticationFactoryException
- AuthenticationManager - Class in org.apache.hop.core.auth.core
- AuthenticationManager() - Constructor for class org.apache.hop.core.auth.core.AuthenticationManager
- AuthenticationPersistenceManager - Class in org.apache.hop.core.auth
- AuthenticationPersistenceManager() - Constructor for class org.apache.hop.core.auth.AuthenticationPersistenceManager
- AuthenticationProviderPlugin - Annotation Type in org.apache.hop.core.auth
-
This annotation signals to the plugin system that the class is an authentication provider plugin.
- AuthenticationProviderPluginType - Class in org.apache.hop.core.auth
-
This class represents the authentication plugin type.
- AvailableProcessors - org.apache.hop.execution.Execution.EnvironmentDetailType
B
- background - Variable in class org.apache.hop.core.gui.SvgGc
- BACKGROUND - org.apache.hop.core.gui.IGc.EColor
- BaseFileErrorHandling - Class in org.apache.hop.pipeline.transforms.file
-
Block for error handling settings.
- BaseFileErrorHandling() - Constructor for class org.apache.hop.pipeline.transforms.file.BaseFileErrorHandling
- BaseFileField - Class in org.apache.hop.pipeline.transforms.file
-
Describes a single field in a text file
- BaseFileField() - Constructor for class org.apache.hop.pipeline.transforms.file.BaseFileField
- BaseFileField(String, int, int) - Constructor for class org.apache.hop.pipeline.transforms.file.BaseFileField
- BaseFileInputAdditionalField - Class in org.apache.hop.pipeline.transforms.file
-
Additional fields settings.
- BaseFileInputAdditionalField() - Constructor for class org.apache.hop.pipeline.transforms.file.BaseFileInputAdditionalField
- BaseFileInputFiles - Class in org.apache.hop.pipeline.transforms.file
-
Input files settings.
- BaseFileInputFiles() - Constructor for class org.apache.hop.pipeline.transforms.file.BaseFileInputFiles
- BaseFileInputMeta<Main extends ITransform,Data extends ITransformData,A extends BaseFileInputAdditionalField,I extends BaseFileInputFiles,F extends BaseFileField> - Class in org.apache.hop.pipeline.transforms.file
-
Base meta for file-based input transforms.
- BaseFileInputMeta() - Constructor for class org.apache.hop.pipeline.transforms.file.BaseFileInputMeta
- BaseFileInputTransform<Meta extends BaseFileInputMeta,Data extends BaseFileInputTransformData> - Class in org.apache.hop.pipeline.transforms.file
-
This class contains base functionality for file-based input transforms.
- BaseFileInputTransform(TransformMeta, Meta, Data, int, PipelineMeta, Pipeline) - Constructor for class org.apache.hop.pipeline.transforms.file.BaseFileInputTransform
- BaseFileInputTransformData - Class in org.apache.hop.pipeline.transforms.file
-
Some base data for file-based input transforms.
- BaseFileInputTransformData() - Constructor for class org.apache.hop.pipeline.transforms.file.BaseFileInputTransformData
- BaseFileInputTransformUtils - Class in org.apache.hop.pipeline.transforms.file
-
Utils for file-based input transforms.
- BaseFileInputTransformUtils() - Constructor for class org.apache.hop.pipeline.transforms.file.BaseFileInputTransformUtils
- BaseHopMeta<T> - Class in org.apache.hop.base
-
This class defines a base hop from one action copy to another, or from one transform to another.
- BaseHopMeta() - Constructor for class org.apache.hop.base.BaseHopMeta
- BaseHopMeta(boolean, T, T, boolean, boolean, boolean) - Constructor for class org.apache.hop.base.BaseHopMeta
- BaseHopServerPlugin - Class in org.apache.hop.www
- BaseHopServerPlugin() - Constructor for class org.apache.hop.www.BaseHopServerPlugin
- BaseHttpServlet - Class in org.apache.hop.www
- BaseHttpServlet() - Constructor for class org.apache.hop.www.BaseHttpServlet
- BaseHttpServlet(PipelineMap) - Constructor for class org.apache.hop.www.BaseHttpServlet
- BaseHttpServlet(PipelineMap, WorkflowMap) - Constructor for class org.apache.hop.www.BaseHttpServlet
- BaseHttpServlet(WorkflowMap) - Constructor for class org.apache.hop.www.BaseHttpServlet
- BaseMetadataSearchableAnalyser<T extends IHopMetadata> - Class in org.apache.hop.core.search
- BaseMetadataSearchableAnalyser() - Constructor for class org.apache.hop.core.search.BaseMetadataSearchableAnalyser
- BasePainter<Hop extends BaseHopMeta<?>,Part extends IBaseMeta> - Class in org.apache.hop.core.gui
- BasePainter(IGc, IVariables, Object, Point, DPoint, Rectangle, List<AreaOwner>, int, int, int, String, int, double, boolean) - Constructor for class org.apache.hop.core.gui.BasePainter
- BasePartitioner - Class in org.apache.hop.pipeline
-
Implements common functionality needed by partitioner plugins.
- BasePartitioner() - Constructor for class org.apache.hop.pipeline.BasePartitioner
-
Instantiates a new base partitioner.
- BaseSearchableAnalyser<T> - Class in org.apache.hop.core.search
- BaseSearchableAnalyser() - Constructor for class org.apache.hop.core.search.BaseSearchableAnalyser
- BaseTransform<Meta extends ITransformMeta,Data extends ITransformData> - Class in org.apache.hop.pipeline.transform
-
This class can be extended for the actual row processing of the implemented transform.
- BaseTransform(TransformMeta, Meta, Data, int, PipelineMeta, Pipeline) - Constructor for class org.apache.hop.pipeline.transform.BaseTransform
-
This is the base transform that forms that basis for all transforms.
- BaseTransformData - Class in org.apache.hop.pipeline.transform
-
This class is the base class for the ITransformData and contains the methods to set and retrieve the status of the transform data.
- BaseTransformData() - Constructor for class org.apache.hop.pipeline.transform.BaseTransformData
-
Instantiates a new base transform data.
- BaseTransformMeta<Main extends ITransform,Data extends ITransformData> - Class in org.apache.hop.pipeline.transform
-
This class is responsible for implementing common functionality regarding transform meta, such as logging.
- BaseTransformMeta() - Constructor for class org.apache.hop.pipeline.transform.BaseTransformMeta
- BaseWorkflowServlet - Class in org.apache.hop.www
- BaseWorkflowServlet() - Constructor for class org.apache.hop.www.BaseWorkflowServlet
- BasicDataProfilingDataSampler - Class in org.apache.hop.execution.sampler.plugins.dataprof
- BasicDataProfilingDataSampler() - Constructor for class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSampler
- BasicDataProfilingDataSampler(BasicDataProfilingDataSampler) - Constructor for class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSampler
- BasicDataProfilingDataSampler.ProfilingType - Enum in org.apache.hop.execution.sampler.plugins.dataprof
- BasicDataProfilingDataSamplerStore - Class in org.apache.hop.execution.sampler.plugins.dataprof
- BasicDataProfilingDataSamplerStore(BasicDataProfilingDataSampler, ExecutionDataSamplerMeta) - Constructor for class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSamplerStore
- BasicDataProfilingDataSamplerStore(BasicDataProfilingDataSampler, ExecutionDataSamplerMeta, IRowMeta, List<Object[]>, int) - Constructor for class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSamplerStore
- batchComplete() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- batchComplete() - Method in interface org.apache.hop.pipeline.transform.ITransform
-
When using the Single threaded engine this signals to the transform that a batch of records has been processed and that no more are expected in this batch.
- BeanInjectionInfo<Meta> - Class in org.apache.hop.core.injection.bean
-
Storage for bean annotations info for Metadata Injection and Load/Save.
- BeanInjectionInfo(Class<Meta>) - Constructor for class org.apache.hop.core.injection.bean.BeanInjectionInfo
- BeanInjectionInfo.Group - Class in org.apache.hop.core.injection.bean
- BeanInjectionInfo.Property - Class in org.apache.hop.core.injection.bean
- BeanInjector<Meta> - Class in org.apache.hop.core.injection.bean
-
Engine for get/set metadata injection properties from bean.
- BeanInjector(BeanInjectionInfo<Meta>, IHopMetadataProvider) - Constructor for class org.apache.hop.core.injection.bean.BeanInjector
- BeanLevelInfo<Meta> - Class in org.apache.hop.core.injection.bean
-
Storage for one transform on the bean deep level.
- BeanLevelInfo() - Constructor for class org.apache.hop.core.injection.bean.BeanLevelInfo
- BeanLevelInfo.DIMENSION - Enum in org.apache.hop.core.injection.bean
- beforeActionExecution(IWorkflowEngine<WorkflowMeta>, ActionMeta, IAction, IVariables) - Static method in class org.apache.hop.execution.ExecutionDataBuilder
- beforeExecution(IWorkflowEngine<T>, ActionMeta, IAction) - Method in interface org.apache.hop.workflow.IActionListener
- beforeJobExecution(IWorkflowEngine<WorkflowMeta>) - Method in interface org.apache.hop.core.listeners.ISubComponentExecutionListener
-
This method is called right before a workflow is to be executed in a parent workflow or pipeline (Workflow workflow-entry, Workflow Executor transform).
- beforeJobExecution(IWorkflowEngine<WorkflowMeta>) - Method in class org.apache.hop.core.listeners.SubComponentExecutionAdapter
- beforePipelineExecution(IPipelineEngine<PipelineMeta>) - Method in interface org.apache.hop.core.listeners.ISubComponentExecutionListener
-
This method is called right before a sub-pipeline, mapping, single threader template, ...
- beforePipelineExecution(IPipelineEngine<PipelineMeta>) - Method in class org.apache.hop.core.listeners.SubComponentExecutionAdapter
- beginHtml(HttpServletResponse, PrintWriter) - Method in class org.apache.hop.www.BodyHttpServlet
- beginProcessing() - Method in class org.apache.hop.pipeline.Pipeline
-
Begin processing.
- beginProcessing() - Method in class org.apache.hop.workflow.Workflow
-
Handle logging at start
- black - Variable in class org.apache.hop.core.gui.SvgGc
- BLACK - org.apache.hop.core.gui.IGc.EColor
- blue - Variable in class org.apache.hop.core.gui.SvgGc
- BLUE - org.apache.hop.core.gui.IGc.EColor
- BodyHttpServlet - Class in org.apache.hop.www
- BodyHttpServlet() - Constructor for class org.apache.hop.www.BodyHttpServlet
- BOOLEAN - Static variable in class org.apache.hop.core.util.KeyValueFactory
-
Default instance for ...
- BOOLEAN_STRING_TRUE - Static variable in interface org.apache.hop.core.util.IPluginProperty
-
The true value.
- BOOLEAN_TRUE - Static variable in class org.apache.hop.core.util.KeyValueFactory
-
Default instance for ...
- BooleanPluginProperty - Class in org.apache.hop.core.util
- BooleanPluginProperty(String) - Constructor for class org.apache.hop.core.util.BooleanPluginProperty
-
Constructor.
- booleanValue() - Method in class org.apache.hop.core.util.KeyValue
-
Uses DEFAULT_TRUE_VALUES, ignore case.
- booleanValue(Boolean) - Method in class org.apache.hop.core.util.KeyValue
- booleanValue(String...) - Method in class org.apache.hop.core.util.KeyValue
- booleanValue(List<String>) - Method in class org.apache.hop.core.util.KeyValue
- booleanValue(List<String>, boolean) - Method in class org.apache.hop.core.util.KeyValue
- BORDER_INDENT - Static variable in class org.apache.hop.pipeline.PipelineMeta
- breakPointHit(PipelineDebugMeta, TransformDebugMeta, IRowMeta, List<Object[]>) - Method in interface org.apache.hop.pipeline.debug.IBreakPointListener
- BufferSizeInput - org.apache.hop.execution.ExecutionMetricsType
- BufferSizeOutput - org.apache.hop.execution.ExecutionMetricsType
- build() - Method in class org.apache.hop.execution.ExecutionBuilder
- build() - Method in class org.apache.hop.execution.ExecutionDataBuilder
- build() - Method in class org.apache.hop.execution.ExecutionStateBuilder
- buildExecutionSummary() - Method in class org.apache.hop.pipeline.SingleThreadedPipelineExecutor
- BUSY - org.apache.hop.core.gui.IGc.EImage
C
- calcArrowLength() - Method in class org.apache.hop.core.gui.BasePainter
- calculateBatchIdAndDateRange() - Method in class org.apache.hop.pipeline.Pipeline
-
Calculate the batch id and date range for the pipeline.
- calculateLineage(IVariables) - Method in class org.apache.hop.lineage.PipelineDataLineage
-
Using the pipeline, we will calculate the data lineage for each field in each transform.
- calculatePartitionIds(IVariables) - Method in class org.apache.hop.partition.PartitionSchema
- callExtensionPoint(ILogChannel, IVariables, Database) - Method in class org.apache.hop.pipeline.engines.local.transaction.DatabaseCreatedXp
- callExtensionPoint(ILogChannel, IVariables, TransformInitThread) - Method in class org.apache.hop.pipeline.engines.local.transaction.TransformCreatedXp
- cancelQueries() - Method in class org.apache.hop.pipeline.PipelineMeta
-
Cancels queries opened for checking & fieldprediction.
- cancelQueries() - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
-
Call this to cancel trailing database queries (too long running, etc)
- cancelQueries() - Method in interface org.apache.hop.pipeline.transform.ITransformMeta
-
Call this to cancel trailing database queries (too long running, etc)
- candidate - Variable in class org.apache.hop.core.gui.BasePainter
- canProcessOneRow() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- canProcessOneRow() - Method in interface org.apache.hop.pipeline.transform.ITransform
-
This method checks if the transform is capable of processing at least one row.
- canSave() - Method in class org.apache.hop.base.AbstractMeta
-
Checks whether the workflow can be saved.
- canSave() - Method in interface org.apache.hop.core.IEngineMeta
-
Returns whether or not the this can be saved.
- capturingTransformPerformanceSnapShots - Variable in class org.apache.hop.pipeline.PipelineMetaInfo
-
Whether the pipeline is capturing transform performance snap shots.
- casesUrl() - Method in annotation type org.apache.hop.core.annotations.Action
- casesUrl() - Method in annotation type org.apache.hop.core.annotations.Transform
- casesUrl() - Method in annotation type org.apache.hop.core.auth.AuthenticationConsumerPlugin
- casesUrl() - Method in annotation type org.apache.hop.core.auth.AuthenticationProviderPlugin
- casesUrl() - Method in annotation type org.apache.hop.core.compress.CompressionPlugin
- category() - Method in annotation type org.apache.hop.core.annotations.Action
- categoryDescription() - Method in annotation type org.apache.hop.core.annotations.Action
- categoryDescription() - Method in annotation type org.apache.hop.core.annotations.Transform
- ChangeAction - Class in org.apache.hop.core.undo
-
This class store undo and redo information...
- ChangeAction - org.apache.hop.core.undo.ChangeAction.ActionType
- ChangeAction() - Constructor for class org.apache.hop.core.undo.ChangeAction
- ChangeAction.ActionType - Enum in org.apache.hop.core.undo
- changed - Variable in class org.apache.hop.base.BaseHopMeta
- changedActions - Variable in class org.apache.hop.workflow.WorkflowMeta
- changedFlag - Variable in class org.apache.hop.base.AbstractMeta
- ChangedFlag - Class in org.apache.hop.core.changed
- ChangedFlag() - Constructor for class org.apache.hop.core.changed.ChangedFlag
- changedHops - Variable in class org.apache.hop.pipeline.PipelineMeta
- changedHops - Variable in class org.apache.hop.workflow.WorkflowMeta
- changedNotes - Variable in class org.apache.hop.base.AbstractMeta
- changedTransforms - Variable in class org.apache.hop.pipeline.PipelineMeta
-
Indicators for changes in transforms, databases, hops, and notes.
- ChangeNote - org.apache.hop.core.undo.ChangeAction.ActionType
- ChangePipelineHop - org.apache.hop.core.undo.ChangeAction.ActionType
- ChangeTableRow - org.apache.hop.core.undo.ChangeAction.ActionType
- ChangeTransform - org.apache.hop.core.undo.ChangeAction.ActionType
- ChangeWorkflowHop - org.apache.hop.core.undo.ChangeAction.ActionType
- check(List<ICheckResult>, PipelineMeta, IRowMeta, String[], String[], IRowMeta, IVariables, IHopMetadataProvider) - Method in class org.apache.hop.pipeline.transform.TransformMeta
- check(List<ICheckResult>, PipelineMeta, TransformMeta, IRowMeta, String[], String[], IRowMeta, IVariables, IHopMetadataProvider) - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
- check(List<ICheckResult>, PipelineMeta, TransformMeta, IRowMeta, String[], String[], IRowMeta, IVariables, IHopMetadataProvider) - Method in interface org.apache.hop.pipeline.transform.ITransformMeta
-
Checks the settings of this transform and puts the findings in a remarks List.
- check(List<ICheckResult>, PipelineMeta, TransformMeta, IRowMeta, String[], String[], IRowMeta, IVariables, IHopMetadataProvider) - Method in class org.apache.hop.pipeline.transforms.dummy.DummyMeta
- check(List<ICheckResult>, PipelineMeta, TransformMeta, IRowMeta, String[], String[], IRowMeta, IVariables, IHopMetadataProvider) - Method in class org.apache.hop.pipeline.transforms.injector.InjectorMeta
- check(List<ICheckResult>, WorkflowMeta, IVariables, IHopMetadataProvider) - Method in class org.apache.hop.workflow.action.ActionBase
-
Allows Action objects to check themselves for consistency
- check(List<ICheckResult>, WorkflowMeta, IVariables, IHopMetadataProvider) - Method in interface org.apache.hop.workflow.action.IAction
-
Allows Action objects to check themselves for consistency
- check(List<ICheckResult>, WorkflowMeta, IVariables, IHopMetadataProvider) - Method in class org.apache.hop.workflow.actions.dummy.ActionDummy
- check(List<ICheckResult>, WorkflowMeta, IVariables, IHopMetadataProvider) - Method in class org.apache.hop.workflow.actions.start.ActionStart
- checkActions(List<ICheckResult>, boolean, IProgressMonitor, IVariables, IHopMetadataProvider) - Method in class org.apache.hop.workflow.WorkflowMeta
-
Check all actions within the workflow.
- checkBoolean(List<ICheckResult>, TransformMeta, IVariables, String, String) - Static method in class org.apache.hop.pipeline.transform.TransformOption
- checkClientTrusted(X509Certificate[], String) - Method in class org.apache.hop.core.truststore.HopTrustManager
-
Pass method from x509TrustManager to this class...
- checkClientTrusted(X509Certificate[], String) - Method in class org.apache.hop.core.truststore.TrustAlwaysManager
- checkFeedback(long) - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Check feedback.
- checkFeedback(long) - Method in class org.apache.hop.pipeline.transforms.file.BaseFileInputTransform
- checkFeedback(long) - Method in interface org.apache.hop.pipeline.transforms.file.IBaseFileInputTransformControl
- checkInteger(List<ICheckResult>, TransformMeta, IVariables, String, String) - Static method in class org.apache.hop.pipeline.transform.TransformOption
- checkLong(List<ICheckResult>, TransformMeta, IVariables, String, String) - Static method in class org.apache.hop.pipeline.transform.TransformOption
- CHECKPOINT - org.apache.hop.core.gui.IGc.EImage
- checkRowMixingStatically(IVariables, TransformMeta, IProgressMonitor) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Check a transform to see if there are no multiple transforms to read from.
- checkServerTrusted(X509Certificate[], String) - Method in class org.apache.hop.core.truststore.HopTrustManager
-
Pass method from x509TrustManager to this class...
- checkServerTrusted(X509Certificate[], String) - Method in class org.apache.hop.core.truststore.TrustAlwaysManager
- checkTransforms(List<ICheckResult>, boolean, IProgressMonitor, IVariables, IHopMetadataProvider) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Checks all the transforms and fills a List of (CheckResult) remarks.
- CheckTransformsExtension - Class in org.apache.hop.pipeline
- CheckTransformsExtension(List<ICheckResult>, IVariables, PipelineMeta, TransformMeta[], IHopMetadataProvider) - Constructor for class org.apache.hop.pipeline.CheckTransformsExtension
- CHILD_IDS - org.apache.hop.www.GetExecutionInfoServlet.Type
- CHILDREN - org.apache.hop.www.GetExecutionInfoServlet.Type
- chosesTargetTransforms() - Method in class org.apache.hop.pipeline.transform.TransformMeta
- ClassloaderBridgingAuthenticationPerformer<ReturnType,CreateArgType,ConsumedType> - Class in org.apache.hop.core.auth.core.impl
- ClassloaderBridgingAuthenticationPerformer(IAuthenticationProvider, IAuthenticationConsumerFactory<ReturnType, CreateArgType, ConsumedType>) - Constructor for class org.apache.hop.core.auth.core.impl.ClassloaderBridgingAuthenticationPerformer
- classLoaderGroup() - Method in annotation type org.apache.hop.core.annotations.Action
- classLoaderGroup() - Method in annotation type org.apache.hop.core.annotations.HopServerServlet
- classLoaderGroup() - Method in annotation type org.apache.hop.core.annotations.PartitionerPlugin
- classLoaderGroup() - Method in annotation type org.apache.hop.core.annotations.Transform
- classLoaderGroup() - Method in annotation type org.apache.hop.core.compress.CompressionPlugin
- classLoaderGroup() - Method in annotation type org.apache.hop.pipeline.transform.RowDistributionPlugin
- clazz - Variable in class org.apache.hop.core.injection.bean.BeanInjectionInfo
- clazzAnnotation - Variable in class org.apache.hop.core.injection.bean.BeanInjectionInfo
- cleanAfterHopFromRemove() - Method in interface org.apache.hop.pipeline.transform.ITransformMeta
-
Action remove hop exiting this transform
- cleanAfterHopFromRemove(TransformMeta) - Method in interface org.apache.hop.pipeline.transform.ITransformMeta
-
Action remove hop exiting this transform
- cleanAfterHopToRemove(TransformMeta) - Method in interface org.apache.hop.pipeline.transform.ITransformMeta
-
Action remove hop entering this transform.
- cleanup() - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
-
This method performs any cleanup operations on the various sub-components of the engine after execution.
- cleanup() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- cleanup() - Method in class org.apache.hop.pipeline.Pipeline
-
This method performs any cleanup operations, typically called after the pipeline has finished.
- cleanup() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- cleanup() - Method in interface org.apache.hop.pipeline.transform.ITransform
-
Cleanup any left-over resources for this transform.
- cleanupPipeline(String) - Method in class org.apache.hop.www.jaxrs.PipelineResource
- clear() - Method in class org.apache.hop.base.AbstractMeta
- clear() - Method in class org.apache.hop.core.ConcurrentMapProperties
- clear() - Method in class org.apache.hop.core.gui.WorkflowTracker
- clear() - Method in class org.apache.hop.core.util.KeyValueSet
-
Clear entries.
- clear() - Method in class org.apache.hop.pipeline.PipelineMeta
-
Clears the pipeline's meta-data, including the lists of databases, transforms, hops, notes, dependencies, partition schemas, hop servers, and cluster schemas.
- clear() - Method in class org.apache.hop.workflow.action.ActionBase
-
Clears all variable values
- clear() - Method in class org.apache.hop.workflow.action.ActionMeta
- clear() - Method in interface org.apache.hop.workflow.action.IAction
-
This method should clear out any variables, objects, etc.
- clear() - Method in class org.apache.hop.workflow.action.validator.ValidatorContext
- clear() - Method in class org.apache.hop.workflow.WorkflowMeta
-
Clears or reinitializes many of the WorkflowMeta properties.
- clearCaches() - Method in class org.apache.hop.pipeline.PipelineMeta
-
Clears the transform fields and loop caches.
- clearChanged() - Method in class org.apache.hop.base.AbstractMeta
- clearChanged() - Method in class org.apache.hop.core.changed.ChangedFlag
-
Clears the changed flags.
- clearChanged() - Method in interface org.apache.hop.core.changed.IChanged
- clearChanged() - Method in interface org.apache.hop.core.IEngineMeta
-
Clears the changed flag of this.
- clearChanged() - Method in class org.apache.hop.pipeline.PipelineMeta
-
Clears the different changed flags of the pipeline.
- clearChanged() - Method in class org.apache.hop.workflow.action.ActionMeta
- clearChanged() - Method in class org.apache.hop.workflow.WorkflowMeta
-
Clears the different changed flags of the workflow.
- clearError() - Method in class org.apache.hop.pipeline.Pipeline
-
Clear the error in the pipeline, clear all the rows from all the row sets, to make sure the pipeline can continue with other data.
- clearError() - Method in class org.apache.hop.pipeline.SingleThreadedPipelineExecutor
-
Clear the error in the pipeline, clear all the rows from all the row sets...
- clearEvents() - Static method in class org.apache.hop.history.AuditManager
-
Convenience method for clearing events.
- clearEvents() - Method in interface org.apache.hop.history.IAuditManager
-
Clear all events.
- clearEvents() - Method in class org.apache.hop.history.local.LocalAuditManager
- clearInputRowSets() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- clearNameChangedListeners() - Method in class org.apache.hop.base.AbstractMeta
-
Removes all the name changed listeners
- clearOutputRowSets() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- clearParameterValues() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- clearParameterValues() - Method in class org.apache.hop.pipeline.Pipeline
-
Clear the values of all parameters.
- clearParameterValues() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- clearParameterValues() - Method in class org.apache.hop.workflow.Workflow
- clearStreams() - Method in class org.apache.hop.pipeline.transform.TransformIOMeta
- clearUndo() - Method in class org.apache.hop.base.AbstractMeta
-
Clear undo.
- clone() - Method in class org.apache.hop.core.ConcurrentMapProperties
- clone() - Method in class org.apache.hop.core.file.TextFileInputField
- clone() - Method in class org.apache.hop.core.NotePadMeta
- clone() - Method in class org.apache.hop.execution.ExecutionInfoLocation
- clone() - Method in interface org.apache.hop.execution.IExecutionInfoLocation
- clone() - Method in class org.apache.hop.execution.local.FileExecutionInfoLocation
- clone() - Method in class org.apache.hop.execution.profiling.ExecutionDataProfile
- clone() - Method in class org.apache.hop.execution.remote.RemoteExecutionInfoLocation
- clone() - Method in interface org.apache.hop.execution.sampler.IExecutionDataSampler
- clone() - Method in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSampler
- clone() - Method in class org.apache.hop.execution.sampler.plugins.ExecutionDataSamplerBase
- clone() - Method in class org.apache.hop.execution.sampler.plugins.first.FirstRowsExecutionDataSampler
- clone() - Method in class org.apache.hop.execution.sampler.plugins.last.LastRowsExecutionDataSampler
- clone() - Method in class org.apache.hop.execution.sampler.plugins.random.RandomRowsExecutionDataSampler
- clone() - Method in interface org.apache.hop.IExecutionConfiguration
- clone() - Method in class org.apache.hop.partition.PartitionSchema
- clone() - Method in class org.apache.hop.pipeline.BasePartitioner
- clone() - Method in interface org.apache.hop.pipeline.config.IPipelineEngineRunConfiguration
- clone() - Method in class org.apache.hop.pipeline.engines.EmptyPipelineRunConfiguration
- clone() - Method in class org.apache.hop.pipeline.engines.local.LocalPipelineRunConfiguration
- clone() - Method in class org.apache.hop.pipeline.engines.localsingle.LocalSinglePipelineRunConfiguration
- clone() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineRunConfiguration
- clone() - Method in interface org.apache.hop.pipeline.IPartitioner
-
Clone.
- clone() - Method in class org.apache.hop.pipeline.ModPartitioner
- clone() - Method in class org.apache.hop.pipeline.PipelineExecutionConfiguration
- clone() - Method in class org.apache.hop.pipeline.PipelineHopMeta
- clone() - Method in class org.apache.hop.pipeline.PipelineMeta
-
Clones the pipeline meta-data object.
- clone() - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
- clone() - Method in interface org.apache.hop.pipeline.transform.ITransformMeta
-
Make an exact copy of this transform, make sure to explicitly copy Collections etc.
- clone() - Method in class org.apache.hop.pipeline.transform.TransformErrorMeta
- clone() - Method in class org.apache.hop.pipeline.transform.TransformIOMeta
- clone() - Method in class org.apache.hop.pipeline.transform.TransformMeta
- clone() - Method in class org.apache.hop.pipeline.transform.TransformPartitioningMeta
- clone() - Method in class org.apache.hop.pipeline.transforms.dummy.DummyMeta
- clone() - Method in class org.apache.hop.pipeline.transforms.file.BaseFileErrorHandling
- clone() - Method in class org.apache.hop.pipeline.transforms.file.BaseFileField
- clone() - Method in class org.apache.hop.pipeline.transforms.file.BaseFileInputAdditionalField
- clone() - Method in class org.apache.hop.pipeline.transforms.file.BaseFileInputFiles
- clone() - Method in class org.apache.hop.pipeline.transforms.file.BaseFileInputMeta
- clone() - Method in class org.apache.hop.pipeline.transforms.injector.InjectorMeta
- clone() - Method in class org.apache.hop.server.HopServer
- clone() - Method in class org.apache.hop.workflow.action.ActionBase
-
This method is called when a action is duplicated in HopGui.
- clone() - Method in class org.apache.hop.workflow.action.ActionMeta
- clone() - Method in interface org.apache.hop.workflow.action.IAction
-
This method is called when a action is duplicated in HopGui.
- clone() - Method in class org.apache.hop.workflow.ActionResult
- clone() - Method in class org.apache.hop.workflow.actions.start.ActionStart
- clone() - Method in interface org.apache.hop.workflow.config.IWorkflowEngineRunConfiguration
- clone() - Method in class org.apache.hop.workflow.config.WorkflowRunConfiguration
- clone() - Method in class org.apache.hop.workflow.engines.empty.EmptyWorkflowRunConfiguration
- clone() - Method in class org.apache.hop.workflow.engines.local.LocalWorkflowRunConfiguration
- clone() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowRunConfiguration
- clone() - Method in class org.apache.hop.workflow.WorkflowExecutionConfiguration
- clone() - Method in class org.apache.hop.workflow.WorkflowHopMeta
- clone() - Method in class org.apache.hop.workflow.WorkflowMeta
-
Clones the workflow meta-data object.
- cloneDeep() - Method in class org.apache.hop.workflow.action.ActionMeta
- close() - Method in class org.apache.hop.core.compress.CompressionInputStream
- close() - Method in class org.apache.hop.core.compress.CompressionOutputStream
- close() - Method in class org.apache.hop.core.compress.gzip.GzipCompressionInputStream
- close() - Method in class org.apache.hop.core.compress.gzip.GzipCompressionOutputStream
- close() - Method in class org.apache.hop.core.compress.snappy.SnappyCompressionInputStream
- close() - Method in class org.apache.hop.core.compress.snappy.SnappyCompressionOutputStream
- close() - Method in class org.apache.hop.core.compress.zip.ZipCompressionInputStream
- close() - Method in class org.apache.hop.core.compress.zip.ZipCompressionOutputStream
- close() - Method in interface org.apache.hop.execution.IExecutionInfoLocation
-
When you're done with this location you can call this method to clean up any left-over temporary files, memory structures or database connections.
- close() - Method in class org.apache.hop.execution.local.FileExecutionInfoLocation
- close() - Method in class org.apache.hop.execution.remote.RemoteExecutionInfoLocation
- close() - Method in class org.apache.hop.pipeline.transform.errorhandling.AbstractFileErrorHandler
- close() - Method in class org.apache.hop.pipeline.transform.errorhandling.CompositeFileErrorHandler
- close() - Method in interface org.apache.hop.pipeline.transform.errorhandling.IFileErrorHandler
-
This method closes the handler;
- closeLastFile() - Method in class org.apache.hop.pipeline.transforms.file.BaseFileInputTransform
-
Close last opened file/
- closeQuietly(Closeable) - Static method in class org.apache.hop.pipeline.transform.BaseTransform
-
Close quietly.
- code() - Method in annotation type org.apache.hop.pipeline.transform.RowDistributionPlugin
- collectedVariables - Variable in class org.apache.hop.imp.HopImportBase
- CollectionPredicates - Class in org.apache.hop.core.util
- collectVariablesFromKettleProperties() - Method in class org.apache.hop.imp.HopImportBase
- COLOR_RGB_BLACK_BLUE - Static variable in class org.apache.hop.core.NotePadMeta
- COLOR_RGB_BLACK_GREEN - Static variable in class org.apache.hop.core.NotePadMeta
- COLOR_RGB_BLACK_RED - Static variable in class org.apache.hop.core.NotePadMeta
- COLOR_RGB_DEFAULT_BG_BLUE - Static variable in class org.apache.hop.core.NotePadMeta
- COLOR_RGB_DEFAULT_BG_GREEN - Static variable in class org.apache.hop.core.NotePadMeta
- COLOR_RGB_DEFAULT_BG_RED - Static variable in class org.apache.hop.core.NotePadMeta
- COLOR_RGB_DEFAULT_BORDER_BLUE - Static variable in class org.apache.hop.core.NotePadMeta
- COLOR_RGB_DEFAULT_BORDER_GREEN - Static variable in class org.apache.hop.core.NotePadMeta
- COLOR_RGB_DEFAULT_BORDER_RED - Static variable in class org.apache.hop.core.NotePadMeta
- compare(Object) - Method in class org.apache.hop.core.file.TextFileInputField
- compare(Object) - Method in class org.apache.hop.pipeline.transforms.file.BaseFileField
- compare(AbstractMeta, AbstractMeta) - Method in class org.apache.hop.base.AbstractMeta
- compare(PipelineMeta, PipelineMeta) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Compares two pipeline on name and filename.
- compare(ActionResult, ActionResult) - Method in class org.apache.hop.workflow.ActionResult
- compare(WorkflowMeta, WorkflowMeta) - Method in class org.apache.hop.workflow.WorkflowMeta
-
Compares two workflow on name, filename, etc.
- compare(HopServerObjectEntry, HopServerObjectEntry) - Method in class org.apache.hop.www.HopServerObjectEntry
- compareTo(ITextFileInputField) - Method in class org.apache.hop.core.file.TextFileInputField
- compareTo(ITextFileInputField) - Method in class org.apache.hop.pipeline.transforms.file.BaseFileField
- compareTo(PipelineHopMeta) - Method in class org.apache.hop.pipeline.PipelineHopMeta
-
Compare 2 hops.
- compareTo(PipelineMeta) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Compares this pipeline's meta-data to the specified pipeline's meta-data.
- compareTo(TransformMeta) - Method in class org.apache.hop.pipeline.transform.TransformMeta
- compareTo(ActionResult) - Method in class org.apache.hop.workflow.ActionResult
- compareTo(WorkflowMeta) - Method in class org.apache.hop.workflow.WorkflowMeta
-
Compares this workflow's meta-data to the specified workflow's meta-data.
- compareTo(HopServerObjectEntry) - Method in class org.apache.hop.www.HopServerObjectEntry
- composeActionList() - Method in class org.apache.hop.workflow.WorkflowMeta
-
Create a unique list of action interfaces
- CompositeFileErrorHandler - Class in org.apache.hop.pipeline.transform.errorhandling
- CompositeFileErrorHandler(List<IFileErrorHandler>) - Constructor for class org.apache.hop.pipeline.transform.errorhandling.CompositeFileErrorHandler
- CompressionInputStream - Class in org.apache.hop.core.compress
- CompressionInputStream(InputStream, ICompressionProvider) - Constructor for class org.apache.hop.core.compress.CompressionInputStream
- CompressionOutputStream - Class in org.apache.hop.core.compress
- CompressionOutputStream(OutputStream, ICompressionProvider) - Constructor for class org.apache.hop.core.compress.CompressionOutputStream
- CompressionPlugin - Annotation Type in org.apache.hop.core.compress
-
This annotation signals to the plugin system that the class is a compression provider plugin.
- CompressionPluginType - Class in org.apache.hop.core.compress
-
This class represents the compression plugin type.
- CompressionProviderFactory - Class in org.apache.hop.core.compress
- compute(Object, BiFunction<? super Object, ? super Object, ? extends Object>) - Method in class org.apache.hop.core.ConcurrentMapProperties
- computeIfAbsent(Object, Function<? super Object, ? extends Object>) - Method in class org.apache.hop.core.ConcurrentMapProperties
- computeIfPresent(Object, BiFunction<? super Object, ? super Object, ? extends Object>) - Method in class org.apache.hop.core.ConcurrentMapProperties
- ConcurrentMapProperties - Class in org.apache.hop.core
-
Thread Safe version of Java Properties class.
- ConcurrentMapProperties() - Constructor for class org.apache.hop.core.ConcurrentMapProperties
- ConcurrentMapProperties(Properties) - Constructor for class org.apache.hop.core.ConcurrentMapProperties
- ConfigurableStreamLogger - Class in org.apache.hop.core.util
-
Provides the ability to specify the desired logLevel on which the StreamLogger should write.
- ConfigurableStreamLogger(ILogChannel, InputStream, LogLevel, String) - Constructor for class org.apache.hop.core.util.ConfigurableStreamLogger
- CONFIGURATION_IN_EXPORT_FILENAME - Static variable in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
-
Constant specifying a filename containing XML to inject into a ZIP file created during resource export.
- CONFIGURATION_IN_EXPORT_FILENAME - Static variable in class org.apache.hop.pipeline.Pipeline
-
Constant specifying a filename containing XML to inject into a ZIP file created during resource export.
- CONFIGURATION_IN_EXPORT_FILENAME - Static variable in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
-
Constant specifying a filename containing XML to inject into a ZIP file created during resource export.
- CONFIGURATION_IN_EXPORT_FILENAME - Static variable in class org.apache.hop.workflow.Workflow
- configure() - Static method in class org.apache.hop.core.truststore.CustomSocketFactory
-
Configures this SSLSocketFactory so that it trusts any signer.
- configure(String, String) - Static method in class org.apache.hop.core.truststore.CustomSocketFactory
-
Configures this SSLSocketFactory so that it uses the given keystore as its truststore.
- CONNECTION - org.apache.hop.resource.ResourceEntry.ResourceType
- connectionCounter - Variable in class org.apache.hop.imp.HopImportBase
- connectionFileMap - Variable in class org.apache.hop.imp.HopImportBase
- connectionsList - Variable in class org.apache.hop.imp.HopImportBase
- constructGetter(String) - Static method in class org.apache.hop.core.reflection.StringSearcher
- constructIsGetter(String) - Static method in class org.apache.hop.core.reflection.StringSearcher
- constructUrl(IVariables, String) - Method in class org.apache.hop.server.HopServer
- consume(ConsumedType) - Method in interface org.apache.hop.core.auth.core.IAuthenticationConsumer
- containerId - Variable in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- containerId - Variable in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- ContainerId - org.apache.hop.execution.Execution.EnvironmentDetailType
- containerObjectId - Variable in class org.apache.hop.pipeline.Pipeline
-
The container object id.
- containerObjectId - Variable in class org.apache.hop.workflow.action.ActionBase
-
The container object id
- containerObjectId - Variable in class org.apache.hop.workflow.Workflow
- contains(int, int) - Method in class org.apache.hop.core.gui.AreaOwner
-
Validate if a certain coordinate is contained in the area
- contains(Object) - Method in class org.apache.hop.core.ConcurrentMapProperties
- containsAction(ActionMeta) - Method in class org.apache.hop.workflow.WorkflowMeta
- containsKey(Object) - Method in class org.apache.hop.core.ConcurrentMapProperties
- containsKey(String) - Method in class org.apache.hop.core.util.KeyValueSet
- containsKey(String) - Method in class org.apache.hop.workflow.action.validator.ValidatorContext
- containsTransformMeta(TransformMeta) - Method in class org.apache.hop.pipeline.PipelineMeta
- containsValue(Object) - Method in class org.apache.hop.core.ConcurrentMapProperties
- containsValue(Object) - Method in class org.apache.hop.workflow.action.validator.ValidatorContext
- CONTENT_MENU_INDENT - Static variable in class org.apache.hop.core.gui.BasePainter
- contentChanged(Object) - Method in class org.apache.hop.core.listeners.ContentChangedAdapter
- contentChanged(Object) - Method in interface org.apache.hop.core.listeners.IContentChangedListener
-
This method will be called when the parent object to which this listener is added, has been changed.
- ContentChangedAdapter - Class in org.apache.hop.core.listeners
- ContentChangedAdapter() - Constructor for class org.apache.hop.core.listeners.ContentChangedAdapter
- contentChangedListeners - Variable in class org.apache.hop.base.AbstractMeta
- contentSafe(Object) - Method in class org.apache.hop.core.listeners.ContentChangedAdapter
- contentSafe(Object) - Method in interface org.apache.hop.core.listeners.IContentChangedListener
-
This method will be called when the parent object has been declared safe (or saved, persisted, ...)
- CONTEXT_MENU - org.apache.hop.core.gui.IGc.EImage
- CONTEXT_PATH - Static variable in class org.apache.hop.www.AddExportServlet
- CONTEXT_PATH - Static variable in class org.apache.hop.www.AddPipelineServlet
- CONTEXT_PATH - Static variable in class org.apache.hop.www.AddWorkflowServlet
- CONTEXT_PATH - Static variable in class org.apache.hop.www.DeleteExecutionInfoServlet
- CONTEXT_PATH - Static variable in class org.apache.hop.www.GetExecutionInfoServlet
- CONTEXT_PATH - Static variable in class org.apache.hop.www.GetPipelineImageServlet
- CONTEXT_PATH - Static variable in class org.apache.hop.www.GetPipelineStatusServlet
- CONTEXT_PATH - Static variable in class org.apache.hop.www.GetRootServlet
- CONTEXT_PATH - Static variable in class org.apache.hop.www.GetStatusServlet
- CONTEXT_PATH - Static variable in class org.apache.hop.www.GetWorkflowImageServlet
- CONTEXT_PATH - Static variable in class org.apache.hop.www.GetWorkflowStatusServlet
- CONTEXT_PATH - Static variable in class org.apache.hop.www.PausePipelineServlet
- CONTEXT_PATH - Static variable in class org.apache.hop.www.PrepareExecutionPipelineServlet
- CONTEXT_PATH - Static variable in class org.apache.hop.www.RegisterExecutionInfoServlet
- CONTEXT_PATH - Static variable in class org.apache.hop.www.RegisterPackageServlet
- CONTEXT_PATH - Static variable in class org.apache.hop.www.RegisterPipelineServlet
- CONTEXT_PATH - Static variable in class org.apache.hop.www.RegisterWorkflowServlet
- CONTEXT_PATH - Static variable in class org.apache.hop.www.RemovePipelineServlet
- CONTEXT_PATH - Static variable in class org.apache.hop.www.RemoveWorkflowServlet
- CONTEXT_PATH - Static variable in class org.apache.hop.www.SniffTransformServlet
- CONTEXT_PATH - Static variable in class org.apache.hop.www.StartExecutionPipelineServlet
- CONTEXT_PATH - Static variable in class org.apache.hop.www.StartPipelineServlet
- CONTEXT_PATH - Static variable in class org.apache.hop.www.StartWorkflowServlet
- CONTEXT_PATH - Static variable in class org.apache.hop.www.StopPipelineServlet
- CONTEXT_PATH - Static variable in class org.apache.hop.www.StopWorkflowServlet
- CONTEXT_PATH - Static variable in class org.apache.hop.www.WebServiceServlet
- convertContextPath(String) - Method in class org.apache.hop.www.BaseHttpServlet
- convertEmpty - Variable in class org.apache.hop.core.injection.bean.BeanLevelInfo
-
False if source empty value shouldn't affect on target field.
- convertEmpty() - Method in annotation type org.apache.hop.core.injection.Injection
-
Convert empty values or not.
- converter - Variable in class org.apache.hop.core.injection.bean.BeanLevelInfo
-
Values converter.
- converter() - Method in annotation type org.apache.hop.core.injection.Injection
-
Converter from RowMetaAndData to java types.
- convertFromJs(Object, int, String) - Static method in class org.apache.hop.core.util.JavaScriptUtils
- convertIOMetaToTransformNames() - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
- convertIOMetaToTransformNames() - Method in interface org.apache.hop.pipeline.transform.ITransformMeta
-
Convert defined IOMeta information to transform metadata.
- convertProperties(Properties) - Static method in class org.apache.hop.core.ConcurrentMapProperties
-
Converts a Properties object to a ConcurrentMapProperties object
- convertRowMeta - Variable in class org.apache.hop.pipeline.transforms.file.BaseFileInputTransformData
- copy - Variable in class org.apache.hop.pipeline.transform.TransformMetaDataCombi
- COPY_ROWS - org.apache.hop.core.gui.IGc.EImage
- COPY_ROWS_DISABLED - org.apache.hop.core.gui.IGc.EImage
- copyFrom(IVariables) - Method in class org.apache.hop.pipeline.Pipeline
-
Copies variables from a given variable variables to this pipeline.
- copyFrom(IVariables) - Method in class org.apache.hop.pipeline.transform.BaseTransform
- copyFrom(IVariables) - Method in class org.apache.hop.workflow.action.ActionBase
-
Copies variables from a given variable variables to this action
- copyNr - Variable in class org.apache.hop.execution.ExecutionBuilder
- copyParametersFromDefinitions(INamedParameterDefinitions) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- copyParametersFromDefinitions(INamedParameterDefinitions) - Method in class org.apache.hop.pipeline.Pipeline
- copyParametersFromDefinitions(INamedParameterDefinitions) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- copyParametersFromDefinitions(INamedParameterDefinitions) - Method in class org.apache.hop.workflow.Workflow
- CORNER_RADIUS_2 - Static variable in class org.apache.hop.core.gui.BasePainter
- CORNER_RADIUS_3 - Static variable in class org.apache.hop.core.gui.BasePainter
- CORNER_RADIUS_4 - Static variable in class org.apache.hop.core.gui.BasePainter
- CORNER_RADIUS_5 - Static variable in class org.apache.hop.core.gui.BasePainter
- countEntries(String) - Method in class org.apache.hop.workflow.WorkflowMeta
-
Count actions.
- create(CreateArgType) - Method in interface org.apache.hop.core.auth.core.IAuthenticationConsumerFactory
- create(Object) - Method in class org.apache.hop.core.auth.core.impl.DefaultAuthenticationConsumerFactory
- create(String) - Method in class org.apache.hop.core.util.KeyValueFactory
- create(IAuthenticationProvider, IAuthenticationConsumerFactory<ReturnType, CreateArgType, ConsumedType>) - Method in interface org.apache.hop.core.auth.core.IAuthenticationPerformerFactory
- create(IAuthenticationProvider, IAuthenticationConsumerFactory<ReturnType, CreateArgType, ConsumedType>) - Method in class org.apache.hop.core.auth.core.impl.DefaultAuthenticationPerformerFactory
- create(Node, IHopMetadataProvider) - Method in interface org.apache.hop.pipeline.IPipelineMetaFactory
- create(Node, IHopMetadataProvider) - Method in class org.apache.hop.pipeline.PipelineMetaFactoryImpl
- createAll(String...) - Method in class org.apache.hop.core.util.KeyValueFactory
- createBoolean(String) - Method in class org.apache.hop.core.util.PluginPropertyFactory
- createCallStack() - Method in class org.apache.hop.core.injection.bean.BeanLevelInfo
- createCompressionProviderInstance(String) - Method in class org.apache.hop.core.compress.CompressionProviderFactory
- createCompressionProviderInstance(String) - Method in interface org.apache.hop.core.compress.ICompressionProviderFactory
- createDateFormat() - Static method in class org.apache.hop.pipeline.transform.errorhandling.AbstractFileErrorHandler
- createdDate - Variable in class org.apache.hop.pipeline.AbstractMetaInfo
- createDefaultPipelineEngineRunConfiguration() - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
-
Ask the engine to generate a default pipeline engine configuration for this engine
- createDefaultPipelineEngineRunConfiguration() - Method in class org.apache.hop.pipeline.engines.local.LocalPipelineEngine
- createDefaultPipelineEngineRunConfiguration() - Method in class org.apache.hop.pipeline.engines.localsingle.LocalSinglePipelineEngine
- createDefaultPipelineEngineRunConfiguration() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- createDefaultPipelineEngineRunConfiguration() - Method in class org.apache.hop.pipeline.Pipeline
- createDefaultWorkflowEngineRunConfiguration() - Method in interface org.apache.hop.workflow.engine.IWorkflowEngine
- createDefaultWorkflowEngineRunConfiguration() - Method in class org.apache.hop.workflow.engines.local.LocalWorkflowEngine
- createDefaultWorkflowEngineRunConfiguration() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- createdUser - Variable in class org.apache.hop.pipeline.AbstractMetaInfo
- createInputStream(InputStream) - Method in class org.apache.hop.core.compress.gzip.GzipCompressionProvider
- createInputStream(InputStream) - Method in class org.apache.hop.core.compress.hadoopsnappy.HadoopSnappyCompressionProvider
- createInputStream(InputStream) - Method in interface org.apache.hop.core.compress.ICompressionProvider
-
Creates an input stream that decompresses data (according to the provider's implementation)
- createInputStream(InputStream) - Method in class org.apache.hop.core.compress.NoneCompressionProvider
- createInputStream(InputStream) - Method in class org.apache.hop.core.compress.snappy.SnappyCompressionProvider
- createInputStream(InputStream) - Method in class org.apache.hop.core.compress.zip.ZipCompressionProvider
- createInteger(String) - Method in class org.apache.hop.core.util.PluginPropertyFactory
- createNewInstance(String, int, int) - Method in class org.apache.hop.core.file.TextFileInputField
- createNewInstance(String, int, int) - Method in class org.apache.hop.pipeline.transforms.file.BaseFileField
- createObject(String, Object) - Method in class org.apache.hop.execution.IExecutionInfoLocation.ExecutionInfoLocationObjectFactory
- createObject(String, Object) - Method in class org.apache.hop.execution.sampler.IExecutionDataSampler.ExecutionDataSamplerObjectFactory
- createObject(String, Object) - Method in class org.apache.hop.pipeline.config.PipelineRunConfigurationMetadataObjectFactory
- createObject(String, Object) - Method in class org.apache.hop.pipeline.transform.ITransformMeta.TransformFactory
- createObject(String, Object) - Method in class org.apache.hop.workflow.config.WorkflowRunConfigurationMetadataObjectFactory
- createOutputStream(OutputStream) - Method in class org.apache.hop.core.compress.gzip.GzipCompressionProvider
- createOutputStream(OutputStream) - Method in class org.apache.hop.core.compress.hadoopsnappy.HadoopSnappyCompressionProvider
- createOutputStream(OutputStream) - Method in interface org.apache.hop.core.compress.ICompressionProvider
-
Creates an output stream that compresses data (according to the provider's implementation)
- createOutputStream(OutputStream) - Method in class org.apache.hop.core.compress.NoneCompressionProvider
- createOutputStream(OutputStream) - Method in class org.apache.hop.core.compress.snappy.SnappyCompressionProvider
- createOutputStream(OutputStream) - Method in class org.apache.hop.core.compress.zip.ZipCompressionProvider
- createParentFolder(Class<?>, String, boolean, ILogChannel) - Static method in class org.apache.hop.core.util.FileUtil
- createPartitioner(String) - Method in class org.apache.hop.pipeline.transform.TransformPartitioningMeta
- createPipeline(PipelineConfiguration) - Method in class org.apache.hop.www.BaseWorkflowServlet
- createPipelineEngine(IVariables, String, IHopMetadataProvider, T) - Static method in class org.apache.hop.pipeline.engine.PipelineEngineFactory
-
Create a new pipeline engine
- createPipelineEngine(PipelineRunConfiguration, T) - Static method in class org.apache.hop.pipeline.engine.PipelineEngineFactory
- createReader(Meta, Data, FileObject) - Method in class org.apache.hop.pipeline.transforms.file.BaseFileInputTransform
-
Create reader for specific file.
- createRowListener(IExecutionDataSampler) - Method in class org.apache.hop.execution.sampler.ExecutionDataSamplerStoreBase
- createRowListener(IExecutionDataSampler<?>) - Method in interface org.apache.hop.execution.sampler.IExecutionDataSamplerStore
-
Create a row listener to attach to a transform
- createSamplerStore(ExecutionDataSamplerMeta) - Method in interface org.apache.hop.execution.sampler.IExecutionDataSampler
-
Create a sampler store to match the sampler.
- createSamplerStore(ExecutionDataSamplerMeta) - Method in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSampler
- createSamplerStore(ExecutionDataSamplerMeta) - Method in class org.apache.hop.execution.sampler.plugins.ExecutionDataSamplerBase
- createSamplerStore(ExecutionDataSamplerMeta) - Method in class org.apache.hop.execution.sampler.plugins.first.FirstRowsExecutionDataSampler
- createSamplerStore(ExecutionDataSamplerMeta) - Method in class org.apache.hop.execution.sampler.plugins.last.LastRowsExecutionDataSampler
- createSamplerStore(ExecutionDataSamplerMeta) - Method in class org.apache.hop.execution.sampler.plugins.random.RandomRowsExecutionDataSampler
- createSocket(String, int) - Method in class org.apache.hop.core.truststore.CustomSocketFactory
- createSocket(String, int, InetAddress, int) - Method in class org.apache.hop.core.truststore.CustomSocketFactory
- createSocket(InetAddress, int) - Method in class org.apache.hop.core.truststore.CustomSocketFactory
- createSocket(InetAddress, int, InetAddress, int) - Method in class org.apache.hop.core.truststore.CustomSocketFactory
- createSocket(Socket, String, int, boolean) - Method in class org.apache.hop.core.truststore.CustomSocketFactory
- createString(String) - Method in class org.apache.hop.core.util.PluginPropertyFactory
- createStringList(String) - Method in class org.apache.hop.core.util.PluginPropertyFactory
- createTransform(TransformMeta, ITransformData, int, PipelineMeta, Pipeline) - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
- createTransform(TransformMeta, ITransformData, int, PipelineMeta, Pipeline) - Method in interface org.apache.hop.pipeline.transform.ITransformMeta
- createTransformData() - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
- createTransformData() - Method in interface org.apache.hop.pipeline.transform.ITransformMeta
-
Create a new instance of the appropriate data class.
- createValueMeta(IVariables) - Method in class org.apache.hop.pipeline.transforms.injector.InjectorField
- createWorkflow(WorkflowConfiguration) - Method in class org.apache.hop.www.BaseWorkflowServlet
- createWorkflowEngine(IVariables, String, IHopMetadataProvider, T, ILoggingObject) - Static method in class org.apache.hop.workflow.engine.WorkflowEngineFactory
- crystal - Variable in class org.apache.hop.core.gui.SvgGc
- CRYSTAL - org.apache.hop.core.gui.IGc.EColor
- currentDirectoryChangedListeners - Variable in class org.apache.hop.base.AbstractMeta
- CurrentDirectoryResolver - Class in org.apache.hop.core.util
-
This class resolve and update system variables
Const.INTERNAL_VARIABLE_ENTRY_CURRENT_FOLDERConst.INTERNAL_VARIABLE_WORKFLOW_FILENAME_FOLDERConst.INTERNAL_VARIABLE_PIPELINE_FILENAME_DIRECTORYConst.INTERNAL_VARIABLE_WORKFLOW_FILENAME_NAME - CurrentDirectoryResolver() - Constructor for class org.apache.hop.core.util.CurrentDirectoryResolver
- currentFileIndex - Variable in class org.apache.hop.pipeline.transforms.file.BaseFileInputTransformData
- currentPassThruFieldsRow - Variable in class org.apache.hop.pipeline.transforms.file.BaseFileInputTransformData
- CUSTOM - org.apache.hop.core.gui.AreaOwner.AreaType
- CustomSocketFactory - Class in org.apache.hop.core.truststore
- CustomSocketFactory() - Constructor for class org.apache.hop.core.truststore.CustomSocketFactory
-
Required for reflection.
- CustomSocketFactory(SSLSocketFactory) - Constructor for class org.apache.hop.core.truststore.CustomSocketFactory
-
For internal use only.
D
- DAILY - Static variable in class org.apache.hop.workflow.actions.start.ActionStart
- darkGray - Variable in class org.apache.hop.core.gui.SvgGc
- DARKGRAY - org.apache.hop.core.gui.IGc.EColor
- DASH - org.apache.hop.core.gui.IGc.ELineStyle
- DASHDOT - org.apache.hop.core.gui.IGc.ELineStyle
- data - Variable in class org.apache.hop.pipeline.transform.BaseTransform
- data - Variable in class org.apache.hop.pipeline.transform.TransformMetaDataCombi
- DATA - org.apache.hop.core.gui.IGc.EImage
- DATA - org.apache.hop.www.GetExecutionInfoServlet.Type
- DATA_FILE - org.apache.hop.resource.IResourceNaming.FileNamingType
- DatabaseCreatedXp - Class in org.apache.hop.pipeline.engines.local.transaction
- DatabaseCreatedXp() - Constructor for class org.apache.hop.pipeline.engines.local.transaction.DatabaseCreatedXp
- DatabaseImpact - Class in org.apache.hop.pipeline
- DatabaseImpact(int, String, String, String, String, String, String, String, String, String) - Constructor for class org.apache.hop.pipeline.DatabaseImpact
- DatabaseMetaSearchableAnalyser - Class in org.apache.hop.core.search
- DatabaseMetaSearchableAnalyser() - Constructor for class org.apache.hop.core.search.DatabaseMetaSearchableAnalyser
- DATABASENAME - org.apache.hop.resource.ResourceEntry.ResourceType
- databases - Variable in class org.apache.hop.pipeline.transform.BaseTransformMeta
-
database connection object to use for searching fields & checking transforms
- dataErrorLineHandler - Variable in class org.apache.hop.pipeline.transforms.file.BaseFileInputTransformData
- dataLoggingDelay - Variable in class org.apache.hop.execution.ExecutionInfoLocation
- dataLoggingInterval - Variable in class org.apache.hop.execution.ExecutionInfoLocation
- dataSampler - Variable in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSamplerStore
- dataSamplers - Variable in class org.apache.hop.pipeline.Pipeline
-
Plugins can use this to add additional data samplers to the pipeline.
- DB - org.apache.hop.core.gui.IGc.EImage
- deadLockCounter - Variable in class org.apache.hop.pipeline.transform.BaseTransform
-
Keeps track of the number of rows read for input deadlock verification.
- decrementLinesRead() - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Decrements the number of lines read from previous transforms by one
- decrementLinesWritten() - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Decrements the number of lines written to next transforms by one
- DEFAULT_BOOLEAN_VALUE - Static variable in interface org.apache.hop.core.util.IPluginProperty
-
The default value.
- DEFAULT_DOUBLE_VALUE - Static variable in interface org.apache.hop.core.util.IPluginProperty
-
The default double value.
- DEFAULT_ERROR_CODE - Static variable in class org.apache.hop.core.util.AbstractTransform
- DEFAULT_INTEGER_VALUE - Static variable in interface org.apache.hop.core.util.IPluginProperty
-
The default integer value.
- DEFAULT_STRING_VALUE - Static variable in interface org.apache.hop.core.util.IPluginProperty
-
The default string value.
- DEFAULT_TRUE_VALUES - Static variable in class org.apache.hop.core.util.KeyValue
-
The default true values.
- DefaultAuthenticationConsumerFactory - Class in org.apache.hop.core.auth.core.impl
- DefaultAuthenticationConsumerFactory(Class<?>) - Constructor for class org.apache.hop.core.auth.core.impl.DefaultAuthenticationConsumerFactory
- DefaultAuthenticationPerformer<ReturnType,CreateArgType,T extends IAuthenticationProvider> - Class in org.apache.hop.core.auth.core.impl
- DefaultAuthenticationPerformer(T, IAuthenticationConsumerFactory<ReturnType, CreateArgType, T>) - Constructor for class org.apache.hop.core.auth.core.impl.DefaultAuthenticationPerformer
- DefaultAuthenticationPerformerFactory - Class in org.apache.hop.core.auth.core.impl
- DefaultAuthenticationPerformerFactory() - Constructor for class org.apache.hop.core.auth.core.impl.DefaultAuthenticationPerformerFactory
- defaultDetectionTimer() - Method in class org.apache.hop.www.WebServer
- defaultPipelineRunConfiguration - Variable in class org.apache.hop.imp.HopImportBase
- defaultSelection - Variable in class org.apache.hop.pipeline.config.PipelineRunConfiguration
- defaultSelection - Variable in class org.apache.hop.workflow.config.WorkflowRunConfiguration
- DefaultWebServerShutdownHandler - Class in org.apache.hop.www
- DefaultWebServerShutdownHandler() - Constructor for class org.apache.hop.www.DefaultWebServerShutdownHandler
- defaultWorkflowRunConfiguration - Variable in class org.apache.hop.imp.HopImportBase
- delegate - Variable in class org.apache.hop.core.compress.CompressionInputStream
- delegate - Variable in class org.apache.hop.core.compress.CompressionOutputStream
- DelegationAdapter - Class in org.apache.hop.workflow
- DelegationAdapter() - Constructor for class org.apache.hop.workflow.DelegationAdapter
- delegationListeners - Variable in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- DELETE - org.apache.hop.www.GetExecutionInfoServlet.Type
- DeleteAction - org.apache.hop.core.undo.ChangeAction.ActionType
- deleteExecution(String) - Method in interface org.apache.hop.execution.IExecutionInfoLocation
-
Delete the execution with the given ID, its children and the associated information.
- deleteExecution(String) - Method in class org.apache.hop.execution.local.FileExecutionInfoLocation
- deleteExecution(String) - Method in class org.apache.hop.execution.remote.RemoteExecutionInfoLocation
- DeleteExecutionInfoServlet - Class in org.apache.hop.www
- DeleteExecutionInfoServlet() - Constructor for class org.apache.hop.www.DeleteExecutionInfoServlet
- DeleteExecutionInfoServlet(PipelineMap) - Constructor for class org.apache.hop.www.DeleteExecutionInfoServlet
- DeleteNote - org.apache.hop.core.undo.ChangeAction.ActionType
- deleteObserver(IHopObserver) - Method in class org.apache.hop.base.AbstractMeta
- deleteObserver(IHopObserver) - Method in class org.apache.hop.core.changed.ChangedFlag
- DeletePipelineHop - org.apache.hop.core.undo.ChangeAction.ActionType
- DeleteTableRow - org.apache.hop.core.undo.ChangeAction.ActionType
- DeleteTransform - org.apache.hop.core.undo.ChangeAction.ActionType
- DeleteWorkflowHop - org.apache.hop.core.undo.ChangeAction.ActionType
- deprecated - Variable in class org.apache.hop.core.gui.SvgGc
- DEPRECATED - org.apache.hop.core.gui.IGc.EColor
- DescribedVariableSearchableAnalyser - Class in org.apache.hop.core.search
- DescribedVariableSearchableAnalyser() - Constructor for class org.apache.hop.core.search.DescribedVariableSearchableAnalyser
- description - Variable in class org.apache.hop.pipeline.AbstractMetaInfo
- description - Variable in class org.apache.hop.pipeline.BasePartitioner
- description() - Method in annotation type org.apache.hop.core.annotations.Action
- description() - Method in annotation type org.apache.hop.core.annotations.HopServerServlet
- description() - Method in annotation type org.apache.hop.core.annotations.PartitionerPlugin
- description() - Method in annotation type org.apache.hop.core.annotations.Transform
- description() - Method in annotation type org.apache.hop.core.auth.AuthenticationConsumerPlugin
- description() - Method in annotation type org.apache.hop.core.auth.AuthenticationProviderPlugin
- description() - Method in annotation type org.apache.hop.core.compress.CompressionPlugin
- description() - Method in annotation type org.apache.hop.execution.plugin.ExecutionInfoLocationPlugin
- description() - Method in annotation type org.apache.hop.execution.sampler.ExecutionDataSamplerPlugin
- description() - Method in annotation type org.apache.hop.imp.ImportPlugin
- description() - Method in annotation type org.apache.hop.pipeline.engine.PipelineEnginePlugin
- description() - Method in annotation type org.apache.hop.pipeline.transform.RowDistributionPlugin
- description() - Method in annotation type org.apache.hop.workflow.engine.WorkflowEnginePlugin
- descTypeUndo - Static variable in class org.apache.hop.pipeline.PipelineMeta
-
A list of localized strings corresponding to string descriptions of the undo/redo actions.
- deserialize(JsonParser, DeserializationContext) - Method in class org.apache.hop.execution.ExecutionDataSetMetaDeserializer
- diff(PerformanceSnapShot, long, long) - Method in class org.apache.hop.pipeline.performance.PerformanceSnapShot
- dim - Variable in class org.apache.hop.core.injection.bean.BeanLevelInfo
-
Dimension of level.
- directoryChanged(Object, String, String) - Method in interface org.apache.hop.core.listeners.ICurrentDirectoryChangedListener
- directoryChanged(Object, String, String) - Method in class org.apache.hop.core.listeners.impl.EntryCurrentDirectoryChangedListener
- dispatch() - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
This method finds the surrounding transforms and rowsets for this base transform.
- dispose() - Method in interface org.apache.hop.core.gui.IGc
- dispose() - Method in class org.apache.hop.core.gui.SvgGc
- dispose() - Method in class org.apache.hop.pipeline.SingleThreadedPipelineExecutor
- dispose() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- dispose() - Method in interface org.apache.hop.pipeline.transform.ITransform
-
Dispose of this transform: close files, empty logs, etc.
- dispose() - Method in class org.apache.hop.pipeline.transforms.file.BaseFileInputTransform
-
Dispose transform.
- distanceTo(AreaOwner) - Method in class org.apache.hop.core.gui.AreaOwner
-
Calculate the distance between the centres of the areas.
- distributehorizontal() - Method in class org.apache.hop.core.gui.SnapAllignDistribute
- distributeRow(IRowMeta, Object[], ITransform) - Method in interface org.apache.hop.pipeline.transform.IRowDistribution
-
Do the actual row distribution in the transform
- distributevertical() - Method in class org.apache.hop.core.gui.SnapAllignDistribute
- documentationUrl() - Method in annotation type org.apache.hop.core.annotations.Action
- documentationUrl() - Method in annotation type org.apache.hop.core.annotations.Transform
- documentationUrl() - Method in annotation type org.apache.hop.core.auth.AuthenticationConsumerPlugin
- documentationUrl() - Method in annotation type org.apache.hop.core.auth.AuthenticationProviderPlugin
- documentationUrl() - Method in annotation type org.apache.hop.core.compress.CompressionPlugin
- documentationUrl() - Method in annotation type org.apache.hop.imp.ImportPlugin
- doDelete(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hop.www.BaseHttpServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hop.www.AddExportServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hop.www.AddPipelineServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hop.www.AddWorkflowServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hop.www.BaseHopServerPlugin
-
Deprecated.Should not be called directly. Use
BaseHopServerPlugin.service(HttpServletRequest, HttpServletResponse)instead - doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hop.www.BodyHttpServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hop.www.DeleteExecutionInfoServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hop.www.GetExecutionInfoServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hop.www.GetPipelineImageServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hop.www.GetPipelineStatusServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hop.www.GetRootServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hop.www.GetStatusServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hop.www.GetWorkflowImageServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hop.www.GetWorkflowStatusServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hop.www.HopServerServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in interface org.apache.hop.www.IHopServerPlugin
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hop.www.PausePipelineServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hop.www.PrepareExecutionPipelineServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hop.www.RegisterExecutionInfoServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hop.www.RemovePipelineServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hop.www.RemoveWorkflowServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hop.www.SniffTransformServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hop.www.StartExecutionPipelineServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hop.www.StartPipelineServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hop.www.StartWorkflowServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hop.www.StopPipelineServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hop.www.StopWorkflowServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hop.www.WebServiceServlet
- doIt - Variable in class org.apache.hop.pipeline.transform.TransformInitThread
- doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hop.www.BaseHttpServlet
- doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hop.www.HopServerServlet
- doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hop.www.WebServiceServlet
- doPut(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hop.www.BaseHttpServlet
- DOT - org.apache.hop.core.gui.IGc.ELineStyle
- doTopologySortOfTransforms() - Method in class org.apache.hop.pipeline.Pipeline
- DOUBLE - Static variable in class org.apache.hop.core.util.KeyValueFactory
-
Default instance for ...
- DOUBLE_BIG_ENDIAN - org.apache.hop.core.file.EncodingType
- DOUBLE_LITTLE_ENDIAN - org.apache.hop.core.file.EncodingType
- DOUBLE_ONE - Static variable in class org.apache.hop.core.util.KeyValueFactory
-
Default instance for ...
- doubleValue() - Method in class org.apache.hop.core.util.KeyValue
- doubleValue(Double) - Method in class org.apache.hop.core.util.KeyValue
- drawAction(ActionMeta) - Method in class org.apache.hop.workflow.WorkflowPainter
- drawActionIcon(int, int, ActionMeta, float) - Method in interface org.apache.hop.core.gui.IGc
- drawActionIcon(int, int, ActionMeta, float) - Method in class org.apache.hop.core.gui.SvgGc
- drawArrow(IGc.EImage, int[], Hop, Object, Object) - Method in class org.apache.hop.core.gui.BasePainter
- drawArrow(IGc.EImage, int, int, int, int, double, int, double, Hop, Object, Object) - Method in class org.apache.hop.core.gui.BasePainter
- drawArrow(IGc.EImage, int, int, int, int, double, int, double, PipelineHopMeta, Object, Object) - Method in class org.apache.hop.pipeline.PipelinePainter
- drawArrow(IGc.EImage, int, int, int, int, double, int, double, WorkflowHopMeta, Object, Object) - Method in class org.apache.hop.workflow.WorkflowPainter
- drawGrid() - Method in class org.apache.hop.core.gui.BasePainter
- drawImage(IGc.EImage, int, int, float) - Method in interface org.apache.hop.core.gui.IGc
- drawImage(IGc.EImage, int, int, float) - Method in class org.apache.hop.core.gui.SvgGc
- drawImage(IGc.EImage, int, int, float, double) - Method in interface org.apache.hop.core.gui.IGc
- drawImage(IGc.EImage, int, int, float, double) - Method in class org.apache.hop.core.gui.SvgGc
- drawImage(SvgFile, int, int, int, int, float, double) - Method in interface org.apache.hop.core.gui.IGc
- drawImage(SvgFile, int, int, int, int, float, double) - Method in class org.apache.hop.core.gui.SvgGc
- drawingEditIcons - Variable in class org.apache.hop.core.gui.BasePainter
- drawLine(int, int, int, int) - Method in interface org.apache.hop.core.gui.IGc
- drawLine(int, int, int, int) - Method in class org.apache.hop.core.gui.SvgGc
- drawLine(WorkflowHopMeta, boolean) - Method in class org.apache.hop.workflow.WorkflowPainter
-
Calculates line coordinates from center to center.
- drawNavigationView() - Method in class org.apache.hop.core.gui.BasePainter
-
Draw a small rectangle at the bottom right of the screen which depicts the viewport as a part of the total size of the metadata graph.
- drawNote(NotePadMeta) - Method in class org.apache.hop.core.gui.BasePainter
- drawPipelineImage() - Method in class org.apache.hop.pipeline.PipelinePainter
- drawPoint(int, int) - Method in interface org.apache.hop.core.gui.IGc
- drawPoint(int, int) - Method in class org.apache.hop.core.gui.SvgGc
- drawPolygon(int[]) - Method in interface org.apache.hop.core.gui.IGc
- drawPolygon(int[]) - Method in class org.apache.hop.core.gui.SvgGc
- drawPolyline(int[]) - Method in interface org.apache.hop.core.gui.IGc
- drawPolyline(int[]) - Method in class org.apache.hop.core.gui.SvgGc
- drawRect(Rectangle) - Method in class org.apache.hop.core.gui.BasePainter
- drawRectangle(int, int, int, int) - Method in interface org.apache.hop.core.gui.IGc
- drawRectangle(int, int, int, int) - Method in class org.apache.hop.core.gui.SvgGc
- drawRoundRectangle(int, int, int, int, int, int) - Method in interface org.apache.hop.core.gui.IGc
- drawRoundRectangle(int, int, int, int, int, int) - Method in class org.apache.hop.core.gui.SvgGc
- drawText(String, int, int) - Method in interface org.apache.hop.core.gui.IGc
- drawText(String, int, int) - Method in class org.apache.hop.core.gui.SvgGc
- drawText(String, int, int, boolean) - Method in interface org.apache.hop.core.gui.IGc
- drawText(String, int, int, boolean) - Method in class org.apache.hop.core.gui.SvgGc
- drawTransformIcon(int, int, TransformMeta, float) - Method in interface org.apache.hop.core.gui.IGc
- drawTransformIcon(int, int, TransformMeta, float) - Method in class org.apache.hop.core.gui.SvgGc
- drawWorkflow() - Method in class org.apache.hop.workflow.WorkflowPainter
- drawWorkflowHop(WorkflowHopMeta, boolean) - Method in class org.apache.hop.workflow.WorkflowPainter
- Dummy - Class in org.apache.hop.pipeline.transforms.dummy
-
Do nothing.
- Dummy(TransformMeta, DummyMeta, DummyData, int, PipelineMeta, Pipeline) - Constructor for class org.apache.hop.pipeline.transforms.dummy.Dummy
- DummyData - Class in org.apache.hop.pipeline.transforms.dummy
- DummyData() - Constructor for class org.apache.hop.pipeline.transforms.dummy.DummyData
- DummyMeta - Class in org.apache.hop.pipeline.transforms.dummy
- DummyMeta() - Constructor for class org.apache.hop.pipeline.transforms.dummy.DummyMeta
E
- EDIT - org.apache.hop.core.gui.IGc.EImage
- elements() - Method in class org.apache.hop.core.ConcurrentMapProperties
- emailValidator() - Static method in class org.apache.hop.workflow.action.validator.ActionValidatorUtils
-
Returns a EmailValidator singleton.
- EmailValidator - Class in org.apache.hop.workflow.action.validator
- EmailValidator() - Constructor for class org.apache.hop.workflow.action.validator.EmailValidator
- EMPTY_ARRAY - Static variable in class org.apache.hop.core.util.CollectionPredicates
-
Empty array.
- EMPTY_COLLECTION - Static variable in class org.apache.hop.core.util.CollectionPredicates
-
Empty collection.
- EMPTY_MAP - Static variable in class org.apache.hop.core.util.CollectionPredicates
-
Empty map.
- EmptyPipelineRunConfiguration - Class in org.apache.hop.pipeline.engines
- EmptyPipelineRunConfiguration() - Constructor for class org.apache.hop.pipeline.engines.EmptyPipelineRunConfiguration
- EmptyPipelineRunConfiguration(String, String) - Constructor for class org.apache.hop.pipeline.engines.EmptyPipelineRunConfiguration
- EmptyPipelineRunConfiguration(EmptyPipelineRunConfiguration) - Constructor for class org.apache.hop.pipeline.engines.EmptyPipelineRunConfiguration
- EmptyWorkflowRunConfiguration - Class in org.apache.hop.workflow.engines.empty
- EmptyWorkflowRunConfiguration() - Constructor for class org.apache.hop.workflow.engines.empty.EmptyWorkflowRunConfiguration
- EmptyWorkflowRunConfiguration(String, String) - Constructor for class org.apache.hop.workflow.engines.empty.EmptyWorkflowRunConfiguration
- EmptyWorkflowRunConfiguration(EmptyWorkflowRunConfiguration) - Constructor for class org.apache.hop.workflow.engines.empty.EmptyWorkflowRunConfiguration
- enabled - Variable in class org.apache.hop.base.BaseHopMeta
- EncodingType - Enum in org.apache.hop.core.file
- endHtml(PrintWriter) - Method in class org.apache.hop.www.BodyHttpServlet
- EngineComponent - Class in org.apache.hop.pipeline.engine
- EngineComponent() - Constructor for class org.apache.hop.pipeline.engine.EngineComponent
- EngineComponent(String, int) - Constructor for class org.apache.hop.pipeline.engine.EngineComponent
- EngineComponent.ComponentExecutionStatus - Enum in org.apache.hop.pipeline.engine
- EngineMetric - Class in org.apache.hop.pipeline.engine
- EngineMetric() - Constructor for class org.apache.hop.pipeline.engine.EngineMetric
- EngineMetric(String, String, String, String, boolean) - Constructor for class org.apache.hop.pipeline.engine.EngineMetric
- engineMetrics - Variable in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- EngineMetrics - Class in org.apache.hop.pipeline.engine
-
Describes the metrics you can get from an execution engine
- EngineMetrics() - Constructor for class org.apache.hop.pipeline.engine.EngineMetrics
- EntryCurrentDirectoryChangedListener - Class in org.apache.hop.core.listeners.impl
-
Updates directory references referencing
Const.INTERNAL_VARIABLE_ENTRY_CURRENT_FOLDER - EntryCurrentDirectoryChangedListener(Supplier<String>, Consumer<String>) - Constructor for class org.apache.hop.core.listeners.impl.EntryCurrentDirectoryChangedListener
- EntryCurrentDirectoryChangedListener(EntryCurrentDirectoryChangedListener.IPathReference...) - Constructor for class org.apache.hop.core.listeners.impl.EntryCurrentDirectoryChangedListener
- EntryCurrentDirectoryChangedListener.IPathReference - Interface in org.apache.hop.core.listeners.impl
- entrySet() - Method in class org.apache.hop.core.ConcurrentMapProperties
- entrySet() - Method in class org.apache.hop.workflow.action.validator.ValidatorContext
- entryTransformSetVariablesMap - Variable in class org.apache.hop.workflow.action.ActionBase
-
The map for transform variable bindings for the action
- environmentDetails - Variable in class org.apache.hop.execution.ExecutionBuilder
- equal(Object) - Method in class org.apache.hop.core.file.TextFileInputField
- equal(Object) - Method in class org.apache.hop.pipeline.transforms.file.BaseFileField
- equals(Object) - Method in class org.apache.hop.core.ConcurrentMapProperties
- equals(Object) - Method in class org.apache.hop.execution.ExecutionData
- equals(Object) - Method in class org.apache.hop.execution.sampler.plugins.ExecutionDataSamplerBase
- equals(Object) - Method in class org.apache.hop.history.AuditState
- equals(Object) - Method in class org.apache.hop.partition.PartitionSchema
- equals(Object) - Method in class org.apache.hop.pipeline.engine.EngineComponent
- equals(Object) - Method in class org.apache.hop.pipeline.engine.EngineMetric
- equals(Object) - Method in class org.apache.hop.pipeline.engines.EmptyPipelineRunConfiguration
- equals(Object) - Method in class org.apache.hop.pipeline.PipelineHopMeta
- equals(Object) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Checks whether this pipeline's meta-data object is equal to the specified object.
- equals(Object) - Method in class org.apache.hop.pipeline.transform.stream.Stream
- equals(Object) - Method in class org.apache.hop.pipeline.transform.TransformMeta
-
Two transforms are equal if their names are equal.
- equals(Object) - Method in class org.apache.hop.pipeline.transform.TransformPartitioningMeta
- equals(Object) - Method in class org.apache.hop.server.HopServer
- equals(Object) - Method in class org.apache.hop.workflow.action.ActionBase
-
Checks if the Action object is equal to the specified object
- equals(Object) - Method in class org.apache.hop.workflow.action.ActionMeta
- equals(Object) - Method in class org.apache.hop.workflow.engines.empty.EmptyWorkflowRunConfiguration
- equals(Object) - Method in class org.apache.hop.workflow.WorkflowMeta
-
Checks whether this workflow's meta-data object is equal to the specified object.
- equals(Object) - Method in class org.apache.hop.www.HopServerObjectEntry
- equals(Object) - Method in class org.apache.hop.www.SocketPortAllocation
- ERROR - org.apache.hop.core.gui.IGc.EImage
- ERROR - org.apache.hop.pipeline.transform.stream.IStream.StreamType
- ERROR - org.apache.hop.pipeline.transform.stream.StreamIcon
- ERROR_DISABLED - org.apache.hop.core.gui.IGc.EImage
- errorFilesDestinationDirectory - Variable in class org.apache.hop.pipeline.transforms.file.BaseFileErrorHandling
-
The directory that will contain error files
- errorFilesExtension - Variable in class org.apache.hop.pipeline.transforms.file.BaseFileErrorHandling
-
The extension of error files
- errorHandling - Variable in class org.apache.hop.pipeline.transforms.file.BaseFileInputMeta
- errorIgnored - Variable in class org.apache.hop.pipeline.transforms.file.BaseFileErrorHandling
-
Ignore error : turn into warnings
- errorRowWrittenEvent(IRowMeta, Object[]) - Method in interface org.apache.hop.pipeline.transform.IRowListener
-
This method is called when the error handling of a row is writing a row to the error stream.
- errorRowWrittenEvent(IRowMeta, Object[]) - Method in class org.apache.hop.pipeline.transform.RowAdapter
-
Empty method implementing the IRowListener.errorRowWrittenEvent interface method
- errors - Variable in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- errors - Variable in class org.apache.hop.workflow.Workflow
- Errors - org.apache.hop.execution.ExecutionMetricsType
- evaluate() - Method in class org.apache.hop.core.util.BooleanPluginProperty
- evaluate() - Method in class org.apache.hop.core.util.IntegerPluginProperty
- evaluate() - Method in interface org.apache.hop.core.util.IPluginProperty
- evaluate() - Method in class org.apache.hop.core.util.StringListPluginProperty
- evaluate() - Method in class org.apache.hop.core.util.StringPluginProperty
- evaluates() - Method in class org.apache.hop.workflow.actions.start.ActionStart
- excludeFileMask - Variable in class org.apache.hop.pipeline.transforms.file.BaseFileInputFiles
-
Wildcard or filemask to exclude (regular expression)
- excludeFromCopyDistributeVerification() - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
-
This method is added to exclude certain transforms from copy/distribute checking.
- excludeFromCopyDistributeVerification() - Method in interface org.apache.hop.pipeline.transform.ITransformMeta
-
This method is added to exclude certain transforms from copy/distribute checking.
- excludeFromRowLayoutVerification() - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
-
This method is added to exclude certain transforms from layout checking.
- excludeFromRowLayoutVerification() - Method in interface org.apache.hop.pipeline.transform.ITransformMeta
-
This method is added to exclude certain transforms from layout checking.
- execService(IVariables, String) - Method in class org.apache.hop.server.HopServer
- execService(IVariables, String, boolean) - Method in class org.apache.hop.server.HopServer
- execService(IVariables, String, Map<String, String>) - Method in class org.apache.hop.server.HopServer
- execute() - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
-
Executes the object/subject: calls prepareExecution and startThreads in sequence.
- execute() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- execute() - Method in class org.apache.hop.pipeline.Pipeline
-
Executes the pipeline.
- execute(Object) - Method in class org.apache.hop.core.util.AddClosureArrayList
- execute(Object) - Method in class org.apache.hop.core.util.PluginPropertyHandler.AbstractHandler
- execute(Result, int) - Method in interface org.apache.hop.workflow.action.IAction
-
Execute the action.
- execute(Result, int) - Method in class org.apache.hop.workflow.actions.dummy.ActionDummy
- execute(Result, int) - Method in class org.apache.hop.workflow.actions.missing.MissingAction
- execute(Result, int) - Method in class org.apache.hop.workflow.actions.start.ActionStart
- executeAction - Variable in class org.apache.hop.workflow.WorkflowExecutionExtension
- executeFromStart(int, Result) - Method in class org.apache.hop.workflow.Workflow
-
Execute a workflow with previous results passed in.
Execute called by ActionWorkflow: don't clear the actionResults. - executePipeline(IPipelineEngine<PipelineMeta>) - Method in class org.apache.hop.www.StartPipelineServlet
- executingServer - Variable in class org.apache.hop.workflow.Workflow
- executingUser - Variable in class org.apache.hop.workflow.Workflow
- Execution - Class in org.apache.hop.execution
-
This is all the static information we have about an execution.
- Execution() - Constructor for class org.apache.hop.execution.Execution
- EXECUTION - org.apache.hop.www.GetExecutionInfoServlet.Type
- EXECUTION_DATA_SAMPLE_FIRST_OUTPUT - Static variable in class org.apache.hop.execution.sampler.plugins.first.FirstRowsExecutionDataSamplerStore
- EXECUTION_DATA_SAMPLE_LAST_OUTPUT - Static variable in class org.apache.hop.execution.sampler.plugins.last.LastRowsExecutionDataSamplerStore
- EXECUTION_DATA_SAMPLE_RANDOM_OUTPUT - Static variable in class org.apache.hop.execution.sampler.plugins.random.RandomRowsExecutionDataSamplerStore
- Execution.EnvironmentDetailType - Enum in org.apache.hop.execution
- ExecutionBuilder - Class in org.apache.hop.execution
- ExecutionData - Class in org.apache.hop.execution
-
This class contains execution data in the form of rows of data.
- ExecutionData() - Constructor for class org.apache.hop.execution.ExecutionData
- ExecutionData(Date, String, String, Map<String, RowBuffer>, Map<String, ExecutionDataSetMeta>) - Constructor for class org.apache.hop.execution.ExecutionData
- ExecutionDataBuilder - Class in org.apache.hop.execution
- ExecutionDataProfile - Class in org.apache.hop.execution.profiling
-
This data profile makes it easy to specify what kind of information you want to capture about the output of a transform during its execution.
- ExecutionDataProfile() - Constructor for class org.apache.hop.execution.profiling.ExecutionDataProfile
- ExecutionDataProfile(String) - Constructor for class org.apache.hop.execution.profiling.ExecutionDataProfile
- ExecutionDataProfile(String, String, List<IExecutionDataSampler>) - Constructor for class org.apache.hop.execution.profiling.ExecutionDataProfile
- ExecutionDataProfile(ExecutionDataProfile) - Constructor for class org.apache.hop.execution.profiling.ExecutionDataProfile
- executionDataProfileName - Variable in class org.apache.hop.pipeline.config.PipelineRunConfiguration
-
The name of an
ExecutionDataProfile - ExecutionDataSampleInformation - Class in org.apache.hop.execution.sampler
-
Provides some extra information about a set of sample rows
- ExecutionDataSampleInformation(String) - Constructor for class org.apache.hop.execution.sampler.ExecutionDataSampleInformation
- ExecutionDataSamplerBase<Store extends IExecutionDataSamplerStore> - Class in org.apache.hop.execution.sampler.plugins
- ExecutionDataSamplerBase() - Constructor for class org.apache.hop.execution.sampler.plugins.ExecutionDataSamplerBase
- ExecutionDataSamplerBase(String, String, String) - Constructor for class org.apache.hop.execution.sampler.plugins.ExecutionDataSamplerBase
- ExecutionDataSamplerBase(ExecutionDataSamplerBase<Store>) - Constructor for class org.apache.hop.execution.sampler.plugins.ExecutionDataSamplerBase
- ExecutionDataSamplerMeta - Class in org.apache.hop.execution.sampler
-
Extra metadata about the data sampler being used
- ExecutionDataSamplerMeta() - Constructor for class org.apache.hop.execution.sampler.ExecutionDataSamplerMeta
- ExecutionDataSamplerMeta(String, String, String, boolean, boolean) - Constructor for class org.apache.hop.execution.sampler.ExecutionDataSamplerMeta
- ExecutionDataSamplerMeta(ExecutionDataSamplerMeta) - Constructor for class org.apache.hop.execution.sampler.ExecutionDataSamplerMeta
- ExecutionDataSamplerObjectFactory() - Constructor for class org.apache.hop.execution.sampler.IExecutionDataSampler.ExecutionDataSamplerObjectFactory
- ExecutionDataSamplerPlugin - Annotation Type in org.apache.hop.execution.sampler
- ExecutionDataSamplerPluginType - Class in org.apache.hop.execution.sampler
- ExecutionDataSamplerStoreBase<Store extends IExecutionDataSamplerStore> - Class in org.apache.hop.execution.sampler
- ExecutionDataSamplerStoreBase(ExecutionDataSamplerMeta, IRowMeta, List<Object[]>, int) - Constructor for class org.apache.hop.execution.sampler.ExecutionDataSamplerStoreBase
- ExecutionDataSetMeta - Class in org.apache.hop.execution
- ExecutionDataSetMeta() - Constructor for class org.apache.hop.execution.ExecutionDataSetMeta
- ExecutionDataSetMeta(String, String, String, String, String) - Constructor for class org.apache.hop.execution.ExecutionDataSetMeta
- ExecutionDataSetMeta(String, String, String, String, String, String, String) - Constructor for class org.apache.hop.execution.ExecutionDataSetMeta
- ExecutionDataSetMetaDeserializer - Class in org.apache.hop.execution
- ExecutionDataSetMetaDeserializer() - Constructor for class org.apache.hop.execution.ExecutionDataSetMetaDeserializer
- executionEndDate - Variable in class org.apache.hop.pipeline.transform.BaseTransform
- executionEndDate - Variable in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- executionEndDate - Variable in class org.apache.hop.workflow.Workflow
- executionFinishedListeners - Variable in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
-
A list of finished listeners attached to the pipeline.
- ExecutionInfoLocation - Class in org.apache.hop.execution
- ExecutionInfoLocation() - Constructor for class org.apache.hop.execution.ExecutionInfoLocation
- ExecutionInfoLocation(String, String, String, String, String, ExecutionDataProfile, IExecutionInfoLocation) - Constructor for class org.apache.hop.execution.ExecutionInfoLocation
- ExecutionInfoLocation(ExecutionInfoLocation) - Constructor for class org.apache.hop.execution.ExecutionInfoLocation
- ExecutionInfoLocationObjectFactory() - Constructor for class org.apache.hop.execution.IExecutionInfoLocation.ExecutionInfoLocationObjectFactory
- ExecutionInfoLocationPlugin - Annotation Type in org.apache.hop.execution.plugin
- ExecutionInfoLocationPluginType - Class in org.apache.hop.execution.plugin
- ExecutionInfoLocationTypeMetadata - Class in org.apache.hop.execution
- ExecutionInfoLocationTypeMetadata() - Constructor for class org.apache.hop.execution.ExecutionInfoLocationTypeMetadata
- ExecutionMetricsType - Enum in org.apache.hop.execution
- executionStartDate - Variable in class org.apache.hop.execution.ExecutionBuilder
- executionStartDate - Variable in class org.apache.hop.pipeline.transform.BaseTransform
- executionStartDate - Variable in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- executionStartDate - Variable in class org.apache.hop.workflow.Workflow
- executionStartedListeners - Variable in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
-
A list of started listeners attached to the pipeline.
- ExecutionState - Class in org.apache.hop.execution
-
Execution states are possible for pipelines and workflows but also for actions and transforms.
- ExecutionState() - Constructor for class org.apache.hop.execution.ExecutionState
- ExecutionStateBuilder - Class in org.apache.hop.execution
- ExecutionStateComponentMetrics - Class in org.apache.hop.execution
- ExecutionStateComponentMetrics() - Constructor for class org.apache.hop.execution.ExecutionStateComponentMetrics
- ExecutionStateComponentMetrics(String, String) - Constructor for class org.apache.hop.execution.ExecutionStateComponentMetrics
- ExecutionStateComponentMetrics(String, String, Map<String, Long>) - Constructor for class org.apache.hop.execution.ExecutionStateComponentMetrics
- executionStoppedListeners - Variable in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
-
A list of stop-event listeners attached to the pipeline.
- executionType - Variable in class org.apache.hop.execution.ExecutionBuilder
- ExecutionType - Enum in org.apache.hop.execution
- executorXml - Variable in class org.apache.hop.execution.ExecutionBuilder
- expandingRemoteWorkflow - Variable in class org.apache.hop.workflow.WorkflowMeta
- exportingResources - Variable in class org.apache.hop.pipeline.engines.remote.RemotePipelineRunConfiguration
- exportingResources - Variable in class org.apache.hop.workflow.engines.remote.RemoteWorkflowRunConfiguration
- exportResources(IVariables, Map<String, ResourceDefinition>, IResourceNaming, IHopMetadataProvider) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Exports the specified objects to a flat-file system, adding content with filename keys to a set of definitions.
- exportResources(IVariables, Map<String, ResourceDefinition>, IResourceNaming, IHopMetadataProvider) - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
-
Export resources.
- exportResources(IVariables, Map<String, ResourceDefinition>, IResourceNaming, IHopMetadataProvider) - Method in interface org.apache.hop.pipeline.transform.ITransformMeta
- exportResources(IVariables, Map<String, ResourceDefinition>, IResourceNaming, IHopMetadataProvider) - Method in class org.apache.hop.pipeline.transform.TransformMeta
- exportResources(IVariables, Map<String, ResourceDefinition>, IResourceNaming, IHopMetadataProvider) - Method in class org.apache.hop.pipeline.TransformWithMappingMeta
- exportResources(IVariables, Map<String, ResourceDefinition>, IResourceNaming, IHopMetadataProvider) - Method in interface org.apache.hop.resource.IResourceExport
-
Exports the object to a flat-file system, adding content with filename keys to a set of definitions.
- exportResources(IVariables, Map<String, ResourceDefinition>, IResourceNaming, IHopMetadataProvider) - Method in class org.apache.hop.workflow.action.ActionBase
-
Exports the object to a flat-file system, adding content with filename keys to a set of definitions.
- exportResources(IVariables, Map<String, ResourceDefinition>, IResourceNaming, IHopMetadataProvider) - Method in interface org.apache.hop.workflow.action.IAction
-
Exports the object to a flat-file system, adding content with filename keys to a set of definitions.
- exportResources(IVariables, Map<String, ResourceDefinition>, IResourceNaming, IHopMetadataProvider) - Method in class org.apache.hop.workflow.WorkflowMeta
- extendedDescription - Variable in class org.apache.hop.pipeline.AbstractMetaInfo
- extension - Variable in class org.apache.hop.pipeline.transforms.file.BaseFileInputTransformData
- extensionDataMap - Variable in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- extensionDataMap - Variable in class org.apache.hop.pipeline.transform.BaseTransform
- extensionDataMap - Variable in class org.apache.hop.workflow.action.ActionBase
- extensionDataMap - Variable in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- extensionDataMap - Variable in class org.apache.hop.workflow.Workflow
- extensionField - Variable in class org.apache.hop.pipeline.transforms.file.BaseFileInputAdditionalField
- extractCasesUrl(Action) - Method in class org.apache.hop.core.plugins.ActionPluginType
- extractCasesUrl(HopServerServlet) - Method in class org.apache.hop.core.plugins.HopServerPluginType
- extractCasesUrl(PartitionerPlugin) - Method in class org.apache.hop.core.plugins.PartitionerPluginType
- extractCasesUrl(Transform) - Method in class org.apache.hop.core.plugins.TransformPluginType
- extractCasesUrl(AuthenticationConsumerPlugin) - Method in class org.apache.hop.core.auth.AuthenticationConsumerPluginType
- extractCasesUrl(AuthenticationProviderPlugin) - Method in class org.apache.hop.core.auth.AuthenticationProviderPluginType
- extractCasesUrl(CompressionPlugin) - Method in class org.apache.hop.core.compress.CompressionPluginType
- extractCasesUrl(PipelineEnginePlugin) - Method in class org.apache.hop.pipeline.engine.PipelineEnginePluginType
- extractCasesUrl(RowDistributionPlugin) - Method in class org.apache.hop.pipeline.transform.RowDistributionPluginType
- extractCasesUrl(WorkflowEnginePlugin) - Method in class org.apache.hop.workflow.engine.WorkflowEnginePluginType
- extractCategory(Action) - Method in class org.apache.hop.core.plugins.ActionPluginType
- extractCategory(HopServerServlet) - Method in class org.apache.hop.core.plugins.HopServerPluginType
- extractCategory(PartitionerPlugin) - Method in class org.apache.hop.core.plugins.PartitionerPluginType
- extractCategory(Transform) - Method in class org.apache.hop.core.plugins.TransformPluginType
- extractCategory(AuthenticationConsumerPlugin) - Method in class org.apache.hop.core.auth.AuthenticationConsumerPluginType
- extractCategory(AuthenticationProviderPlugin) - Method in class org.apache.hop.core.auth.AuthenticationProviderPluginType
- extractCategory(CompressionPlugin) - Method in class org.apache.hop.core.compress.CompressionPluginType
- extractCategory(PipelineEnginePlugin) - Method in class org.apache.hop.pipeline.engine.PipelineEnginePluginType
- extractCategory(RowDistributionPlugin) - Method in class org.apache.hop.pipeline.transform.RowDistributionPluginType
- extractCategory(WorkflowEnginePlugin) - Method in class org.apache.hop.workflow.engine.WorkflowEnginePluginType
- extractClassLoaderGroup(Action) - Method in class org.apache.hop.core.plugins.ActionPluginType
- extractClassLoaderGroup(HopServerServlet) - Method in class org.apache.hop.core.plugins.HopServerPluginType
- extractClassLoaderGroup(PartitionerPlugin) - Method in class org.apache.hop.core.plugins.PartitionerPluginType
- extractClassLoaderGroup(Transform) - Method in class org.apache.hop.core.plugins.TransformPluginType
- extractClassLoaderGroup(CompressionPlugin) - Method in class org.apache.hop.core.compress.CompressionPluginType
- extractClassLoaderGroup(PipelineEnginePlugin) - Method in class org.apache.hop.pipeline.engine.PipelineEnginePluginType
- extractClassLoaderGroup(RowDistributionPlugin) - Method in class org.apache.hop.pipeline.transform.RowDistributionPluginType
- extractClassLoaderGroup(WorkflowEnginePlugin) - Method in class org.apache.hop.workflow.engine.WorkflowEnginePluginType
- extractDesc(Action) - Method in class org.apache.hop.core.plugins.ActionPluginType
- extractDesc(HopServerServlet) - Method in class org.apache.hop.core.plugins.HopServerPluginType
- extractDesc(PartitionerPlugin) - Method in class org.apache.hop.core.plugins.PartitionerPluginType
- extractDesc(Transform) - Method in class org.apache.hop.core.plugins.TransformPluginType
- extractDesc(AuthenticationConsumerPlugin) - Method in class org.apache.hop.core.auth.AuthenticationConsumerPluginType
- extractDesc(AuthenticationProviderPlugin) - Method in class org.apache.hop.core.auth.AuthenticationProviderPluginType
- extractDesc(CompressionPlugin) - Method in class org.apache.hop.core.compress.CompressionPluginType
- extractDesc(ExecutionInfoLocationPlugin) - Method in class org.apache.hop.execution.plugin.ExecutionInfoLocationPluginType
- extractDesc(ExecutionDataSamplerPlugin) - Method in class org.apache.hop.execution.sampler.ExecutionDataSamplerPluginType
- extractDesc(ImportPlugin) - Method in class org.apache.hop.imp.ImportPluginType
- extractDesc(PipelineEnginePlugin) - Method in class org.apache.hop.pipeline.engine.PipelineEnginePluginType
- extractDesc(RowDistributionPlugin) - Method in class org.apache.hop.pipeline.transform.RowDistributionPluginType
- extractDesc(WorkflowEnginePlugin) - Method in class org.apache.hop.workflow.engine.WorkflowEnginePluginType
- extractDocumentationUrl(Action) - Method in class org.apache.hop.core.plugins.ActionPluginType
- extractDocumentationUrl(HopServerServlet) - Method in class org.apache.hop.core.plugins.HopServerPluginType
- extractDocumentationUrl(PartitionerPlugin) - Method in class org.apache.hop.core.plugins.PartitionerPluginType
- extractDocumentationUrl(Transform) - Method in class org.apache.hop.core.plugins.TransformPluginType
- extractDocumentationUrl(AuthenticationConsumerPlugin) - Method in class org.apache.hop.core.auth.AuthenticationConsumerPluginType
- extractDocumentationUrl(AuthenticationProviderPlugin) - Method in class org.apache.hop.core.auth.AuthenticationProviderPluginType
- extractDocumentationUrl(CompressionPlugin) - Method in class org.apache.hop.core.compress.CompressionPluginType
- extractDocumentationUrl(ImportPlugin) - Method in class org.apache.hop.imp.ImportPluginType
- extractDocumentationUrl(PipelineEnginePlugin) - Method in class org.apache.hop.pipeline.engine.PipelineEnginePluginType
- extractDocumentationUrl(RowDistributionPlugin) - Method in class org.apache.hop.pipeline.transform.RowDistributionPluginType
- extractDocumentationUrl(WorkflowEnginePlugin) - Method in class org.apache.hop.workflow.engine.WorkflowEnginePluginType
- extractForumUrl(Action) - Method in class org.apache.hop.core.plugins.ActionPluginType
- extractForumUrl(HopServerServlet) - Method in class org.apache.hop.core.plugins.HopServerPluginType
- extractForumUrl(PartitionerPlugin) - Method in class org.apache.hop.core.plugins.PartitionerPluginType
- extractForumUrl(Transform) - Method in class org.apache.hop.core.plugins.TransformPluginType
- extractForumUrl(AuthenticationConsumerPlugin) - Method in class org.apache.hop.core.auth.AuthenticationConsumerPluginType
- extractForumUrl(AuthenticationProviderPlugin) - Method in class org.apache.hop.core.auth.AuthenticationProviderPluginType
- extractForumUrl(CompressionPlugin) - Method in class org.apache.hop.core.compress.CompressionPluginType
- extractForumUrl(PipelineEnginePlugin) - Method in class org.apache.hop.pipeline.engine.PipelineEnginePluginType
- extractForumUrl(RowDistributionPlugin) - Method in class org.apache.hop.pipeline.transform.RowDistributionPluginType
- extractForumUrl(WorkflowEnginePlugin) - Method in class org.apache.hop.workflow.engine.WorkflowEnginePluginType
- extractID(Action) - Method in class org.apache.hop.core.plugins.ActionPluginType
- extractID(HopServerServlet) - Method in class org.apache.hop.core.plugins.HopServerPluginType
- extractID(PartitionerPlugin) - Method in class org.apache.hop.core.plugins.PartitionerPluginType
- extractID(Transform) - Method in class org.apache.hop.core.plugins.TransformPluginType
- extractID(AuthenticationConsumerPlugin) - Method in class org.apache.hop.core.auth.AuthenticationConsumerPluginType
- extractID(AuthenticationProviderPlugin) - Method in class org.apache.hop.core.auth.AuthenticationProviderPluginType
- extractID(CompressionPlugin) - Method in class org.apache.hop.core.compress.CompressionPluginType
- extractID(ExecutionInfoLocationPlugin) - Method in class org.apache.hop.execution.plugin.ExecutionInfoLocationPluginType
- extractID(ExecutionDataSamplerPlugin) - Method in class org.apache.hop.execution.sampler.ExecutionDataSamplerPluginType
- extractID(ImportPlugin) - Method in class org.apache.hop.imp.ImportPluginType
- extractID(PipelineEnginePlugin) - Method in class org.apache.hop.pipeline.engine.PipelineEnginePluginType
- extractID(RowDistributionPlugin) - Method in class org.apache.hop.pipeline.transform.RowDistributionPluginType
- extractID(WorkflowEnginePlugin) - Method in class org.apache.hop.workflow.engine.WorkflowEnginePluginType
- extractImageFile(Action) - Method in class org.apache.hop.core.plugins.ActionPluginType
- extractImageFile(HopServerServlet) - Method in class org.apache.hop.core.plugins.HopServerPluginType
- extractImageFile(PartitionerPlugin) - Method in class org.apache.hop.core.plugins.PartitionerPluginType
- extractImageFile(Transform) - Method in class org.apache.hop.core.plugins.TransformPluginType
- extractImageFile(AuthenticationConsumerPlugin) - Method in class org.apache.hop.core.auth.AuthenticationConsumerPluginType
- extractImageFile(AuthenticationProviderPlugin) - Method in class org.apache.hop.core.auth.AuthenticationProviderPluginType
- extractImageFile(CompressionPlugin) - Method in class org.apache.hop.core.compress.CompressionPluginType
- extractImageFile(PipelineEnginePlugin) - Method in class org.apache.hop.pipeline.engine.PipelineEnginePluginType
- extractImageFile(RowDistributionPlugin) - Method in class org.apache.hop.pipeline.transform.RowDistributionPluginType
- extractImageFile(WorkflowEnginePlugin) - Method in class org.apache.hop.workflow.engine.WorkflowEnginePluginType
- extractKeywords(Action) - Method in class org.apache.hop.core.plugins.ActionPluginType
- extractKeywords(Transform) - Method in class org.apache.hop.core.plugins.TransformPluginType
- extractName(Action) - Method in class org.apache.hop.core.plugins.ActionPluginType
- extractName(HopServerServlet) - Method in class org.apache.hop.core.plugins.HopServerPluginType
- extractName(PartitionerPlugin) - Method in class org.apache.hop.core.plugins.PartitionerPluginType
- extractName(Transform) - Method in class org.apache.hop.core.plugins.TransformPluginType
- extractName(AuthenticationConsumerPlugin) - Method in class org.apache.hop.core.auth.AuthenticationConsumerPluginType
- extractName(AuthenticationProviderPlugin) - Method in class org.apache.hop.core.auth.AuthenticationProviderPluginType
- extractName(CompressionPlugin) - Method in class org.apache.hop.core.compress.CompressionPluginType
- extractName(ExecutionInfoLocationPlugin) - Method in class org.apache.hop.execution.plugin.ExecutionInfoLocationPluginType
- extractName(ExecutionDataSamplerPlugin) - Method in class org.apache.hop.execution.sampler.ExecutionDataSamplerPluginType
- extractName(ImportPlugin) - Method in class org.apache.hop.imp.ImportPluginType
- extractName(PipelineEnginePlugin) - Method in class org.apache.hop.pipeline.engine.PipelineEnginePluginType
- extractName(RowDistributionPlugin) - Method in class org.apache.hop.pipeline.transform.RowDistributionPluginType
- extractName(WorkflowEnginePlugin) - Method in class org.apache.hop.workflow.engine.WorkflowEnginePluginType
- extractNameFromFilename(boolean, String, String, String) - Static method in class org.apache.hop.base.AbstractMeta
- extractSeparateClassLoader(Action) - Method in class org.apache.hop.core.plugins.ActionPluginType
- extractSeparateClassLoader(HopServerServlet) - Method in class org.apache.hop.core.plugins.HopServerPluginType
- extractSeparateClassLoader(PartitionerPlugin) - Method in class org.apache.hop.core.plugins.PartitionerPluginType
- extractSeparateClassLoader(Transform) - Method in class org.apache.hop.core.plugins.TransformPluginType
- extractSeparateClassLoader(AuthenticationConsumerPlugin) - Method in class org.apache.hop.core.auth.AuthenticationConsumerPluginType
- extractSeparateClassLoader(AuthenticationProviderPlugin) - Method in class org.apache.hop.core.auth.AuthenticationProviderPluginType
- extractSeparateClassLoader(CompressionPlugin) - Method in class org.apache.hop.core.compress.CompressionPluginType
- extractSeparateClassLoader(PipelineEnginePlugin) - Method in class org.apache.hop.pipeline.engine.PipelineEnginePluginType
- extractSeparateClassLoader(RowDistributionPlugin) - Method in class org.apache.hop.pipeline.transform.RowDistributionPluginType
- extractSeparateClassLoader(WorkflowEnginePlugin) - Method in class org.apache.hop.workflow.engine.WorkflowEnginePluginType
- extractSuggestion(Action) - Method in class org.apache.hop.core.plugins.ActionPluginType
- extractSuggestion(HopServerServlet) - Method in class org.apache.hop.core.plugins.HopServerPluginType
- extractSuggestion(PartitionerPlugin) - Method in class org.apache.hop.core.plugins.PartitionerPluginType
- extractSuggestion(Transform) - Method in class org.apache.hop.core.plugins.TransformPluginType
- extractSuggestion(AuthenticationConsumerPlugin) - Method in class org.apache.hop.core.auth.AuthenticationConsumerPluginType
- extractSuggestion(AuthenticationProviderPlugin) - Method in class org.apache.hop.core.auth.AuthenticationProviderPluginType
- extractSuggestion(CompressionPlugin) - Method in class org.apache.hop.core.compress.CompressionPluginType
- extractSuggestion(PipelineEnginePlugin) - Method in class org.apache.hop.pipeline.engine.PipelineEnginePluginType
- extractSuggestion(RowDistributionPlugin) - Method in class org.apache.hop.pipeline.transform.RowDistributionPluginType
- extractSuggestion(WorkflowEnginePlugin) - Method in class org.apache.hop.workflow.engine.WorkflowEnginePluginType
F
- Fail() - Constructor for class org.apache.hop.core.util.PluginPropertyHandler.Fail
- failAfterBadFile(String) - Method in class org.apache.hop.pipeline.transforms.file.BaseFileInputTransform
- failAfterBadFile(String) - Method in interface org.apache.hop.pipeline.transforms.file.IBaseFileInputTransformControl
- FAILURE - org.apache.hop.core.gui.IGc.EImage
- FALSE - org.apache.hop.core.gui.IGc.EImage
- FALSE - org.apache.hop.pipeline.transform.stream.StreamIcon
- FALSE_DISABLED - org.apache.hop.core.gui.IGc.EImage
- feedbackShown - Variable in class org.apache.hop.pipeline.engines.local.LocalPipelineRunConfiguration
-
Whether the feedback is shown.
- feedbackShown - Variable in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- feedbackShown - Variable in class org.apache.hop.pipeline.Pipeline
-
Whether the feedback is shown.
- feedbackSize - Variable in class org.apache.hop.pipeline.engines.local.LocalPipelineRunConfiguration
-
The feedback size.
- feedbackSize - Variable in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- feedbackSize - Variable in class org.apache.hop.pipeline.Pipeline
-
The feedback size.
- field - Variable in class org.apache.hop.core.injection.bean.BeanLevelInfo
-
Field of transform, or null if bean has getter/setter.
- FieldnameLineage - Class in org.apache.hop.lineage
-
This describes how a field gets renamed in a certain transform.
It helps us to do the complete lineage from source to target and back. - FieldnameLineage(String, String) - Constructor for class org.apache.hop.lineage.FieldnameLineage
-
Create a new field lineage object
- file - Variable in class org.apache.hop.pipeline.transforms.file.BaseFileInputTransformData
- FILE - org.apache.hop.resource.ResourceEntry.ResourceType
- fileDoesNotExistValidator() - Static method in class org.apache.hop.workflow.action.validator.ActionValidatorUtils
-
Returns a FileDoesNotExistValidator singleton.
- FileDoesNotExistValidator - Class in org.apache.hop.workflow.action.validator
-
Fails if a field's value is a filename and the file does not exist.
- FileDoesNotExistValidator() - Constructor for class org.apache.hop.workflow.action.validator.FileDoesNotExistValidator
- fileErrorField - Variable in class org.apache.hop.pipeline.transforms.file.BaseFileErrorHandling
-
File error field name.
- FileErrorHandlerContentLineNumber - Class in org.apache.hop.pipeline.transform.errorhandling
- FileErrorHandlerContentLineNumber(Date, String, String, String, BaseTransform) - Constructor for class org.apache.hop.pipeline.transform.errorhandling.FileErrorHandlerContentLineNumber
- FileErrorHandlerMissingFiles - Class in org.apache.hop.pipeline.transform.errorhandling
- FileErrorHandlerMissingFiles(Date, String, String, String, BaseTransform) - Constructor for class org.apache.hop.pipeline.transform.errorhandling.FileErrorHandlerMissingFiles
- fileErrorMessageField - Variable in class org.apache.hop.pipeline.transforms.file.BaseFileErrorHandling
-
File error text field name.
- FileExecutionInfoLocation - Class in org.apache.hop.execution.local
- FileExecutionInfoLocation() - Constructor for class org.apache.hop.execution.local.FileExecutionInfoLocation
- FileExecutionInfoLocation(String) - Constructor for class org.apache.hop.execution.local.FileExecutionInfoLocation
- FileExecutionInfoLocation(FileExecutionInfoLocation) - Constructor for class org.apache.hop.execution.local.FileExecutionInfoLocation
- fileExistsValidator() - Static method in class org.apache.hop.workflow.action.validator.ActionValidatorUtils
-
Returns a FileExistsValidator singleton.
- FileExistsValidator - Class in org.apache.hop.workflow.action.validator
-
Fails if a field's value is a filename and the file does not exist.
- FileExistsValidator() - Constructor for class org.apache.hop.workflow.action.validator.FileExistsValidator
- fileMask - Variable in class org.apache.hop.pipeline.transforms.file.BaseFileInputFiles
-
Wildcard or filemask (regular expression)
- filename - Variable in class org.apache.hop.base.AbstractMeta
- filename - Variable in class org.apache.hop.execution.ExecutionBuilder
- filename - Variable in class org.apache.hop.pipeline.transforms.file.BaseFileInputTransformData
-
Current file info.
- filename - Variable in class org.apache.hop.pipeline.TransformWithMappingMeta
- fileName - Variable in class org.apache.hop.pipeline.transforms.file.BaseFileInputFiles
-
Array of filenames
- FILENAME_EXECUTION_JSON - Static variable in class org.apache.hop.execution.local.FileExecutionInfoLocation
- FILENAME_STATE_JSON - Static variable in class org.apache.hop.execution.local.FileExecutionInfoLocation
- FILENAME_STATE_LOG - Static variable in class org.apache.hop.execution.local.FileExecutionInfoLocation
- filenameChanged(Object, String, String) - Method in interface org.apache.hop.core.listeners.IFilenameChangedListener
-
The method that is executed when the filename of an object changes
- filenameChangedListeners - Variable in class org.apache.hop.base.AbstractMeta
- FilePlayListAll - Class in org.apache.hop.core.playlist
- FilePlayListAll() - Constructor for class org.apache.hop.core.playlist.FilePlayListAll
- fileRequired - Variable in class org.apache.hop.pipeline.transforms.file.BaseFileInputFiles
-
Array of boolean values as string, indicating if a file is required.
- files - Variable in class org.apache.hop.pipeline.transforms.file.BaseFileInputTransformData
-
Files for process.
- FileUtil - Class in org.apache.hop.core.util
- FileUtil() - Constructor for class org.apache.hop.core.util.FileUtil
- fillFileAdditionalFields(Data, FileObject) - Method in class org.apache.hop.pipeline.transforms.file.BaseFileInputTransform
-
Prepare file-dependent data for fill additional fields.
- fillGradientRectangle(int, int, int, int, boolean) - Method in interface org.apache.hop.core.gui.IGc
- fillGradientRectangle(int, int, int, int, boolean) - Method in class org.apache.hop.core.gui.SvgGc
- fillPolygon(int[]) - Method in interface org.apache.hop.core.gui.IGc
- fillPolygon(int[]) - Method in class org.apache.hop.core.gui.SvgGc
- fillRectangle(int, int, int, int) - Method in interface org.apache.hop.core.gui.IGc
- fillRectangle(int, int, int, int) - Method in class org.apache.hop.core.gui.SvgGc
- fillRoundRectangle(int, int, int, int, int, int) - Method in interface org.apache.hop.core.gui.IGc
- fillRoundRectangle(int, int, int, int, int, int) - Method in class org.apache.hop.core.gui.SvgGc
- findAction(String) - Method in class org.apache.hop.workflow.WorkflowMeta
-
Find an existing ActionMeta by it's name and number
- findAllPipelineHopFrom(TransformMeta) - Method in class org.apache.hop.pipeline.PipelineMeta
- findChildIds(ExecutionType, String) - Method in interface org.apache.hop.execution.IExecutionInfoLocation
-
Find children of an execution.
- findChildIds(ExecutionType, String) - Method in class org.apache.hop.execution.local.FileExecutionInfoLocation
- findChildIds(ExecutionType, String) - Method in class org.apache.hop.execution.remote.RemoteExecutionInfoLocation
- findComponent(String, int) - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
-
Find a component by name and copy nr
- findComponent(String, int) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- findComponent(String, int) - Method in class org.apache.hop.pipeline.Pipeline
- findDatabase(String) - Method in class org.apache.hop.base.AbstractMeta
-
Deprecated.
- findDatabase(String, IVariables) - Method in class org.apache.hop.base.AbstractMeta
-
Find a database connection by it's name
- findDatabase(String, IVariables, boolean) - Method in class org.apache.hop.base.AbstractMeta
-
Find a database connection by it's name
- findDefault(IHopMetadataProvider) - Static method in class org.apache.hop.pipeline.config.PipelineRunConfiguration
-
Find the first default run configuration in the metadata and return it.
- findDefault(IHopMetadataProvider) - Static method in class org.apache.hop.workflow.config.WorkflowRunConfiguration
-
Find the first default run configuration in the metadata and return it.
- findEvents(String, String, boolean) - Method in interface org.apache.hop.history.IAuditManager
-
Find all the events for a certain group and of a given type.
- findEvents(String, String, boolean) - Method in class org.apache.hop.history.local.LocalAuditManager
- findEvents(String, String, String, int, boolean) - Static method in class org.apache.hop.history.AuditManager
- findExecutions(String) - Method in interface org.apache.hop.execution.IExecutionInfoLocation
-
Find all the child executions for a particular execution ID.
- findExecutions(String) - Method in class org.apache.hop.execution.local.FileExecutionInfoLocation
- findExecutions(String) - Method in class org.apache.hop.execution.remote.RemoteExecutionInfoLocation
- findExecutions(IExecutionMatcher) - Method in interface org.apache.hop.execution.IExecutionInfoLocation
-
Find executions with a matcher.
- findExecutions(IExecutionMatcher) - Method in class org.apache.hop.execution.local.FileExecutionInfoLocation
- findExecutions(IExecutionMatcher) - Method in class org.apache.hop.execution.remote.RemoteExecutionInfoLocation
- findFieldnameLineageWithInput(List<FieldnameLineage>, String) - Static method in class org.apache.hop.lineage.FieldnameLineage
-
Search for a field name lineage object in a list.
- findFilesToImport() - Method in class org.apache.hop.imp.HopImportBase
- findHopServer(String) - Method in class org.apache.hop.base.AbstractMeta
-
Find a hop server using the name
- findHopServer(List<HopServer>, String) - Static method in class org.apache.hop.server.HopServer
- findInfoStream(TransformMeta) - Method in interface org.apache.hop.pipeline.transform.ITransformIOMeta
- findInfoStream(TransformMeta) - Method in class org.apache.hop.pipeline.transform.TransformIOMeta
- findInputRowSet(String) - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Find input row set.
- findInputRowSet(String, int, String, int) - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Find input row set.
- findJobStatus(String, String) - Method in class org.apache.hop.www.HopServerStatus
- findLastExecution(ExecutionType, String) - Method in interface org.apache.hop.execution.IExecutionInfoLocation
-
Find the last execution of with a given type and name
- findLastExecution(ExecutionType, String) - Method in class org.apache.hop.execution.local.FileExecutionInfoLocation
- findLastExecution(ExecutionType, String) - Method in class org.apache.hop.execution.remote.RemoteExecutionInfoLocation
- findMappingInputTransform(String) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Finds the mapping input transform with the specified name.
- findMappingOutputTransform(String) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Finds the mapping output transform with the specified name.
- findMetaData(Object, int, List<StringSearchResult>, Object, Object) - Static method in class org.apache.hop.core.reflection.StringSearcher
- findNextAction(ActionMeta, int) - Method in class org.apache.hop.workflow.WorkflowMeta
-
Find next action.
- findNextTransforms(TransformMeta) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Retrieve a list of succeeding transforms for a certain originating transform.
- findNrInfoTransforms(TransformMeta) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Find the the number of informational transforms for a certain transform.
- findNrNextActions(ActionMeta) - Method in class org.apache.hop.workflow.WorkflowMeta
-
Find nr next actions.
- findNrPrevActions(ActionMeta) - Method in class org.apache.hop.workflow.WorkflowMeta
-
Find nr prev actions.
- findNrPrevActions(ActionMeta, boolean) - Method in class org.apache.hop.workflow.WorkflowMeta
-
Find nr prev actions.
- findOutputRowSet(String) - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Find output row set.
- findOutputRowSet(String, int, String, int) - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Find an output rowset in a running pipeline.
- findParentId(String) - Method in interface org.apache.hop.execution.IExecutionInfoLocation
- findParentId(String) - Method in class org.apache.hop.execution.local.FileExecutionInfoLocation
- findParentId(String) - Method in class org.apache.hop.execution.remote.RemoteExecutionInfoLocation
- findPipelineHop(String) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Searches the list of hops for a hop with a certain name.
- findPipelineHop(PipelineHopMeta) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Find a certain hop in the pipeline.
- findPipelineHop(TransformMeta, TransformMeta) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Search all hops for a hop where a certain transform is at the start and another is at the end.
- findPipelineHop(TransformMeta, TransformMeta, boolean) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Search all hops for a hop where a certain transform is at the start and another is at the end.
- findPipelineHopFrom(TransformMeta) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Search all hops for a hop where a certain transform is at the start.
- findPipelineHopTo(TransformMeta) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Search all hops for a hop where a certain transform is at the end.
- findPipelineStatus(String, String) - Method in class org.apache.hop.www.HopServerStatus
- findPrevAction(ActionMeta, int) - Method in class org.apache.hop.workflow.WorkflowMeta
-
Find prev action.
- findPrevAction(ActionMeta, int, boolean) - Method in class org.apache.hop.workflow.WorkflowMeta
-
Find prev action.
- findPrevious(TransformMeta, TransformMeta) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Looks in the pipeline to find a transform in a previous location starting somewhere.
- findPreviousSuccessfulExecution(ExecutionType, String) - Method in interface org.apache.hop.execution.IExecutionInfoLocation
-
Find the previous successful execution of a pipeline or workflow.
- findPreviousSuccessfulExecution(ExecutionType, String) - Method in class org.apache.hop.execution.local.FileExecutionInfoLocation
- findPreviousSuccessfulExecution(ExecutionType, String) - Method in class org.apache.hop.execution.remote.RemoteExecutionInfoLocation
- findPreviousTransforms(TransformMeta) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Get the list of previous transforms for a certain reference transform.
- findPreviousTransforms(TransformMeta, boolean) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Get the previous transforms on a certain location taking into account the transforms being informational or not.
- findRowSet(String, int, String, int) - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
-
For engines that support it we allow the retrieval of a rowset from one transform copy to another
- findRowSet(String, int, String, int) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- findRowSet(String, int, String, int) - Method in class org.apache.hop.pipeline.Pipeline
-
Finds the IRowSet between two transforms (or copies of transforms).
- findRunThread(String) - Method in class org.apache.hop.pipeline.Pipeline
-
Find the run thread for the transform with the specified name.
- findStart() - Method in class org.apache.hop.workflow.WorkflowMeta
-
Find start.
- findTargetStream(TransformMeta) - Method in interface org.apache.hop.pipeline.transform.ITransformIOMeta
- findTargetStream(TransformMeta) - Method in class org.apache.hop.pipeline.transform.TransformIOMeta
- findTransform(String) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Searches the list of transforms for a transform with a certain name.
- findTransform(String, TransformMeta) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Searches the list of transforms for a transform with a certain name while excluding one transform.
- findTransform(List<TransformMeta>, String) - Static method in class org.apache.hop.pipeline.transform.TransformMeta
-
Find a transform with its name in a given ArrayList of transforms
- findWorkflow(String) - Method in class org.apache.hop.www.WorkflowMap
-
Find a workflow using the container/carte object ID.
- findWorkflow(String, String) - Method in class org.apache.hop.www.WorkflowMap
-
Find a workflow with an optional ID
- findWorkflowHop(String) - Method in class org.apache.hop.workflow.WorkflowMeta
-
Find workflow hop.
- findWorkflowHop(ActionMeta, ActionMeta) - Method in class org.apache.hop.workflow.WorkflowMeta
-
Find workflow hop.
- findWorkflowHop(ActionMeta, ActionMeta, boolean) - Method in class org.apache.hop.workflow.WorkflowMeta
-
Find workflow hop.
- findWorkflowHopFrom(ActionMeta) - Method in class org.apache.hop.workflow.WorkflowMeta
-
Find workflow hop from.
- findWorkflowHopTo(ActionMeta) - Method in class org.apache.hop.workflow.WorkflowMeta
-
Find workflow hop to.
- findWorkflowTracker(ActionMeta) - Method in class org.apache.hop.core.gui.WorkflowTracker
-
Finds the WorkflowTracker for the action specified.
- finishBundle() - Method in class org.apache.hop.pipeline.SingleThreadedPipelineExecutor
- finishBundle() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- finishBundle() - Method in interface org.apache.hop.pipeline.transform.ITransform
-
When running in a Beam context this signals the transform that a bundle was finished.
- finished - Variable in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- finished - Variable in class org.apache.hop.pipeline.transform.TransformInitThread
- finished - Variable in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- finished() - Method in class org.apache.hop.pipeline.RowProducer
-
Signal that we are done producing rows.
- finished(IPipelineEngine<PipelineMeta>) - Method in interface org.apache.hop.pipeline.engine.IFinishedListener
-
When all processing has completed for the engine.
- finished(T) - Method in interface org.apache.hop.pipeline.IExecutionFinishedListener
-
The engine has finished.
- fireBreakPointListeners(PipelineDebugMeta) - Method in class org.apache.hop.pipeline.debug.TransformDebugMeta
- fireContentChangedListeners() - Method in class org.apache.hop.base.AbstractMeta
-
Fire content changed listeners.
- fireContentChangedListeners(boolean) - Method in class org.apache.hop.base.AbstractMeta
- fireCurrentDirectoryChanged(String, String) - Method in class org.apache.hop.base.AbstractMeta
-
Notify listeners of a change in current directory.
- fireFilenameChangedListeners(String, String) - Method in class org.apache.hop.base.AbstractMeta
-
Fire filename changed listeners.
- fireNameChangedListeners(String, String) - Method in class org.apache.hop.base.AbstractMeta
-
Fire name changed listeners.
- firePipelineExecutionFinishedListeners() - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
- firePipelineExecutionFinishedListeners() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- firePipelineExecutionFinishedListeners() - Method in class org.apache.hop.pipeline.Pipeline
-
Make attempt to fire all registered finished listeners if possible.
- firePipelineExecutionStartedListeners() - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
- firePipelineExecutionStartedListeners() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- firePipelineExecutionStartedListeners() - Method in class org.apache.hop.pipeline.Pipeline
-
Fires the start-event listeners (if any are registered).
- firePipelineExecutionStoppedListeners() - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
- firePipelineExecutionStoppedListeners() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- firePipelineExecutionStoppedListeners() - Method in class org.apache.hop.pipeline.Pipeline
- fireWorkflowFinishListeners() - Method in interface org.apache.hop.workflow.engine.IWorkflowEngine
- fireWorkflowFinishListeners() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- fireWorkflowFinishListeners() - Method in class org.apache.hop.workflow.Workflow
- fireWorkflowStartedListeners() - Method in interface org.apache.hop.workflow.engine.IWorkflowEngine
- fireWorkflowStartedListeners() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- fireWorkflowStartedListeners() - Method in class org.apache.hop.workflow.Workflow
- first - Variable in class org.apache.hop.pipeline.transform.BaseTransform
-
if true then the row being processed is the first row
- First - org.apache.hop.pipeline.engines.local.LocalPipelineRunConfiguration.SampleType
- firstRowReadDate - Variable in class org.apache.hop.pipeline.transform.BaseTransform
- FirstRowsExecutionDataSampler - Class in org.apache.hop.execution.sampler.plugins.first
- FirstRowsExecutionDataSampler() - Constructor for class org.apache.hop.execution.sampler.plugins.first.FirstRowsExecutionDataSampler
- FirstRowsExecutionDataSampler(String) - Constructor for class org.apache.hop.execution.sampler.plugins.first.FirstRowsExecutionDataSampler
- FirstRowsExecutionDataSampler(FirstRowsExecutionDataSampler) - Constructor for class org.apache.hop.execution.sampler.plugins.first.FirstRowsExecutionDataSampler
- FirstRowsExecutionDataSamplerStore - Class in org.apache.hop.execution.sampler.plugins.first
-
A class meant to contain transform execution sampling data
- FirstRowsExecutionDataSamplerStore(FirstRowsExecutionDataSampler, ExecutionDataSamplerMeta) - Constructor for class org.apache.hop.execution.sampler.plugins.first.FirstRowsExecutionDataSamplerStore
- FirstRowsExecutionDataSamplerStore(FirstRowsExecutionDataSampler, ExecutionDataSamplerMeta, IRowMeta, List<Object[]>, int) - Constructor for class org.apache.hop.execution.sampler.plugins.first.FirstRowsExecutionDataSamplerStore
- fixFileName(String, String) - Method in class org.apache.hop.resource.SimpleResourceNaming
-
This method turns a friendly name which could contain all manner of invalid characters for a file name into one that's more conducive to being a file name.
- fixPath(String) - Method in class org.apache.hop.resource.SimpleResourceNaming
- flip() - Method in class org.apache.hop.pipeline.PipelineHopMeta
- flipIgnored() - Method in class org.apache.hop.core.file.TextFileInputField
- flipIgnored() - Method in class org.apache.hop.pipeline.transforms.file.BaseFileField
- flipRepeated() - Method in class org.apache.hop.core.file.TextFileInputField
- flipRepeated() - Method in class org.apache.hop.pipeline.transforms.file.BaseFileField
- flipSelected() - Method in class org.apache.hop.core.NotePadMeta
-
Change a selected state to not-selected and vice-versa.
- flipSelected() - Method in class org.apache.hop.pipeline.transform.TransformMeta
- flipSelected() - Method in class org.apache.hop.workflow.action.ActionMeta
- FLOAT - Static variable in class org.apache.hop.core.util.KeyValueFactory
-
Default instance for ...
- FLOAT_ONE - Static variable in class org.apache.hop.core.util.KeyValueFactory
-
Default instance for ...
- floatValue() - Method in class org.apache.hop.core.util.KeyValue
- floatValue(Float) - Method in class org.apache.hop.core.util.KeyValue
- flush() - Method in class org.apache.hop.core.logging.LogChannelFileWriter
- forcingSeparateLogging - Variable in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- forEach(BiConsumer<? super Object, ? super Object>) - Method in class org.apache.hop.core.ConcurrentMapProperties
- forObject(T, LoginContext, Set<Class<?>>) - Static method in class org.apache.hop.core.auth.kerberos.LoginContextInvocationHandler
- forumUrl() - Method in annotation type org.apache.hop.core.annotations.Action
- forumUrl() - Method in annotation type org.apache.hop.core.annotations.Transform
- forumUrl() - Method in annotation type org.apache.hop.core.auth.AuthenticationConsumerPlugin
- forumUrl() - Method in annotation type org.apache.hop.core.auth.AuthenticationProviderPlugin
- forumUrl() - Method in annotation type org.apache.hop.core.compress.CompressionPlugin
- FreeMemory - org.apache.hop.execution.Execution.EnvironmentDetailType
- from - Variable in class org.apache.hop.base.BaseHopMeta
- fromAction(IWorkflowEngine<WorkflowMeta>, ActionMeta, IAction, Date) - Static method in class org.apache.hop.execution.ExecutionBuilder
- fromAllTransformData(IPipelineEngine<PipelineMeta>, Map<String, List<IExecutionDataSamplerStore>>, boolean) - Static method in class org.apache.hop.execution.ExecutionDataBuilder
- fromExecutor(IPipelineEngine<PipelineMeta>) - Static method in class org.apache.hop.execution.ExecutionBuilder
- fromExecutor(IPipelineEngine<PipelineMeta>, Integer) - Static method in class org.apache.hop.execution.ExecutionStateBuilder
- fromExecutor(IWorkflowEngine<WorkflowMeta>) - Static method in class org.apache.hop.execution.ExecutionBuilder
- fromExecutor(IWorkflowEngine<WorkflowMeta>, Integer) - Static method in class org.apache.hop.execution.ExecutionStateBuilder
- fromString(String) - Static method in class org.apache.hop.core.util.StringListPluginProperty
- fromTransform(IPipelineEngine<PipelineMeta>, IEngineComponent) - Static method in class org.apache.hop.execution.ExecutionStateBuilder
- fromTransform(IPipelineEngine<PipelineMeta>, ITransform) - Static method in class org.apache.hop.execution.ExecutionBuilder
- fromXml(String) - Static method in class org.apache.hop.pipeline.PipelineConfiguration
- fromXml(String) - Static method in class org.apache.hop.pipeline.transform.TransformMeta
- fromXml(String) - Method in class org.apache.hop.pipeline.transform.TransformStatus
- fromXml(String) - Static method in class org.apache.hop.www.HopServerPipelineStatus
- fromXml(String) - Static method in class org.apache.hop.www.HopServerStatus
- fromXml(String) - Static method in class org.apache.hop.www.HopServerWorkflowStatus
- fromXml(String, IVariables) - Static method in class org.apache.hop.workflow.WorkflowConfiguration
- fromXmlString(String) - Static method in class org.apache.hop.www.WebResult
G
- gatheringMetrics - Variable in class org.apache.hop.pipeline.engines.local.LocalPipelineRunConfiguration
- gatheringMetrics - Variable in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- gc - Variable in class org.apache.hop.core.gui.BasePainter
- gc - Variable in class org.apache.hop.pipeline.PipelinePainterExtension
- gc - Variable in class org.apache.hop.pipeline.PipelinePainterFlyoutExtension
- gc - Variable in class org.apache.hop.workflow.WorkflowPainterExtension
- GENERAL_CATEGORY - Static variable in class org.apache.hop.core.plugins.ActionPluginType
- generatePipelineSvg(PipelineMeta, float, IVariables) - Static method in class org.apache.hop.pipeline.PipelineSvgPainter
- generatePipelineSvg(PipelineMeta, float, IVariables, DPoint, float) - Static method in class org.apache.hop.pipeline.PipelineSvgPainter
- generatePreviewPipeline(IHopMetadataProvider, ITransformMeta, String) - Static method in class org.apache.hop.pipeline.PipelinePreviewFactory
- generateWorkflowSvg(WorkflowMeta, float, IVariables) - Static method in class org.apache.hop.workflow.WorkflowSvgPainter
- GENERIC - org.apache.hop.pipeline.transform.stream.StreamIcon
- GenericTransformData - Class in org.apache.hop.core.util
- GenericTransformData() - Constructor for class org.apache.hop.core.util.GenericTransformData
- get(Object) - Method in class org.apache.hop.core.ConcurrentMapProperties
- get(String) - Method in class org.apache.hop.core.util.KeyValueSet
- get(String) - Method in class org.apache.hop.history.AuditStateMap
- get(String) - Method in class org.apache.hop.workflow.action.validator.ValidatorContext
- get(String, String, String) - Method in class org.apache.hop.core.HttpProtocol
-
Performs a get on urlAsString using username and password as credentials.
- get(Predicate) - Method in class org.apache.hop.core.util.KeyValueSet
- getAcceptedIssuers() - Method in class org.apache.hop.core.truststore.HopTrustManager
-
Pass method from x509TrustManager to this class...
- getAcceptedIssuers() - Method in class org.apache.hop.core.truststore.TrustAlwaysManager
- getAcceptingField() - Method in class org.apache.hop.pipeline.transforms.file.BaseFileInputMeta
- getAcceptingTransformName() - Method in class org.apache.hop.pipeline.transforms.file.BaseFileInputMeta
- getAction() - Method in class org.apache.hop.workflow.action.ActionMeta
- getAction(int) - Method in class org.apache.hop.workflow.WorkflowMeta
-
Gets the action.
- getAction(int, int, int) - Method in class org.apache.hop.workflow.WorkflowMeta
-
Gets the action copy.
- getActionFilename() - Method in class org.apache.hop.workflow.ActionResult
- getActionImages() - Method in class org.apache.hop.core.gui.SwingGUIResource
- getActionIndexes(List<ActionMeta>) - Method in class org.apache.hop.workflow.WorkflowMeta
-
Gets the action indexes.
- getActionListeners() - Method in interface org.apache.hop.workflow.engine.IWorkflowEngine
- getActionListeners() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
-
Gets actionListeners
- getActionListeners() - Method in class org.apache.hop.workflow.Workflow
- getActionName() - Method in class org.apache.hop.workflow.ActionResult
- getActionResult() - Method in class org.apache.hop.core.gui.WorkflowTracker
- getActionResults() - Method in interface org.apache.hop.workflow.engine.IWorkflowEngine
- getActionResults() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
-
Gets actionResults
- getActionResults() - Method in class org.apache.hop.workflow.Workflow
-
Gets a flat list of results in THIS workflow, in the order of execution of actions.
- getActionResults() - Method in class org.apache.hop.workflow.WorkflowPainter
- getActions() - Method in class org.apache.hop.workflow.WorkflowMeta
-
Gets the workflow actions.
- getActive() - Static method in class org.apache.hop.history.AuditManager
- getActiveActions() - Method in interface org.apache.hop.workflow.engine.IWorkflowEngine
- getActiveActions() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
-
Gets activeActionPipeline
- getActiveActions() - Method in class org.apache.hop.workflow.Workflow
-
Gets the activeJobEntryPipelines.
- getActiveActions() - Method in class org.apache.hop.workflow.WorkflowPainter
- getActiveAuditManager() - Method in class org.apache.hop.history.AuditManager
-
Gets activeAuditManager
- getActiveReferencedObjectDescription() - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
- getActiveReferencedObjectDescription() - Method in interface org.apache.hop.pipeline.transform.ITransformMeta
- getActiveSnappyShim() - Static method in class org.apache.hop.core.compress.hadoopsnappy.HadoopSnappyCompressionProvider
-
Locate the Snappy Shim for the active Hadoop Configuration via the Hadoop Configuration Util
- getActiveSubPipeline(String) - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
-
Get the active sub-pipeline with the given name
- getActiveSubPipeline(String) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- getActiveSubPipeline(String) - Method in class org.apache.hop.pipeline.Pipeline
- getActiveSubPipelines() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
-
Gets activeSubPipelines
- getActiveSubPipelines() - Method in class org.apache.hop.pipeline.Pipeline
-
Gets activeSubPipelines
- getActiveSubWorkflow(String) - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
-
Get the active sub-workflow with the given name
- getActiveSubWorkflow(String) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- getActiveSubWorkflow(String) - Method in class org.apache.hop.pipeline.Pipeline
- getActiveSubWorkflows() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
-
Gets activeSubWorkflows
- getActiveSubWorkflows() - Method in class org.apache.hop.pipeline.Pipeline
-
Gets the active sub-workflows.
- getAllArgumentStrings(Map<String, String>) - Method in class org.apache.hop.www.AddWorkflowServlet
- getAllVariables(IVariables, PipelineMeta) - Method in class org.apache.hop.pipeline.PipelineExecutionConfiguration
- getAllWorkflowGraphActions(String) - Method in class org.apache.hop.workflow.WorkflowMeta
-
Gets the all workflow graph actions.
- getAllWorkflowHopsUsing(String) - Method in class org.apache.hop.workflow.WorkflowMeta
-
Gets the all workflow hops using.
- getAlpha() - Method in interface org.apache.hop.core.gui.IGc
- getAlpha() - Method in class org.apache.hop.core.gui.SvgGc
- getAlternativeActionName(String) - Method in class org.apache.hop.workflow.WorkflowMeta
-
Proposes an alternative action name when the original already exists...
- getAlternativeTransformName(String) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Proposes an alternative transformName when the original already exists.
- getAppConfigurationEntry(String) - Method in class org.apache.hop.core.auth.kerberos.KerberosUtil.HopLoginConfiguration
- getArchiveName() - Method in class org.apache.hop.resource.TopLevelResource
- getArea() - Method in class org.apache.hop.core.gui.AreaOwner
- getArea() - Method in class org.apache.hop.core.gui.BasePainter
- getArea() - Method in interface org.apache.hop.core.gui.IGc
- getArea() - Method in class org.apache.hop.core.gui.SvgGc
- getAreaOwners() - Method in class org.apache.hop.core.gui.BasePainter
- getAreaType() - Method in class org.apache.hop.core.gui.AreaOwner
- getAttribute(String, String) - Method in class org.apache.hop.base.AbstractMeta
- getAttribute(String, String) - Method in class org.apache.hop.pipeline.transform.TransformMeta
- getAttribute(String, String) - Method in class org.apache.hop.workflow.action.ActionBase
- getAttribute(String, String) - Method in class org.apache.hop.workflow.action.ActionMeta
- getAttributes(String) - Method in class org.apache.hop.base.AbstractMeta
- getAttributes(String) - Method in class org.apache.hop.pipeline.transform.TransformMeta
- getAttributes(String) - Method in class org.apache.hop.workflow.action.ActionBase
- getAttributes(String) - Method in class org.apache.hop.workflow.action.ActionMeta
- getAttributesMap() - Method in class org.apache.hop.base.AbstractMeta
- getAttributesMap() - Method in class org.apache.hop.pipeline.transform.TransformMeta
- getAttributesMap() - Method in class org.apache.hop.workflow.action.ActionBase
- getAttributesMap() - Method in class org.apache.hop.workflow.action.ActionMeta
- getAttributesXml(Map<String, Map<String, String>>) - Static method in class org.apache.hop.core.attributes.AttributesUtil
-
Serialize an attributes group map to XML.
- getAttributesXml(Map<String, Map<String, String>>, String) - Static method in class org.apache.hop.core.attributes.AttributesUtil
-
Serialize an attributes group map to XML.
- getAuthContext(IVariables) - Method in class org.apache.hop.server.HopServer
- getAuthenticationManager() - Static method in class org.apache.hop.core.auth.AuthenticationPersistenceManager
- getAuthenticationPerformer(Class<ReturnType>, Class<CreateArgType>, String) - Method in class org.apache.hop.core.auth.core.AuthenticationManager
- getAuthenticationProvider() - Method in interface org.apache.hop.core.auth.core.IAuthenticationPerformer
- getAuthenticationProvider() - Method in class org.apache.hop.core.auth.core.impl.ClassloaderBridgingAuthenticationPerformer
- getAuthenticationProvider() - Method in class org.apache.hop.core.auth.core.impl.DefaultAuthenticationPerformer
- getBackGroundColorBlue() - Method in class org.apache.hop.core.NotePadMeta
- getBackGroundColorGreen() - Method in class org.apache.hop.core.NotePadMeta
- getBackGroundColorRed() - Method in class org.apache.hop.core.NotePadMeta
- getBackoffIncrements() - Static method in class org.apache.hop.server.HopServer
- getBaseResourceName() - Method in class org.apache.hop.resource.TopLevelResource
- getBatchId() - Method in class org.apache.hop.core.logging.LoggingMetric
- getBeamBundleNr() - Method in class org.apache.hop.pipeline.transform.BaseTransformData
-
Gets beamBundleNr
- getBeamBundleNr() - Method in interface org.apache.hop.pipeline.transform.ITransformData
-
Gets beamBundleNr
- getBodyContentVariable() - Method in class org.apache.hop.www.service.WebService
-
Gets bodyContentVariable
- getBom() - Method in enum org.apache.hop.core.file.EncodingType
- getBorderColorBlue() - Method in class org.apache.hop.core.NotePadMeta
- getBorderColorGreen() - Method in class org.apache.hop.core.NotePadMeta
- getBorderColorRed() - Method in class org.apache.hop.core.NotePadMeta
- getBytes(String, String) - Method in enum org.apache.hop.core.file.EncodingType
- getCandidate() - Method in class org.apache.hop.core.gui.BasePainter
- getCandidateHopType() - Method in class org.apache.hop.pipeline.PipelinePainter
- getCarriageReturnChar() - Method in enum org.apache.hop.core.file.EncodingType
- getCaseInsensitive() - Method in class org.apache.hop.search.HopSearch
-
Gets caseInsensitive
- getCentreX() - Method in class org.apache.hop.core.gui.AreaOwner
- getCentreY() - Method in class org.apache.hop.core.gui.AreaOwner
- getChangedDate() - Method in class org.apache.hop.server.HopServer
- getChildIds() - Method in class org.apache.hop.execution.ExecutionState
-
Gets childIds
- getClient() - Method in class org.apache.hop.server.HopServer
- getClusterRunId() - Method in class org.apache.hop.www.SocketPortAllocation
- getCmd() - Method in class org.apache.hop.config.HopConfig
-
Gets cmd
- getCmd() - Method in class org.apache.hop.imp.HopImport
-
Gets cmd
- getCmd() - Method in class org.apache.hop.run.HopRun
-
Gets cmd
- getCmd() - Method in class org.apache.hop.search.HopSearch
-
Gets cmd
- getCmd() - Method in class org.apache.hop.www.HopServer
-
Gets cmd
- getCode() - Method in class org.apache.hop.pipeline.engine.EngineMetric
-
Gets code
- getCode() - Method in interface org.apache.hop.pipeline.engine.IEngineMetric
- getCode() - Method in enum org.apache.hop.pipeline.PipelineMeta.PipelineType
-
Gets the code corresponding to the pipeline type.
- getCode() - Method in interface org.apache.hop.pipeline.transform.IRowDistribution
- getCollectedVariables() - Method in class org.apache.hop.imp.HopImportBase
-
Gets collectedVariables
- getCollectionDate() - Method in class org.apache.hop.execution.ExecutionData
-
Gets collectionDate
- getCombi() - Method in class org.apache.hop.pipeline.transform.TransformInitThread
- getComment() - Method in class org.apache.hop.workflow.ActionResult
- getComponentCopies(String) - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
-
Find all component copies by name
- getComponentCopies(String) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- getComponentCopies(String) - Method in class org.apache.hop.pipeline.Pipeline
- getComponentCopy() - Method in class org.apache.hop.execution.ExecutionStateComponentMetrics
-
Gets componentCopy
- getComponentLogText(String, int) - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
-
Retrieve the logging text of a particular component in the engine
- getComponentLogText(String, int) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- getComponentLogText(String, int) - Method in class org.apache.hop.pipeline.Pipeline
- getComponentMetric(IEngineComponent, IEngineMetric) - Method in class org.apache.hop.pipeline.engine.EngineMetrics
-
Retrieve the amount for a specific metric
- getComponentMetricsMap() - Method in class org.apache.hop.pipeline.engine.EngineMetrics
-
Gets componentMetricsMap
- getComponentName() - Method in class org.apache.hop.execution.ExecutionStateComponentMetrics
-
Gets componentName
- getComponentName() - Method in class org.apache.hop.pipeline.performance.PerformanceSnapShot
- getComponentPerformanceSnapshots() - Method in class org.apache.hop.pipeline.engine.EngineMetrics
-
Gets componentPerformanceSnapshots
- getComponentRunningMap() - Method in class org.apache.hop.pipeline.engine.EngineMetrics
-
Gets componentRunningMap
- getComponents() - Method in class org.apache.hop.pipeline.engine.EngineMetrics
-
Gets components
- getComponents() - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
-
Get a list of components
- getComponents() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- getComponents() - Method in class org.apache.hop.pipeline.Pipeline
- getComponentSpeedMap() - Method in class org.apache.hop.pipeline.engine.EngineMetrics
-
Gets componentSpeedMap
- getComponentStatusMap() - Method in class org.apache.hop.pipeline.engine.EngineMetrics
-
Gets componentStatusMap
- getCompressionProvider() - Method in class org.apache.hop.core.compress.CompressionInputStream
- getCompressionProvider() - Method in class org.apache.hop.core.compress.CompressionOutputStream
- getCompressionProviderByName(String) - Method in class org.apache.hop.core.compress.CompressionProviderFactory
- getCompressionProviderByName(String) - Method in interface org.apache.hop.core.compress.ICompressionProviderFactory
- getCompressionProviderNames() - Method in class org.apache.hop.core.compress.CompressionProviderFactory
- getCompressionProviderNames() - Method in interface org.apache.hop.core.compress.ICompressionProviderFactory
- getCompressionProviders() - Method in class org.apache.hop.core.compress.CompressionProviderFactory
- getCompressionProviders() - Method in interface org.apache.hop.core.compress.ICompressionProviderFactory
- getCondition() - Method in class org.apache.hop.pipeline.debug.TransformDebugMeta
- getConfig() - Method in class org.apache.hop.www.HopServer
- getConfigDetails() - Method in class org.apache.hop.www.jaxrs.HopServerResource
- getConfigNodeFromZIP(Object, Object, String) - Method in class org.apache.hop.www.RegisterPackageServlet
- getConfiguration(String) - Method in class org.apache.hop.www.PipelineMap
- getConfiguration(String) - Method in class org.apache.hop.www.WorkflowMap
- getConfiguration(HopServerObjectEntry) - Method in class org.apache.hop.www.PipelineMap
- getConfiguration(HopServerObjectEntry) - Method in class org.apache.hop.www.WorkflowMap
- getConfigurationVariables() - Method in class org.apache.hop.pipeline.config.PipelineRunConfiguration
-
Gets configurationVariables
- getConnectionCounter() - Method in class org.apache.hop.imp.HopImportBase
-
Gets connectionCounter
- getConnectionFileMap() - Method in class org.apache.hop.imp.HopImportBase
-
Gets connectionFileList
- getConnectionName() - Method in class org.apache.hop.core.util.AbstractTransformMeta
- getConnectionsList() - Method in class org.apache.hop.imp.HopImportBase
-
Gets connectionsList
- getConsumedType() - Method in interface org.apache.hop.core.auth.core.IAuthenticationConsumerFactory
- getConsumedType() - Method in class org.apache.hop.core.auth.core.impl.DefaultAuthenticationConsumerFactory
- getConsumerClass() - Method in interface org.apache.hop.core.auth.IAuthenticationConsumerType
- getContainerId() - Method in class org.apache.hop.execution.ExecutionState
-
Gets containerId
- getContainerId() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
-
Gets containerId
- getContainerId() - Method in class org.apache.hop.pipeline.Pipeline
-
Gets the container object ID.
- getContainerId() - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Returns the container object ID.
- getContainerId() - Method in class org.apache.hop.workflow.action.ActionBase
-
Gets the container object id
- getContainerId() - Method in interface org.apache.hop.workflow.engine.IWorkflowEngine
- getContainerId() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
-
Gets serverObjectId
- getContainerId() - Method in class org.apache.hop.workflow.Workflow
-
Gets the serverObjectId.
- getContent() - Method in class org.apache.hop.resource.ResourceDefinition
- getContentChangedListeners() - Method in class org.apache.hop.base.AbstractMeta
- getContentType() - Method in class org.apache.hop.www.service.WebService
-
Gets contentType
- getContextPath() - Method in class org.apache.hop.www.AddExportServlet
- getContextPath() - Method in class org.apache.hop.www.AddPipelineServlet
- getContextPath() - Method in class org.apache.hop.www.AddWorkflowServlet
- getContextPath() - Method in class org.apache.hop.www.BaseHopServerPlugin
- getContextPath() - Method in class org.apache.hop.www.DeleteExecutionInfoServlet
- getContextPath() - Method in class org.apache.hop.www.GetExecutionInfoServlet
- getContextPath() - Method in class org.apache.hop.www.GetPipelineImageServlet
- getContextPath() - Method in class org.apache.hop.www.GetPipelineStatusServlet
- getContextPath() - Method in class org.apache.hop.www.GetRootServlet
- getContextPath() - Method in class org.apache.hop.www.GetStatusServlet
- getContextPath() - Method in class org.apache.hop.www.GetWorkflowImageServlet
- getContextPath() - Method in class org.apache.hop.www.GetWorkflowStatusServlet
- getContextPath() - Method in interface org.apache.hop.www.IHopServerPlugin
- getContextPath() - Method in class org.apache.hop.www.PausePipelineServlet
- getContextPath() - Method in class org.apache.hop.www.PrepareExecutionPipelineServlet
- getContextPath() - Method in class org.apache.hop.www.RegisterExecutionInfoServlet
- getContextPath() - Method in class org.apache.hop.www.RegisterPackageServlet
- getContextPath() - Method in class org.apache.hop.www.RegisterPipelineServlet
- getContextPath() - Method in class org.apache.hop.www.RegisterWorkflowServlet
- getContextPath() - Method in class org.apache.hop.www.RemovePipelineServlet
- getContextPath() - Method in class org.apache.hop.www.RemoveWorkflowServlet
- getContextPath() - Method in class org.apache.hop.www.SniffTransformServlet
- getContextPath() - Method in class org.apache.hop.www.StartExecutionPipelineServlet
- getContextPath() - Method in class org.apache.hop.www.StartPipelineServlet
- getContextPath() - Method in class org.apache.hop.www.StartWorkflowServlet
- getContextPath() - Method in class org.apache.hop.www.StopPipelineServlet
- getContextPath() - Method in class org.apache.hop.www.StopWorkflowServlet
- getContextPath() - Method in class org.apache.hop.www.WebServiceServlet
- getContextPath(IHopServerPlugin) - Method in class org.apache.hop.www.WebServer
- getCopies(IVariables) - Method in class org.apache.hop.pipeline.transform.TransformMeta
-
Get the number of copies to start of a transform.
- getCopiesString() - Method in class org.apache.hop.pipeline.transform.TransformMeta
- getCopy() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- getCopy() - Method in interface org.apache.hop.pipeline.transform.ITransform
- getCopy() - Method in class org.apache.hop.pipeline.transform.TransformStatus
- getCopyNr() - Method in class org.apache.hop.execution.Execution
-
Gets copyNr
- getCopyNr() - Method in class org.apache.hop.execution.ExecutionDataSetMeta
-
Gets copyNr
- getCopyNr() - Method in class org.apache.hop.execution.ExecutionState
-
Gets copyNr
- getCopyNr() - Method in class org.apache.hop.execution.sampler.ExecutionDataSamplerMeta
-
Gets copyNr
- getCopyNr() - Method in class org.apache.hop.pipeline.engine.EngineComponent
-
Gets copyNr
- getCopyNr() - Method in interface org.apache.hop.pipeline.engine.IEngineComponent
- getCopyNr() - Method in class org.apache.hop.pipeline.performance.PerformanceSnapShot
- getCopyNr() - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Gets copyNr
- getCpuCores() - Method in class org.apache.hop.www.HopServerStatus
- getCpuCores() - Method in class org.apache.hop.www.jaxrs.ServerStatus
- getCpuProcessTime() - Method in class org.apache.hop.www.HopServerStatus
- getCpuProcessTime() - Method in class org.apache.hop.www.jaxrs.ServerStatus
- getCreateArgType() - Method in interface org.apache.hop.core.auth.core.IAuthenticationConsumerFactory
- getCreateArgType() - Method in class org.apache.hop.core.auth.core.impl.DefaultAuthenticationConsumerFactory
- getCreatedDate() - Method in class org.apache.hop.base.AbstractMeta
-
Gets the date the pipeline was created.
- getCreatedDate() - Method in interface org.apache.hop.core.IEngineMeta
-
Gets the date the pipeline was created.
- getCreatedDate() - Method in class org.apache.hop.pipeline.AbstractMetaInfo
-
Gets createdDate
- getCreatedDate() - Method in class org.apache.hop.pipeline.PipelineMeta
-
Gets the date the pipeline was created.
- getCreatedDate() - Method in class org.apache.hop.workflow.WorkflowMeta
-
Gets the date the pipeline was created.
- getCreatedUser() - Method in class org.apache.hop.base.AbstractMeta
-
Gets the user by whom the pipeline was created.
- getCreatedUser() - Method in interface org.apache.hop.core.IEngineMeta
-
Gets the user by whom this was created.
- getCreatedUser() - Method in class org.apache.hop.pipeline.AbstractMetaInfo
-
Gets createdUser
- getCreatedUser() - Method in class org.apache.hop.pipeline.PipelineMeta
-
Gets the user by whom the pipeline was created.
- getCreatedUser() - Method in class org.apache.hop.workflow.WorkflowMeta
-
Gets the user by whom the pipeline was created.
- getCurrencySymbol() - Method in class org.apache.hop.core.file.TextFileInputField
- getCurrencySymbol() - Method in class org.apache.hop.pipeline.transforms.file.BaseFileField
- getCurrent() - Method in class org.apache.hop.core.undo.ChangeAction
- getCurrentIndex() - Method in class org.apache.hop.core.undo.ChangeAction
- getCurrentInputRowSetNr() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- getCurrentInputRowSetNr() - Method in interface org.apache.hop.pipeline.transform.ITransform
- getCurrentLocation() - Method in class org.apache.hop.core.undo.ChangeAction
- getCurrentOutputRowSetNr() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- getCurrentOutputRowSetNr() - Method in interface org.apache.hop.pipeline.transform.ITransform
- getData() - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Gets data
- getData() - Method in interface org.apache.hop.pipeline.transform.ITransform
-
Get the transform data
- getDatabaseFields() - Method in interface org.apache.hop.core.IProvidesModelerMeta
- getDatabaseMeta() - Method in interface org.apache.hop.core.IProvidesDatabaseConnectionInformation
-
Returns the database meta for this transform
- getDatabaseName() - Method in class org.apache.hop.pipeline.DatabaseImpact
- getDatabaseNames() - Method in class org.apache.hop.base.AbstractMeta
-
Gets the database names.
- getDatabases() - Method in class org.apache.hop.base.AbstractMeta
-
Returns a list of the databases.
- getDataLoggingDelay() - Method in class org.apache.hop.execution.ExecutionInfoLocation
-
Gets dataLoggingDelay
- getDataLoggingInterval() - Method in class org.apache.hop.execution.ExecutionInfoLocation
-
Gets dataLoggingInterval
- getDataSampler() - Method in class org.apache.hop.execution.sampler.plugins.first.FirstRowsExecutionDataSamplerStore
-
Gets dataSampler
- getDataSampler() - Method in class org.apache.hop.execution.sampler.plugins.last.LastRowsExecutionDataSamplerStore
-
Gets dataSampler
- getDataSampler() - Method in class org.apache.hop.execution.sampler.plugins.random.RandomRowsExecutionDataSamplerStore
-
Gets dataSampler
- getDataSamplers() - Method in class org.apache.hop.pipeline.Pipeline
-
Gets dataSamplers
- getDataSetMeta() - Method in class org.apache.hop.execution.ExecutionData
-
Gets dataSetMeta
- getDataSets() - Method in class org.apache.hop.execution.ExecutionData
-
Gets dataSets
- getDate() - Method in class org.apache.hop.history.AuditEvent
-
Gets date
- getDate() - Method in class org.apache.hop.pipeline.performance.PerformanceSnapShot
- getDayOfMonth() - Method in class org.apache.hop.workflow.actions.start.ActionStart
- getDbMeta() - Method in class org.apache.hop.core.util.AbstractTransformMeta
- getDecimalSymbol() - Method in class org.apache.hop.core.file.TextFileInputField
- getDecimalSymbol() - Method in class org.apache.hop.pipeline.transforms.file.BaseFileField
- getDefault() - Static method in class org.apache.hop.core.truststore.CustomSocketFactory
- getDefaultCipherSuites() - Method in class org.apache.hop.core.truststore.CustomSocketFactory
- getDefaultExtension() - Method in class org.apache.hop.core.compress.gzip.GzipCompressionProvider
- getDefaultExtension() - Method in class org.apache.hop.core.compress.hadoopsnappy.HadoopSnappyCompressionProvider
- getDefaultExtension() - Method in interface org.apache.hop.core.compress.ICompressionProvider
-
Gets the default file extension for this provider.
- getDefaultExtension() - Method in class org.apache.hop.core.compress.NoneCompressionProvider
- getDefaultExtension() - Method in class org.apache.hop.core.compress.snappy.SnappyCompressionProvider
- getDefaultExtension() - Method in class org.apache.hop.core.compress.zip.ZipCompressionProvider
- getDefaultPipelineRunConfiguration() - Method in class org.apache.hop.imp.HopImportBase
- getDefaultValue() - Method in class org.apache.hop.core.util.KeyValueFactory
- getDefaultWorkflowRunConfiguration() - Method in class org.apache.hop.imp.HopImportBase
- getDelay(int) - Static method in class org.apache.hop.server.HopServer
- getDelegate(InputStream) - Static method in class org.apache.hop.core.compress.gzip.GzipCompressionInputStream
- getDelegate(InputStream) - Static method in class org.apache.hop.core.compress.hadoopsnappy.HadoopSnappyCompressionInputStream
- getDelegate(InputStream) - Static method in class org.apache.hop.core.compress.snappy.SnappyCompressionInputStream
- getDelegate(InputStream) - Static method in class org.apache.hop.core.compress.zip.ZipCompressionInputStream
- getDelegate(OutputStream) - Static method in class org.apache.hop.core.compress.gzip.GzipCompressionOutputStream
- getDelegate(OutputStream) - Static method in class org.apache.hop.core.compress.zip.ZipCompressionOutputStream
- getDelegationListeners() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
-
Gets delegationListeners
- getDelimiter() - Method in interface org.apache.hop.pipeline.transforms.common.ICsvInputAwareMeta
- getDescription() - Method in class org.apache.hop.base.AbstractMeta
-
Gets the description of the workflow.
- getDescription() - Method in class org.apache.hop.core.compress.gzip.GzipCompressionProvider
- getDescription() - Method in class org.apache.hop.core.compress.hadoopsnappy.HadoopSnappyCompressionProvider
- getDescription() - Method in interface org.apache.hop.core.compress.ICompressionProvider
-
Gets the name of this provider.
- getDescription() - Method in class org.apache.hop.core.compress.NoneCompressionProvider
-
Gets the description for the compression provider.
- getDescription() - Method in class org.apache.hop.core.compress.snappy.SnappyCompressionProvider
- getDescription() - Method in class org.apache.hop.core.compress.zip.ZipCompressionProvider
- getDescription() - Method in class org.apache.hop.core.injection.bean.BeanInjectionInfo.Group
-
Gets groupDescription
- getDescription() - Method in class org.apache.hop.core.injection.bean.BeanInjectionInfo.Property
-
Gets description
- getDescription() - Method in enum org.apache.hop.core.undo.ChangeAction.ActionType
-
Gets description
- getDescription() - Method in class org.apache.hop.execution.ExecutionDataSetMeta
-
Gets description
- getDescription() - Method in class org.apache.hop.execution.ExecutionInfoLocation
-
Gets description
- getDescription() - Method in class org.apache.hop.execution.profiling.ExecutionDataProfile
-
Gets description
- getDescription() - Method in class org.apache.hop.execution.sampler.ExecutionDataSampleInformation
-
Gets description
- getDescription() - Method in enum org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSampler.ProfilingType
-
Gets description
- getDescription() - Method in class org.apache.hop.pipeline.AbstractMetaInfo
-
Gets description
- getDescription() - Method in class org.apache.hop.pipeline.BasePartitioner
- getDescription() - Method in class org.apache.hop.pipeline.config.PipelineRunConfiguration
-
Gets description
- getDescription() - Method in enum org.apache.hop.pipeline.engine.EngineComponent.ComponentExecutionStatus
-
Gets the description.
- getDescription() - Method in interface org.apache.hop.pipeline.IPartitioner
-
Gets the description.
- getDescription() - Method in class org.apache.hop.pipeline.ModPartitioner
- getDescription() - Method in class org.apache.hop.pipeline.PipelineMeta
-
Gets the description of the workflow.
- getDescription() - Method in enum org.apache.hop.pipeline.PipelineMeta.PipelineType
-
Gets the description of the pipeline type.
- getDescription() - Method in interface org.apache.hop.pipeline.transform.IRowDistribution
- getDescription() - Method in interface org.apache.hop.pipeline.transform.stream.IStream
- getDescription() - Method in class org.apache.hop.pipeline.transform.stream.Stream
- getDescription() - Method in class org.apache.hop.pipeline.transform.TransformMeta
- getDescription() - Method in interface org.apache.hop.resource.IResourceHolder
- getDescription() - Method in class org.apache.hop.server.HopServer
- getDescription() - Method in class org.apache.hop.workflow.action.ActionBase
-
Gets the description of the action
- getDescription() - Method in class org.apache.hop.workflow.action.ActionMeta
- getDescription() - Method in interface org.apache.hop.workflow.action.IAction
-
Gets the description of this action
- getDescription() - Method in class org.apache.hop.workflow.config.WorkflowRunConfiguration
-
Gets description
- getDescription() - Method in class org.apache.hop.workflow.WorkflowHopMeta
- getDescription() - Method in class org.apache.hop.workflow.WorkflowMeta
-
Gets the description of the workflow.
- getDescription(String) - Method in class org.apache.hop.core.injection.bean.BeanInjectionInfo
- getDetails() - Method in class org.apache.hop.execution.ExecutionState
-
Gets details
- getDeviceBounds() - Method in interface org.apache.hop.core.gui.IGc
- getDeviceBounds() - Method in class org.apache.hop.core.gui.SvgGc
- getDialogClassName() - Method in interface org.apache.hop.pipeline.IPartitioner
-
Gets the dialog class name.
- getDialogClassName() - Method in class org.apache.hop.pipeline.ModPartitioner
- getDialogClassName() - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
-
 * This returns the expected name for the dialog that edits a action.
- getDialogClassName() - Method in interface org.apache.hop.pipeline.transform.ITransformMeta
-
 * This returns the expected name for the dialog that edits a action.
- getDialogClassName() - Method in class org.apache.hop.workflow.action.ActionBase
-
You can use this to point to an alternate class for the Dialog.
- getDialogClassName() - Method in interface org.apache.hop.workflow.action.IAction
-
Get the name of the class that implements the dialog for the action.
- getDirectoryMap() - Method in interface org.apache.hop.resource.IResourceNaming
- getDirectoryMap() - Method in class org.apache.hop.resource.SimpleResourceNaming
- getDispatcher() - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Gets the dispatcher.
- getDisplayName() - Method in interface org.apache.hop.core.auth.core.IAuthenticationPerformer
- getDisplayName() - Method in interface org.apache.hop.core.auth.core.IAuthenticationProvider
- getDisplayName() - Method in class org.apache.hop.core.auth.core.impl.ClassloaderBridgingAuthenticationPerformer
- getDisplayName() - Method in class org.apache.hop.core.auth.core.impl.DefaultAuthenticationPerformer
- getDisplayName() - Method in interface org.apache.hop.core.auth.IAuthenticationConsumerType
- getDisplayName() - Method in interface org.apache.hop.core.auth.IAuthenticationProviderType
- getDisplayName() - Method in class org.apache.hop.core.auth.KerberosAuthenticationProvider
- getDisplayName() - Method in class org.apache.hop.core.auth.KerberosAuthenticationProvider.KerberosAuthenticationProviderType
- getDisplayName() - Method in class org.apache.hop.core.auth.NoAuthenticationAuthenticationProvider
- getDisplayName() - Method in class org.apache.hop.core.auth.UsernamePasswordAuthenticationProvider
- getDisplayName() - Method in class org.apache.hop.core.auth.UsernamePasswordAuthenticationProvider.UsernamePasswordAuthenticationProviderType
- getDisplayPriority() - Method in class org.apache.hop.pipeline.engine.EngineMetric
-
Gets displayPriority
- getDisplayPriority() - Method in interface org.apache.hop.pipeline.engine.IEngineMetric
- getDistributionImage() - Method in interface org.apache.hop.pipeline.transform.IRowDistribution
-
Which mini-icon needs to be shown on the hop?
- getEnclosure() - Method in interface org.apache.hop.core.file.IInputFileMeta
-
Deprecated.
- getEnclosure() - Method in interface org.apache.hop.pipeline.transforms.common.ICsvInputAwareMeta
- getEncoding() - Method in interface org.apache.hop.pipeline.transforms.common.ICsvInputAwareMeta
- getEncoding() - Method in class org.apache.hop.pipeline.transforms.file.BaseFileInputMeta
- getEndDate() - Method in class org.apache.hop.pipeline.engine.EngineMetrics
-
Gets endDate
- getEndHopAction() - Method in class org.apache.hop.workflow.WorkflowPainter
- getEndHopLocation() - Method in class org.apache.hop.pipeline.PipelinePainter
- getEndHopLocation() - Method in class org.apache.hop.workflow.WorkflowPainter
- getEndHopTransform() - Method in class org.apache.hop.pipeline.PipelinePainter
- getEngineCapabilities() - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
-
See which operations are supported by the pipeline engine.
- getEngineCapabilities() - Method in class org.apache.hop.pipeline.engines.local.LocalPipelineEngine
-
Gets engineCapabilities
- getEngineCapabilities() - Method in class org.apache.hop.pipeline.engines.localsingle.LocalSinglePipelineEngine
-
Should support everything
- getEngineCapabilities() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
-
Gets engineCapabilities
- getEngineMetrics() - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
-
Collect metrics from the various components in the engine.
- getEngineMetrics() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
-
Gets engineMetrics
- getEngineMetrics() - Method in class org.apache.hop.pipeline.Pipeline
- getEngineMetrics(String, int) - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
-
Get the engine metrics for a specific component name and/or copy nr
- getEngineMetrics(String, int) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- getEngineMetrics(String, int) - Method in class org.apache.hop.pipeline.Pipeline
- getEnginePluginId() - Method in interface org.apache.hop.pipeline.config.IPipelineEngineRunConfiguration
- getEnginePluginId() - Method in class org.apache.hop.pipeline.engines.EmptyPipelineRunConfiguration
-
Gets pluginId
- getEnginePluginId() - Method in interface org.apache.hop.workflow.config.IWorkflowEngineRunConfiguration
- getEnginePluginId() - Method in class org.apache.hop.workflow.engines.empty.EmptyWorkflowRunConfiguration
-
Gets pluginId
- getEnginePluginName() - Method in interface org.apache.hop.pipeline.config.IPipelineEngineRunConfiguration
- getEnginePluginName() - Method in class org.apache.hop.pipeline.engines.EmptyPipelineRunConfiguration
-
Gets pluginName
- getEnginePluginName() - Method in interface org.apache.hop.workflow.config.IWorkflowEngineRunConfiguration
- getEnginePluginName() - Method in class org.apache.hop.workflow.engines.empty.EmptyWorkflowRunConfiguration
-
Gets pluginName
- getEngineRunConfiguration() - Method in class org.apache.hop.pipeline.config.PipelineRunConfiguration
-
Gets engineRunConfiguration
- getEngineRunConfiguration() - Method in class org.apache.hop.workflow.config.WorkflowRunConfiguration
-
Gets engineRunConfiguration
- getEntries() - Method in class org.apache.hop.resource.ResourceReference
- getEntryTransformSetVariable(String) - Method in class org.apache.hop.workflow.action.ActionBase
-
Gets the value of the specified EntryTransformSetVariable
- getEntryTransformSetVariablesMap() - Method in class org.apache.hop.workflow.action.ActionBase
-
Gets a Map of variables set in EntryTransformSetVariables
- getEnvironmentDetails() - Method in class org.apache.hop.execution.Execution
-
Gets environmentDetails
- getErrorCodesValuename() - Method in class org.apache.hop.pipeline.transform.TransformErrorMeta
- getErrorCountField() - Method in interface org.apache.hop.core.file.IInputFileMeta
-
Deprecated.
- getErrorDescription() - Method in class org.apache.hop.www.HopServerPipelineStatus
- getErrorDescription() - Method in class org.apache.hop.www.HopServerStatus
- getErrorDescription() - Method in class org.apache.hop.www.HopServerWorkflowStatus
- getErrorDescription() - Method in class org.apache.hop.www.jaxrs.ServerStatus
- getErrorDescriptionsValuename() - Method in class org.apache.hop.pipeline.transform.TransformErrorMeta
- getErrorFieldsField() - Method in interface org.apache.hop.core.file.IInputFileMeta
-
Deprecated.
- getErrorFieldsValuename() - Method in class org.apache.hop.pipeline.transform.TransformErrorMeta
- getErrorRowMeta() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- getErrorRowMeta(IVariables) - Method in class org.apache.hop.pipeline.transform.TransformErrorMeta
- getErrors() - Method in class org.apache.hop.pipeline.engine.EngineComponent
-
Gets errors
- getErrors() - Method in interface org.apache.hop.pipeline.engine.IEngineComponent
- getErrors() - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
- getErrors() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
-
Gets errors
- getErrors() - Method in class org.apache.hop.pipeline.performance.PerformanceSnapShot
- getErrors() - Method in class org.apache.hop.pipeline.Pipeline
-
Gets the number of errors that have occurred during execution of the pipeline.
- getErrors() - Method in class org.apache.hop.pipeline.SingleThreadedPipelineExecutor
- getErrors() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- getErrors() - Method in interface org.apache.hop.pipeline.transform.ITransform
-
Get the number of errors
- getErrors() - Method in class org.apache.hop.pipeline.transform.TransformStatus
- getErrors() - Method in interface org.apache.hop.pipeline.transforms.file.IBaseFileInputTransformControl
- getErrors() - Method in class org.apache.hop.workflow.Workflow
-
Get the number of errors that happened in the workflow.
- getErrorTextField() - Method in interface org.apache.hop.core.file.IInputFileMeta
-
Deprecated.
- getEscapeCharacter() - Method in interface org.apache.hop.core.file.IInputFileMeta
-
Deprecated.
- getEscapeCharacter() - Method in interface org.apache.hop.pipeline.transforms.common.ICsvInputAwareMeta
- getEvaluation() - Method in class org.apache.hop.workflow.WorkflowHopMeta
- getException() - Method in class org.apache.hop.core.logging.LogChannelFileWriter
- getExecutingServer() - Method in interface org.apache.hop.core.IExecutor
- getExecutingServer() - Method in class org.apache.hop.pipeline.Pipeline
-
Gets the name of the executing server.
- getExecutingServer() - Method in class org.apache.hop.workflow.Workflow
-
Gets the executing server.
- getExecutingUser() - Method in interface org.apache.hop.core.IExecutor
- getExecutingUser() - Method in class org.apache.hop.pipeline.Pipeline
-
Gets the name of the executing user.
- getExecutingUser() - Method in class org.apache.hop.workflow.Workflow
-
Gets the executing user.
- getExecution(String) - Method in interface org.apache.hop.execution.IExecutionInfoLocation
-
Get the execution information for a specific execution ID.
- getExecution(String) - Method in class org.apache.hop.execution.local.FileExecutionInfoLocation
- getExecution(String) - Method in class org.apache.hop.execution.remote.RemoteExecutionInfoLocation
- getExecutionData(String, String) - Method in interface org.apache.hop.execution.IExecutionInfoLocation
-
Get execution data for transforms or an action.
- getExecutionData(String, String) - Method in class org.apache.hop.execution.local.FileExecutionInfoLocation
- getExecutionData(String, String) - Method in class org.apache.hop.execution.remote.RemoteExecutionInfoLocation
- getExecutionDataProfileName() - Method in class org.apache.hop.pipeline.config.PipelineRunConfiguration
-
Gets executionDataProfileName
- getExecutionDuration() - Method in class org.apache.hop.pipeline.engine.EngineComponent
-
Gets executionDuration
- getExecutionDuration() - Method in interface org.apache.hop.pipeline.engine.IEngineComponent
- getExecutionDuration() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- getExecutionDuration() - Method in interface org.apache.hop.pipeline.transform.ITransform
- getExecutionEndDate() - Method in class org.apache.hop.execution.ExecutionState
-
Gets executionEndDate
- getExecutionEndDate() - Method in class org.apache.hop.pipeline.engine.EngineComponent
-
Gets executionEndDate
- getExecutionEndDate() - Method in interface org.apache.hop.pipeline.engine.IEngineComponent
-
Gets executionEndDate
- getExecutionEndDate() - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
- getExecutionEndDate() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- getExecutionEndDate() - Method in class org.apache.hop.pipeline.Pipeline
-
Gets executionEndDate
- getExecutionEndDate() - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Gets executionEndDate
- getExecutionEndDate() - Method in interface org.apache.hop.pipeline.transform.ITransform
-
Gets executionEndDate
- getExecutionEndDate() - Method in interface org.apache.hop.workflow.engine.IWorkflowEngine
- getExecutionEndDate() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
-
Gets executionEndDate
- getExecutionEndDate() - Method in class org.apache.hop.workflow.Workflow
-
Gets executionEndDate
- getExecutionEndDate() - Method in class org.apache.hop.www.HopServerPipelineStatus
-
Gets executionEndDate
- getExecutionEndDate() - Method in class org.apache.hop.www.HopServerWorkflowStatus
-
Gets executionEndDate
- getExecutionFinishedListeners() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
-
Gets executionFinishedListeners
- getExecutionFinishedListeners() - Method in class org.apache.hop.pipeline.Pipeline
-
Gets executionFinishedListeners
- getExecutionIds(boolean, int) - Method in interface org.apache.hop.execution.IExecutionInfoLocation
-
Retrieve a list of execution IDs (log channel IDs) for all pipelines and workflows.
- getExecutionIds(boolean, int) - Method in class org.apache.hop.execution.local.FileExecutionInfoLocation
- getExecutionIds(boolean, int) - Method in class org.apache.hop.execution.remote.RemoteExecutionInfoLocation
- getExecutionInfoLocation() - Method in class org.apache.hop.execution.ExecutionInfoLocation
-
Gets executionInfoLocation
- getExecutionInfoLocationName() - Method in class org.apache.hop.pipeline.config.PipelineRunConfiguration
-
Gets executionInfoLocationName
- getExecutionInfoLocationName() - Method in class org.apache.hop.workflow.config.WorkflowRunConfiguration
-
Gets executionInfoLocationName
- GetExecutionInfoServlet - Class in org.apache.hop.www
- GetExecutionInfoServlet() - Constructor for class org.apache.hop.www.GetExecutionInfoServlet
- GetExecutionInfoServlet(WorkflowMap) - Constructor for class org.apache.hop.www.GetExecutionInfoServlet
- GetExecutionInfoServlet.Type - Enum in org.apache.hop.www
- getExecutionStartDate() - Method in class org.apache.hop.execution.Execution
-
Gets executionStartDate
- getExecutionStartDate() - Method in class org.apache.hop.pipeline.engine.EngineComponent
-
Gets executionStartDate
- getExecutionStartDate() - Method in interface org.apache.hop.pipeline.engine.IEngineComponent
-
Gets executionStartDate
- getExecutionStartDate() - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
- getExecutionStartDate() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- getExecutionStartDate() - Method in class org.apache.hop.pipeline.Pipeline
-
Gets executionStartDate
- getExecutionStartDate() - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Gets executionStartDate
- getExecutionStartDate() - Method in interface org.apache.hop.pipeline.transform.ITransform
-
Gets executionStartDate
- getExecutionStartDate() - Method in interface org.apache.hop.workflow.engine.IWorkflowEngine
- getExecutionStartDate() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
-
Gets executionStartDate
- getExecutionStartDate() - Method in class org.apache.hop.workflow.Workflow
-
Gets executionStartDate
- getExecutionStartDate() - Method in class org.apache.hop.www.HopServerPipelineStatus
-
Gets executionStartDate
- getExecutionStartDate() - Method in class org.apache.hop.www.HopServerWorkflowStatus
-
Gets executionStartDate
- getExecutionStartedListeners() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
-
Gets executionStartedListeners
- getExecutionStartedListeners() - Method in class org.apache.hop.pipeline.Pipeline
-
Gets executionStartedListeners
- getExecutionState(String) - Method in interface org.apache.hop.execution.IExecutionInfoLocation
-
Get the execution state for an execution.
- getExecutionState(String) - Method in class org.apache.hop.execution.local.FileExecutionInfoLocation
- getExecutionState(String) - Method in class org.apache.hop.execution.remote.RemoteExecutionInfoLocation
- getExecutionState(String, boolean) - Method in interface org.apache.hop.execution.IExecutionInfoLocation
-
Get the execution state for an execution
- getExecutionState(String, boolean) - Method in class org.apache.hop.execution.local.FileExecutionInfoLocation
- getExecutionState(String, boolean) - Method in class org.apache.hop.execution.remote.RemoteExecutionInfoLocation
- getExecutionStateLoggingText(String, int) - Method in interface org.apache.hop.execution.IExecutionInfoLocation
-
Load the logging text of an execution state separately.
- getExecutionStateLoggingText(String, int) - Method in class org.apache.hop.execution.local.FileExecutionInfoLocation
- getExecutionStateLoggingText(String, int) - Method in class org.apache.hop.execution.remote.RemoteExecutionInfoLocation
- getExecutionStateLoggingText(ExecutionState, int) - Method in class org.apache.hop.execution.local.FileExecutionInfoLocation
- getExecutionStoppedListeners() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
-
Gets executionStoppedListeners
- getExecutionStoppedListeners() - Method in class org.apache.hop.pipeline.Pipeline
-
Gets the list of stop-event listeners for the pipeline.
- getExecutionType() - Method in class org.apache.hop.execution.Execution
-
Gets executionType
- getExecutionType() - Method in class org.apache.hop.execution.ExecutionData
-
Gets executionType
- getExecutionType() - Method in class org.apache.hop.execution.ExecutionState
-
Gets executionType
- getExecutorXml() - Method in class org.apache.hop.execution.Execution
-
Gets executorXml
- getExplanation(String, String, IResourceExport) - Static method in class org.apache.hop.resource.ResourceUtil
- getExtendedDescription() - Method in class org.apache.hop.base.AbstractMeta
-
Gets the extended description of the workflow.
- getExtendedDescription() - Method in class org.apache.hop.pipeline.AbstractMetaInfo
-
Gets extendedDescription
- getExtendedDescription() - Method in class org.apache.hop.pipeline.PipelineMeta
-
Gets the extended description of the workflow.
- getExtendedDescription() - Method in class org.apache.hop.workflow.WorkflowMeta
-
Gets the extended description of the workflow.
- getExtension() - Method in class org.apache.hop.base.AbstractMeta
- getExtension() - Method in class org.apache.hop.pipeline.PipelineMeta
- getExtension() - Method in class org.apache.hop.workflow.WorkflowMeta
- getExtensionDataMap() - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
-
A map in which the various transforms and plugins can store objects to remember during the lifecycle of the pipeline.
- getExtensionDataMap() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
-
Gets extensionDataMap
- getExtensionDataMap() - Method in class org.apache.hop.pipeline.Pipeline
- getExtensionDataMap() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- getExtensionDataMap() - Method in class org.apache.hop.workflow.action.ActionBase
- getExtensionDataMap() - Method in interface org.apache.hop.workflow.engine.IWorkflowEngine
- getExtensionDataMap() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
-
Gets extensionDataMap
- getExtensionDataMap() - Method in class org.apache.hop.workflow.Workflow
- getExtensionOptions() - Method in class org.apache.hop.workflow.WorkflowExecutionConfiguration
- getExtraResourceProperties(IResourceHolder, int) - Method in interface org.apache.hop.resource.IResourceXmlPropertyEmitter
-
Allows injection of additional relevant properties in the to-xml of the Resource Reference.
- getFailIfDoesNotExist(ICheckResultSource, String, List<ICheckResult>, ValidatorContext) - Method in class org.apache.hop.workflow.action.validator.FileExistsValidator
- getFailIfExists(ICheckResultSource, String, List<ICheckResult>, ValidatorContext) - Method in class org.apache.hop.workflow.action.validator.FileDoesNotExistValidator
- getFeedbackSize() - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
-
Deprecated.
- getFeedbackSize() - Method in class org.apache.hop.pipeline.engines.local.LocalPipelineRunConfiguration
-
Gets feedbackSize
- getFeedbackSize() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
-
Gets feedbackSize
- getFeedbackSize() - Method in class org.apache.hop.pipeline.Pipeline
-
Gets feedbackSize
- getField() - Method in class org.apache.hop.pipeline.DatabaseImpact
- getFieldName() - Method in class org.apache.hop.core.reflection.StringSearchResult
- getFieldName() - Method in class org.apache.hop.core.util.TypeFieldDefinition
- getFieldName() - Method in class org.apache.hop.execution.ExecutionDataSetMeta
-
Gets fieldName
- getFieldName() - Method in class org.apache.hop.pipeline.ModPartitioner
- getFieldName() - Method in class org.apache.hop.www.service.WebService
-
Gets fieldName
- getFields(IRowMeta, String, IRowMeta[], TransformMeta, IVariables, IHopMetadataProvider) - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
-
Gets the fields.
- getFields(IRowMeta, String, IRowMeta[], TransformMeta, IVariables, IHopMetadataProvider) - Method in interface org.apache.hop.pipeline.transform.ITransformMeta
-
Gets the fields.
- getFields(IRowMeta, String, IRowMeta[], TransformMeta, IVariables, IHopMetadataProvider) - Method in class org.apache.hop.pipeline.transforms.dummy.DummyMeta
- getFields(IRowMeta, String, IRowMeta[], TransformMeta, IVariables, IHopMetadataProvider) - Method in class org.apache.hop.pipeline.transforms.injector.InjectorMeta
- getFields(PipelineMeta, IRowMeta, String, IRowMeta[], TransformMeta, IVariables, IHopMetadataProvider) - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
-
Gets the fields.
- getFields(PipelineMeta, IRowMeta, String, IRowMeta[], TransformMeta, IVariables, IHopMetadataProvider) - Method in interface org.apache.hop.pipeline.transform.ITransformMeta
-
Gets the fields.
- getFileFormatTypeNr() - Method in interface org.apache.hop.core.file.IInputFileMeta
-
Deprecated.
- getFileFormatTypeNr() - Method in interface org.apache.hop.pipeline.transforms.common.ICsvInputAwareMeta
- getFileInputList(IVariables) - Method in class org.apache.hop.pipeline.transforms.file.BaseFileInputMeta
- getFilename() - Method in class org.apache.hop.base.AbstractMeta
-
Gets the filename.
- getFilename() - Method in interface org.apache.hop.core.file.IHasFilename
- getFilename() - Method in interface org.apache.hop.core.IEngineMeta
-
Get the filename (if any).
- getFilename() - Method in class org.apache.hop.execution.Execution
-
Gets filename
- getFilename() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- getFilename() - Method in interface org.apache.hop.pipeline.ISubPipelineAwareMeta
- getFilename() - Method in class org.apache.hop.pipeline.Pipeline
-
Gets the filename of the pipeline, or null if no filename exists
- getFilename() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- getFilename() - Method in class org.apache.hop.pipeline.TransformWithMappingMeta
- getFilename() - Method in class org.apache.hop.resource.ResourceDefinition
- getFilename() - Method in class org.apache.hop.run.HopRun
-
Gets filename
- getFilename() - Method in class org.apache.hop.workflow.action.ActionBase
-
Gets the filename of the action.
- getFilename() - Method in interface org.apache.hop.workflow.action.IAction
-
Gets the filename of the action.
- getFilename() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
-
Gets the file name.
- getFilename() - Method in class org.apache.hop.workflow.Workflow
-
Gets the file name.
- getFilename() - Method in class org.apache.hop.www.HopServerConfig
- getFilename() - Method in class org.apache.hop.www.service.WebService
-
Gets filename
- getFileNameUniqueIdentifier() - Method in class org.apache.hop.resource.UuidResourceNaming
- getFileNameUniqueIdentifier(String, String) - Method in class org.apache.hop.resource.SequenceResourceNaming
- getFileNameUniqueIdentifier(String, String) - Method in class org.apache.hop.resource.SimpleResourceNaming
- getFilePaths(IVariables) - Method in interface org.apache.hop.core.file.IInputFileMeta
-
Deprecated.
- getFilePaths(IVariables, boolean) - Method in class org.apache.hop.pipeline.transforms.file.BaseFileInputMeta
- getFilePrefix() - Method in enum org.apache.hop.execution.ExecutionType
-
Gets filePrefix
- getFileSystemPrefix() - Method in class org.apache.hop.resource.SimpleResourceNaming
- getFileType() - Method in interface org.apache.hop.core.file.IInputFileMeta
-
Deprecated.
- getFirstHopServerObjectEntry(String) - Method in class org.apache.hop.www.WorkflowMap
- getFirstInputRowSet() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- getFirstLoggingLineNr() - Method in class org.apache.hop.www.HopServerPipelineStatus
- getFirstLoggingLineNr() - Method in class org.apache.hop.www.HopServerWorkflowStatus
- getFirstRowReadDate() - Method in class org.apache.hop.pipeline.engine.EngineComponent
-
Gets firstRowReadDate
- getFirstRowReadDate() - Method in interface org.apache.hop.pipeline.engine.IEngineComponent
-
Gets firstRowReadDate
- getFirstRowReadDate() - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Gets firstRowReadDate
- getFirstRowReadDate() - Method in interface org.apache.hop.pipeline.transform.ITransform
-
Gets firstRowReadDate
- getFirstServerObjectEntry(String) - Method in class org.apache.hop.www.PipelineMap
- getFontColorBlue() - Method in class org.apache.hop.core.NotePadMeta
- getFontColorGreen() - Method in class org.apache.hop.core.NotePadMeta
- getFontColorRed() - Method in class org.apache.hop.core.NotePadMeta
- getFontName() - Method in class org.apache.hop.core.NotePadMeta
- getFontSize() - Method in class org.apache.hop.core.NotePadMeta
- getFormat() - Method in class org.apache.hop.core.file.TextFileInputField
- getFormat() - Method in class org.apache.hop.pipeline.transforms.file.BaseFileField
- getFromAction() - Method in class org.apache.hop.workflow.WorkflowHopMeta
- getFromTransform() - Method in class org.apache.hop.pipeline.PipelineHopMeta
- getGc() - Method in class org.apache.hop.core.gui.BasePainter
- getGeneralInfoDescription() - Method in interface org.apache.hop.pipeline.transform.ITransformIOMeta
- getGeneralInfoDescription() - Method in class org.apache.hop.pipeline.transform.TransformIOMeta
- getGeneralTargetDescription() - Method in interface org.apache.hop.pipeline.transform.ITransformIOMeta
- getGeneralTargetDescription() - Method in class org.apache.hop.pipeline.transform.TransformIOMeta
- getGrandParentObject() - Method in class org.apache.hop.core.reflection.StringSearchResult
- getGraphPort() - Method in class org.apache.hop.core.gui.BasePainter
-
Gets graphPort
- getGridSize() - Method in class org.apache.hop.core.gui.BasePainter
- getGroup() - Method in class org.apache.hop.history.AuditEvent
-
Gets group
- getGroupKey() - Method in class org.apache.hop.core.injection.bean.BeanInjectionInfo.Property
- getGroups() - Method in class org.apache.hop.core.injection.bean.BeanInjectionInfo
- getGroupSymbol() - Method in class org.apache.hop.core.file.TextFileInputField
- getGroupSymbol() - Method in class org.apache.hop.pipeline.transforms.file.BaseFileField
- getHeader() - Method in class org.apache.hop.pipeline.engine.EngineMetric
-
Gets header
- getHeader() - Method in interface org.apache.hop.pipeline.engine.IEngineMetric
- getHeader(String) - Method in interface org.apache.hop.www.IHopServerRequestHandler.IHopServerRequest
- getHeaderFileObject(IVariables) - Method in interface org.apache.hop.pipeline.transforms.common.ICsvInputAwareMeta
-
Returns a
FileObjectthat corresponds to the first encountered input file. - getHeaders() - Method in interface org.apache.hop.www.IHopServerRequestHandler.IHopServerRequest
- getHeight() - Method in class org.apache.hop.core.NotePadMeta
- getHopImport() - Method in class org.apache.hop.imp.HopImport
-
Gets hopImport
- getHops() - Method in class org.apache.hop.pipeline.PipelineMeta
-
Gets hops
- getHopServer() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
-
Gets hopServer
- getHopServer() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
-
Gets hopServer
- getHopServer() - Method in class org.apache.hop.www.HopServerConfig
- getHopServer() - Static method in class org.apache.hop.www.HopServerSingleton
- getHopServerConfig() - Static method in class org.apache.hop.www.HopServerSingleton
- getHopServerConfig() - Method in class org.apache.hop.www.PipelineMap
- getHopServerConfig() - Method in class org.apache.hop.www.WorkflowMap
- getHopServerName() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineRunConfiguration
-
Gets hopServerName
- getHopServerName() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowRunConfiguration
-
Gets hopServerName
- getHopServerNames() - Method in class org.apache.hop.base.AbstractMeta
-
Gets an array of hop server names.
- getHopServerNames(IHopMetadataProvider) - Static method in class org.apache.hop.server.HopServer
- getHopServerObjectEntry(String) - Static method in class org.apache.hop.www.jaxrs.HopServerResource
- getHostname() - Method in class org.apache.hop.server.HopServer
- getHostname() - Method in class org.apache.hop.www.WebServer
- getHour() - Method in class org.apache.hop.workflow.actions.start.ActionStart
- getHTMLTableRow(boolean) - Method in class org.apache.hop.pipeline.transform.TransformStatus
- getIconSize() - Method in class org.apache.hop.core.gui.BasePainter
- getId() - Method in interface org.apache.hop.core.auth.core.IAuthenticationProvider
- getId() - Method in class org.apache.hop.core.auth.KerberosAuthenticationProvider
- getId() - Method in class org.apache.hop.core.auth.NoAuthenticationAuthenticationProvider
- getId() - Method in class org.apache.hop.core.auth.UsernamePasswordAuthenticationProvider
- getId() - Method in class org.apache.hop.execution.Execution
-
Gets id
- getId() - Method in class org.apache.hop.execution.ExecutionState
-
Gets id
- getId() - Method in class org.apache.hop.pipeline.BasePartitioner
- getId() - Method in interface org.apache.hop.pipeline.IPartitioner
-
Gets the id.
- getId() - Method in class org.apache.hop.www.HopServerObjectEntry
- getId() - Method in class org.apache.hop.www.HopServerPipelineStatus
- getId() - Method in class org.apache.hop.www.HopServerWorkflowStatus
- getId() - Method in class org.apache.hop.www.jaxrs.PipelineStatus
- getId() - Method in class org.apache.hop.www.jaxrs.WorkflowStatus
- getId() - Method in class org.apache.hop.www.WebResult
- getIfNullValue() - Method in class org.apache.hop.core.file.TextFileInputField
- getIfNullValue() - Method in class org.apache.hop.pipeline.transforms.file.BaseFileField
- getImage() - Method in class org.apache.hop.core.gui.SvgGc
- getImage(String) - Static method in class org.apache.hop.core.util.SwingSvgImageUtil
-
Load image from several sources.
- getImageAsResource(String) - Static method in class org.apache.hop.core.util.SwingSvgImageUtil
-
Load image from several sources.
- getImportReport() - Method in class org.apache.hop.imp.HopImportBase
-
Generate a report with statistics and advice.
- getImportReport() - Method in interface org.apache.hop.imp.IHopImport
-
Generate an import report in text format with statistics and advice.
- getInfo() - Method in class org.apache.hop.pipeline.PipelineMeta
-
Gets info
- getInfo() - Method in class org.apache.hop.workflow.WorkflowMeta
-
Gets info
- getInfoStreams() - Method in interface org.apache.hop.pipeline.transform.ITransformIOMeta
- getInfoStreams() - Method in class org.apache.hop.pipeline.transform.TransformIOMeta
- getInfoTransform(TransformMeta) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Get the informational transforms for a certain transform.
- getInfoTransformNames() - Method in interface org.apache.hop.pipeline.transform.ITransformIOMeta
- getInfoTransformNames() - Method in class org.apache.hop.pipeline.transform.TransformIOMeta
- getInitStartDate() - Method in class org.apache.hop.pipeline.engine.EngineComponent
-
Gets initStartDate
- getInitStartDate() - Method in interface org.apache.hop.pipeline.engine.IEngineComponent
-
Gets initStartDate
- getInitStartDate() - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Gets initStartDate
- getInitStartDate() - Method in interface org.apache.hop.pipeline.transform.ITransform
-
Gets initStartDate
- getInjectorFields() - Method in class org.apache.hop.pipeline.transforms.injector.InjectorMeta
-
Gets injectorFields
- getInputBufferSize() - Method in class org.apache.hop.pipeline.engine.EngineComponent
-
Gets inputBufferSize
- getInputBufferSize() - Method in interface org.apache.hop.pipeline.engine.IEngineComponent
- getInputBufferSize() - Method in class org.apache.hop.pipeline.performance.PerformanceSnapShot
- getInputBufferSize() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- getInputBufferSize() - Method in class org.apache.hop.pipeline.transform.TransformStatus
-
Gets inputBufferSize
- getInputFieldname() - Method in class org.apache.hop.lineage.FieldnameLineage
- getInputFields() - Method in interface org.apache.hop.core.file.IInputFileMeta
-
Deprecated.
- getInputFields() - Method in class org.apache.hop.pipeline.transforms.file.BaseFileInputMeta
- getInputFolder() - Method in class org.apache.hop.imp.HopImportBase
- getInputFolder() - Method in interface org.apache.hop.imp.IHopImport
- getInputFolderName() - Method in class org.apache.hop.imp.HopImport
-
Gets inputFolderName
- getInputFolderName() - Method in class org.apache.hop.imp.HopImportBase
-
Gets inputFolderName
- getInputFolderName() - Method in interface org.apache.hop.imp.IHopImport
- getInputRowMeta() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- getInputRowSets() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- getInputRowSets() - Method in interface org.apache.hop.pipeline.transform.ITransform
- getInputStream() - Method in interface org.apache.hop.www.IHopServerRequestHandler.IHopServerRequest
- getInstance() - Static method in class org.apache.hop.core.auth.AuthenticationConsumerPluginType
- getInstance() - Static method in class org.apache.hop.core.auth.AuthenticationProviderPluginType
- getInstance() - Static method in class org.apache.hop.core.compress.CompressionPluginType
- getInstance() - Static method in class org.apache.hop.core.compress.CompressionProviderFactory
- getInstance() - Static method in class org.apache.hop.core.gui.GuiFactory
- getInstance() - Static method in class org.apache.hop.core.gui.SwingGUIResource
- getInstance() - Static method in class org.apache.hop.core.plugins.ActionPluginType
- getInstance() - Static method in class org.apache.hop.core.plugins.HopServerPluginType
- getInstance() - Static method in class org.apache.hop.core.plugins.PartitionerPluginType
- getInstance() - Static method in class org.apache.hop.core.plugins.TransformPluginType
- getInstance() - Static method in class org.apache.hop.execution.plugin.ExecutionInfoLocationPluginType
- getInstance() - Static method in class org.apache.hop.execution.sampler.ExecutionDataSamplerPluginType
- getInstance() - Static method in class org.apache.hop.history.AuditManager
- getInstance() - Static method in class org.apache.hop.imp.ImportPluginType
- getInstance() - Method in class org.apache.hop.pipeline.BasePartitioner
- getInstance() - Static method in class org.apache.hop.pipeline.engine.PipelineEnginePluginType
- getInstance() - Method in interface org.apache.hop.pipeline.IPartitioner
-
Gets the single instance of IPartitioner.
- getInstance() - Method in class org.apache.hop.pipeline.ModPartitioner
- getInstance() - Static method in class org.apache.hop.pipeline.transform.RowDistributionPluginType
- getInstance() - Static method in class org.apache.hop.workflow.engine.WorkflowEnginePluginType
- getInstance() - Static method in class org.apache.hop.www.HopServerSingleton
- getIntervalMinutes() - Method in class org.apache.hop.workflow.actions.start.ActionStart
- getIntervalSeconds() - Method in class org.apache.hop.workflow.actions.start.ActionStart
- getJdbcPropertiesFilename() - Method in class org.apache.hop.imp.HopImport
-
Gets jdbcPropertiesFilename
- getJdbcPropertiesFilename() - Method in class org.apache.hop.imp.HopImportBase
-
Gets jdbcPropertiesFilename
- getJdbcPropertiesFilename() - Method in interface org.apache.hop.imp.IHopImport
-
Gets jdbcPropertiesFilename
- getJoinOverride() - Method in class org.apache.hop.www.HopServer
-
Gets joinOverride
- getKettlePropertiesFilename() - Method in class org.apache.hop.imp.HopImport
-
Gets kettlePropertiesFilename
- getKettlePropertiesFilename() - Method in class org.apache.hop.imp.HopImportBase
-
Gets kettlePropertiesFilename
- getKettlePropertiesFilename() - Method in interface org.apache.hop.imp.IHopImport
-
Gets kettlePropertiesFilename
- getKey() - Method in class org.apache.hop.core.injection.bean.BeanInjectionInfo.Group
- getKey() - Method in class org.apache.hop.core.injection.bean.BeanInjectionInfo.Property
- getKey() - Method in class org.apache.hop.core.util.KeyValue
- getKey() - Method in class org.apache.hop.pipeline.transform.TransformOption
- getKeyForStore(String, ExecutionDataSamplerMeta) - Method in class org.apache.hop.execution.sampler.ExecutionDataSamplerStoreBase
- getKeyLevelOnFail(String) - Static method in class org.apache.hop.workflow.action.validator.ActionValidatorUtils
- getKeyPassword() - Method in class org.apache.hop.www.SslConfiguration
- getKeyStore() - Method in class org.apache.hop.www.SslConfiguration
- getKeyStorePassword() - Method in class org.apache.hop.www.SslConfiguration
- getKeyStoreType() - Method in class org.apache.hop.www.SslConfiguration
- getKeytabLocation() - Method in class org.apache.hop.core.auth.KerberosAuthenticationProvider
- getKeyValidators() - Method in class org.apache.hop.workflow.action.validator.AndValidator
- getLastLoggingLineNr() - Method in class org.apache.hop.www.HopServerPipelineStatus
- getLastLoggingLineNr() - Method in class org.apache.hop.www.HopServerWorkflowStatus
- getLastLogLineNr() - Method in class org.apache.hop.execution.ExecutionState
-
Gets lastLogLineNr
- getLastLogLineNr() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
-
Gets lastLogLineNr
- getLastLogLineNr() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
-
Gets lastLogLineNr
- getLastRequested() - Method in class org.apache.hop.www.SocketPortAllocation
- getLastRowWrittenDate() - Method in class org.apache.hop.pipeline.engine.EngineComponent
-
Gets lastRowWrittenDate
- getLastRowWrittenDate() - Method in interface org.apache.hop.pipeline.engine.IEngineComponent
-
Gets lastRowWrittenDate
- getLastRowWrittenDate() - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Gets lastRowWrittenDate
- getLastRowWrittenDate() - Method in interface org.apache.hop.pipeline.transform.ITransform
-
Gets lastRowWrittenDate
- getLength() - Method in enum org.apache.hop.core.file.EncodingType
- getLength() - Method in class org.apache.hop.core.file.TextFileInputField
- getLength() - Method in class org.apache.hop.pipeline.transforms.file.BaseFileField
- getLength() - Method in class org.apache.hop.pipeline.transforms.injector.InjectorField
-
Gets length
- getLevel() - Method in class org.apache.hop.run.HopRun
-
Gets level
- getLevel() - Method in class org.apache.hop.www.HopServer
-
Gets level
- getLevelOnFail(ValidatorContext, String) - Static method in class org.apache.hop.workflow.action.validator.ActionValidatorUtils
-
Gets the
levelOnFailtype for givenvalidatorName. - getLine(Part, Part) - Method in class org.apache.hop.core.gui.BasePainter
- getLineFeedChar() - Method in enum org.apache.hop.core.file.EncodingType
- getLinesInput() - Method in class org.apache.hop.pipeline.engine.EngineComponent
-
Gets linesInput
- getLinesInput() - Method in interface org.apache.hop.pipeline.engine.IEngineComponent
- getLinesInput() - Method in class org.apache.hop.pipeline.performance.PerformanceSnapShot
- getLinesInput() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- getLinesInput() - Method in interface org.apache.hop.pipeline.transform.ITransform
- getLinesInput() - Method in class org.apache.hop.pipeline.transform.TransformStatus
- getLinesInput() - Method in interface org.apache.hop.pipeline.transforms.file.IBaseFileInputTransformControl
- getLinesOutput() - Method in class org.apache.hop.pipeline.engine.EngineComponent
-
Gets linesOutput
- getLinesOutput() - Method in interface org.apache.hop.pipeline.engine.IEngineComponent
- getLinesOutput() - Method in class org.apache.hop.pipeline.performance.PerformanceSnapShot
- getLinesOutput() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- getLinesOutput() - Method in interface org.apache.hop.pipeline.transform.ITransform
- getLinesOutput() - Method in class org.apache.hop.pipeline.transform.TransformStatus
- getLinesRead() - Method in class org.apache.hop.pipeline.engine.EngineComponent
-
Gets linesRead
- getLinesRead() - Method in interface org.apache.hop.pipeline.engine.IEngineComponent
- getLinesRead() - Method in class org.apache.hop.pipeline.performance.PerformanceSnapShot
- getLinesRead() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- getLinesRead() - Method in interface org.apache.hop.pipeline.transform.ITransform
- getLinesRead() - Method in class org.apache.hop.pipeline.transform.TransformStatus
- getLinesRejected() - Method in class org.apache.hop.pipeline.engine.EngineComponent
-
Gets linesRejected
- getLinesRejected() - Method in interface org.apache.hop.pipeline.engine.IEngineComponent
- getLinesRejected() - Method in class org.apache.hop.pipeline.performance.PerformanceSnapShot
- getLinesRejected() - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Get the number of lines rejected to an error handling transform
- getLinesRejected() - Method in interface org.apache.hop.pipeline.transform.ITransform
- getLinesRejected() - Method in class org.apache.hop.pipeline.transform.TransformStatus
- getLinesSkipped() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- getLinesUpdated() - Method in class org.apache.hop.pipeline.engine.EngineComponent
-
Gets linesUpdated
- getLinesUpdated() - Method in interface org.apache.hop.pipeline.engine.IEngineComponent
- getLinesUpdated() - Method in class org.apache.hop.pipeline.performance.PerformanceSnapShot
- getLinesUpdated() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- getLinesUpdated() - Method in interface org.apache.hop.pipeline.transform.ITransform
- getLinesUpdated() - Method in class org.apache.hop.pipeline.transform.TransformStatus
- getLinesWritten() - Method in class org.apache.hop.pipeline.engine.EngineComponent
-
Gets linesWritten
- getLinesWritten() - Method in interface org.apache.hop.pipeline.engine.IEngineComponent
- getLinesWritten() - Method in class org.apache.hop.pipeline.performance.PerformanceSnapShot
- getLinesWritten() - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Get the number of lines written to next transforms
- getLinesWritten() - Method in interface org.apache.hop.pipeline.transform.ITransform
- getLinesWritten() - Method in class org.apache.hop.pipeline.transform.TransformStatus
- getLinesWritten() - Method in interface org.apache.hop.pipeline.transforms.file.IBaseFileInputTransformControl
- getLineWidth() - Method in class org.apache.hop.core.gui.BasePainter
- getListPluginTypes() - Method in class org.apache.hop.imp.HopImport
-
Gets listPluginTypes
- getLoadAvg() - Method in class org.apache.hop.www.HopServerStatus
- getLoadAvg() - Method in class org.apache.hop.www.jaxrs.ServerStatus
- getLocalizationPrefix() - Method in class org.apache.hop.core.injection.bean.BeanInjectionInfo
- getLocation() - Method in interface org.apache.hop.base.IBaseMeta
- getLocation() - Method in class org.apache.hop.core.NotePadMeta
- getLocation() - Method in class org.apache.hop.execution.remote.RemoteExecutionInfoLocation
-
Gets location
- getLocation() - Method in class org.apache.hop.pipeline.transform.TransformMeta
- getLocation() - Method in class org.apache.hop.workflow.action.ActionMeta
- getLocationName() - Method in class org.apache.hop.execution.remote.RemoteExecutionInfoLocation
-
Gets locationName
- getLog() - Method in class org.apache.hop.imp.HopImport
-
Gets log
- getLog() - Method in class org.apache.hop.imp.HopImportBase
-
Gets log
- getLog() - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
-
Gets the log.
- getLog() - Method in class org.apache.hop.run.HopRun
-
Gets log
- getLog() - Method in class org.apache.hop.www.BaseHttpServlet
-
Gets log
- getLog() - Method in class org.apache.hop.www.HopServer
-
Gets log
- getLog() - Method in class org.apache.hop.www.HopServerSingleton
- getLog() - Method in class org.apache.hop.www.WebServer
- getLogChannel() - Method in interface org.apache.hop.core.logging.IHasLogChannel
- getLogChannel() - Method in class org.apache.hop.pipeline.engine.EngineComponent
-
Gets logChannel
- getLogChannel() - Method in interface org.apache.hop.pipeline.engine.IEngineComponent
- getLogChannel() - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
-
Gets the log channel interface for the pipeline.
- getLogChannel() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
-
Gets logChannel
- getLogChannel() - Method in class org.apache.hop.pipeline.Pipeline
-
Gets the log channel interface for the pipeline.
- getLogChannel() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- getLogChannel() - Method in interface org.apache.hop.pipeline.transform.ITransform
- getLogChannel() - Method in class org.apache.hop.server.HopServer
- getLogChannel() - Method in class org.apache.hop.workflow.action.ActionBase
-
Gets the log channel.
- getLogChannel() - Method in interface org.apache.hop.workflow.action.IAction
-
Gets the log channel.
- getLogChannel() - Method in interface org.apache.hop.workflow.engine.IWorkflowEngine
- getLogChannel() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
-
Gets logChannel
- getLogChannel() - Method in class org.apache.hop.workflow.Workflow
-
Gets the log channel interface.
- getLogChannelId() - Method in class org.apache.hop.core.logging.LogChannelFileWriter
- getLogChannelId() - Method in class org.apache.hop.execution.ExecutionDataSetMeta
-
Gets logChannelId
- getLogChannelId() - Method in class org.apache.hop.execution.sampler.ExecutionDataSamplerMeta
-
Gets logChannelId
- getLogChannelId() - Method in class org.apache.hop.pipeline.engine.EngineComponent
-
Gets logChannelId
- getLogChannelId() - Method in interface org.apache.hop.pipeline.engine.IEngineComponent
- getLogChannelId() - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
-
The log channel ID if there is any
- getLogChannelId() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- getLogChannelId() - Method in class org.apache.hop.pipeline.Pipeline
-
Gets the log channel ID.
- getLogChannelId() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- getLogChannelId() - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
-
Gets the log channel id.
- getLogChannelId() - Method in class org.apache.hop.workflow.action.ActionBase
-
Gets the logging channel id
- getLogChannelId() - Method in class org.apache.hop.workflow.ActionResult
- getLogChannelId() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
-
Gets the log channel id.
- getLogChannelId() - Method in class org.apache.hop.workflow.Workflow
-
Gets the log channel id.
- getLogChannelId() - Method in class org.apache.hop.workflow.WorkflowMeta
- getLogChannelProvider() - Method in interface org.apache.hop.core.logging.ILogParentProvided
- getLogDate() - Method in class org.apache.hop.workflow.ActionResult
- getLogDate() - Method in class org.apache.hop.www.HopServerPipelineStatus
- getLogDate() - Method in class org.apache.hop.www.HopServerWorkflowStatus
- getLogFile() - Method in class org.apache.hop.core.logging.LogChannelFileWriter
- getLogFile() - Method in class org.apache.hop.run.HopRun
- getLogFileName() - Method in class org.apache.hop.pipeline.PipelineExecutionConfiguration
- getLoggingHierarchy() - Method in class org.apache.hop.pipeline.Pipeline
-
Gets the logging hierarchy.
- getLoggingObject() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
-
Gets loggingObject
- getLoggingObject() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
-
Gets loggingObject
- getLoggingString() - Method in class org.apache.hop.www.HopServerPipelineStatus
- getLoggingString() - Method in class org.apache.hop.www.HopServerWorkflowStatus
- getLoggingText() - Method in class org.apache.hop.execution.ExecutionState
-
Gets loggingText
- getLoginContextFromKerberosCache(String) - Method in class org.apache.hop.core.auth.kerberos.KerberosUtil
- getLoginContextFromKeytab(String, String) - Method in class org.apache.hop.core.auth.kerberos.KerberosUtil
- getLoginContextFromUsernamePassword(String, String) - Method in class org.apache.hop.core.auth.kerberos.KerberosUtil
- getLogLevel() - Method in class org.apache.hop.execution.Execution
-
Gets logLevel
- getLogLevel() - Method in interface org.apache.hop.IExecutionConfiguration
- getLogLevel() - Method in class org.apache.hop.pipeline.engine.EngineComponent
-
Gets logLevel
- getLogLevel() - Method in interface org.apache.hop.pipeline.engine.IEngineComponent
- getLogLevel() - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
- getLogLevel() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
-
Gets logLevel
- getLogLevel() - Method in class org.apache.hop.pipeline.Pipeline
-
Gets the log level.
- getLogLevel() - Method in class org.apache.hop.pipeline.PipelineExecutionConfiguration
- getLogLevel() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- getLogLevel() - Method in class org.apache.hop.workflow.action.ActionBase
-
Gets the logging level for the action
- getLogLevel() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
-
Gets logLevel
- getLogLevel() - Method in class org.apache.hop.workflow.Workflow
-
Gets the logLevel.
- getLogLevel() - Method in class org.apache.hop.workflow.WorkflowExecutionConfiguration
- getLogText() - Method in class org.apache.hop.pipeline.engine.EngineComponent
-
Gets logText
- getLogText() - Method in interface org.apache.hop.pipeline.engine.IEngineComponent
-
Retrieve the logging text of this component in the engine
- getLogText() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- getMagnification() - Method in class org.apache.hop.core.gui.BasePainter
- getMagnification() - Method in interface org.apache.hop.core.gui.IGc
- getMagnification() - Method in class org.apache.hop.core.gui.SvgGc
- getMap() - Method in class org.apache.hop.workflow.action.validator.ValidatorContext
- getMaxChildren() - Method in class org.apache.hop.core.gui.WorkflowTracker
- getMaxErrors() - Method in class org.apache.hop.pipeline.transform.TransformErrorMeta
- getMaximum() - Method in class org.apache.hop.core.gui.BasePainter
-
Gets maximum
- getMaximum() - Method in class org.apache.hop.pipeline.PipelineMeta
-
Gets the maximum size of the canvas by calculating the maximum location of a transform.
- getMaximum() - Method in class org.apache.hop.workflow.WorkflowMeta
-
Gets the maximum.
- getMaxLengths() - Method in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSamplerStore
-
Gets maxLengths
- getMaxLogLines() - Method in class org.apache.hop.www.HopServerConfig
- getMaxLogTimeoutMinutes() - Method in class org.apache.hop.www.HopServerConfig
- getMaxMeta() - Method in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSamplerStore
-
Gets maxMeta
- getMaxPercentErrors() - Method in class org.apache.hop.pipeline.transform.TransformErrorMeta
- getMaxRows() - Method in class org.apache.hop.execution.sampler.ExecutionDataSamplerStoreBase
-
Gets maxRows
- getMaxUndo() - Method in class org.apache.hop.base.AbstractMeta
- getMaxUndo() - Method in interface org.apache.hop.core.gui.IUndo
-
Get the maximum number of undo operations possible
- getMaxValues() - Method in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSamplerStore
-
Gets maxValues
- getMemberName() - Method in class org.apache.hop.core.util.TypeFieldDefinition
- getMemoryFree() - Method in class org.apache.hop.www.HopServerStatus
- getMemoryFree() - Method in class org.apache.hop.www.jaxrs.ServerStatus
- getMemoryTotal() - Method in class org.apache.hop.www.HopServerStatus
- getMemoryTotal() - Method in class org.apache.hop.www.jaxrs.ServerStatus
- getMessage() - Method in class org.apache.hop.www.WebResult
- getMessages(Class<?>) - Static method in class org.apache.hop.core.util.PluginMessages
-
Factory method.
- getMessages(String) - Static method in class org.apache.hop.core.util.PluginMessages
-
Factory method.
- getMeta() - Method in class org.apache.hop.pipeline.BasePartitioner
-
Gets the meta.
- getMeta() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- getMeta() - Method in interface org.apache.hop.pipeline.transform.ITransform
- getMetadataClass() - Method in class org.apache.hop.execution.ExecutionInfoLocationTypeMetadata
- getMetadataClass() - Method in class org.apache.hop.pipeline.engines.remote.HopServerTypeMetadata
- getMetadataClass() - Method in class org.apache.hop.pipeline.engines.remote.PipelineRunConfigurationTypeMetadata
- getMetadataClass() - Method in class org.apache.hop.workflow.engines.remote.HopServerTypeMetadata
- getMetadataClass() - Method in class org.apache.hop.workflow.engines.remote.WorkflowRunConfigurationTypeMetadata
- getMetadataComponent() - Method in class org.apache.hop.core.search.BaseMetadataSearchableAnalyser
- getMetadataExportFile() - Method in class org.apache.hop.run.HopRun
-
Gets metadataExportFile
- getMetadataFolder() - Method in class org.apache.hop.www.HopServerConfig
-
Gets metadataFolder
- getMetadataJson() - Method in class org.apache.hop.execution.Execution
-
Gets metadataJson
- getMetadataProvider() - Method in class org.apache.hop.base.AbstractMeta
- getMetadataProvider() - Method in class org.apache.hop.config.HopConfig
-
Gets metadataProvider
- getMetadataProvider() - Method in class org.apache.hop.imp.HopImport
-
Gets metadataProvider
- getMetadataProvider() - Method in class org.apache.hop.imp.HopImportBase
-
Gets metadataProvider
- getMetadataProvider() - Method in interface org.apache.hop.imp.IHopImport
-
Gets metadataProvider
- getMetadataProvider() - Method in class org.apache.hop.pipeline.CheckTransformsExtension
- getMetadataProvider() - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
- getMetadataProvider() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
-
Gets metadataProvider
- getMetadataProvider() - Method in class org.apache.hop.pipeline.Pipeline
- getMetadataProvider() - Method in class org.apache.hop.pipeline.PipelineConfiguration
-
Gets metadataProvider
- getMetadataProvider() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- getMetadataProvider() - Method in interface org.apache.hop.pipeline.transform.ITransform
- getMetadataProvider() - Method in class org.apache.hop.run.HopRun
-
Gets metadataProvider
- getMetadataProvider() - Method in class org.apache.hop.search.HopSearch
-
Gets metadataProvider
- getMetadataProvider() - Method in class org.apache.hop.workflow.action.ActionBase
- getMetadataProvider() - Method in interface org.apache.hop.workflow.engine.IWorkflowEngine
- getMetadataProvider() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
-
Gets metadataProvider
- getMetadataProvider() - Method in class org.apache.hop.workflow.Workflow
-
Gets metadataProvider
- getMetadataProvider() - Method in class org.apache.hop.workflow.WorkflowConfiguration
-
Gets metadataProvider
- getMetadataProvider() - Method in class org.apache.hop.www.HopServer
-
Gets metadataProvider
- getMetadataProvider() - Method in class org.apache.hop.www.HopServerConfig
-
Gets metadataProvider
- getMetadataTargetFolder() - Method in class org.apache.hop.imp.HopImportBase
-
Gets metadataTargetFolder
- getMetaStoreJsonFromZIP(Object) - Static method in class org.apache.hop.www.RegisterPackageServlet
- getMethod() - Method in class org.apache.hop.pipeline.transform.TransformPartitioningMeta
- getMethod() - Method in interface org.apache.hop.www.IHopServerRequestHandler.IHopServerRequest
- getMethod(String) - Static method in class org.apache.hop.pipeline.transform.TransformPartitioningMeta
- getMethodCode() - Method in class org.apache.hop.pipeline.transform.TransformPartitioningMeta
- getMethodDescription() - Method in class org.apache.hop.pipeline.transform.TransformPartitioningMeta
- getMethodType() - Method in class org.apache.hop.pipeline.transform.TransformPartitioningMeta
- getMethodType(String) - Static method in class org.apache.hop.pipeline.transform.TransformPartitioningMeta
- getMetrics() - Method in class org.apache.hop.execution.ExecutionState
-
Gets metrics
- getMetrics() - Method in class org.apache.hop.execution.ExecutionStateComponentMetrics
-
Gets metrics
- getMetricsList() - Method in class org.apache.hop.pipeline.engine.EngineMetrics
-
Get a list of the used metrics
- getMigratedFilesMap() - Method in class org.apache.hop.imp.HopImportBase
-
Gets migratedFilesMap
- getMiniIconSize() - Method in class org.apache.hop.core.gui.BasePainter
-
Gets miniIconSize
- getMinimum() - Method in class org.apache.hop.pipeline.PipelineMeta
-
Gets the minimum point on the canvas of a pipeline.
- getMinimum() - Method in class org.apache.hop.workflow.WorkflowMeta
-
Get the minimum point on the canvas of a workflow
- getMinLengths() - Method in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSamplerStore
-
Gets minLengths
- getMinMeta() - Method in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSamplerStore
-
Gets minMeta
- getMinPercentRows() - Method in class org.apache.hop.pipeline.transform.TransformErrorMeta
- getMinutes() - Method in class org.apache.hop.workflow.actions.start.ActionStart
- getMinValues() - Method in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSamplerStore
-
Gets minValues
- getMissingActions() - Method in class org.apache.hop.workflow.WorkflowMeta
- getMissingDatabaseConnectionInformationMessage() - Method in interface org.apache.hop.core.IProvidesDatabaseConnectionInformation
-
Provides a way for this object to return a custom message when database connection information is incomplete or missing.
- getMissingPipeline() - Method in class org.apache.hop.pipeline.PipelineMeta
- getMissingPluginId() - Method in class org.apache.hop.pipeline.transforms.missing.Missing
- getMissingPluginId() - Method in class org.apache.hop.workflow.actions.missing.MissingAction
- getModifiedDate() - Method in class org.apache.hop.base.AbstractMeta
-
Gets the date the pipeline was modified.
- getModifiedDate() - Method in interface org.apache.hop.core.IEngineMeta
-
Gets the date this was modified.
- getModifiedDate() - Method in class org.apache.hop.pipeline.AbstractMetaInfo
-
Gets modifiedDate
- getModifiedDate() - Method in class org.apache.hop.pipeline.PipelineMeta
-
Gets the date the pipeline was modified.
- getModifiedDate() - Method in class org.apache.hop.workflow.WorkflowMeta
-
Gets the date the pipeline was modified.
- getModifiedUser() - Method in class org.apache.hop.base.AbstractMeta
-
Gets the user who last modified the pipeline.
- getModifiedUser() - Method in interface org.apache.hop.core.IEngineMeta
-
Gets the user who last modified this.
- getModifiedUser() - Method in class org.apache.hop.pipeline.AbstractMetaInfo
-
Gets modifiedUser
- getModifiedUser() - Method in class org.apache.hop.pipeline.PipelineMeta
-
Gets the user who last modified the pipeline.
- getModifiedUser() - Method in class org.apache.hop.workflow.WorkflowMeta
-
Gets the user who last modified the pipeline.
- getMonitor() - Method in class org.apache.hop.imp.HopImportBase
-
Gets monitor
- getName() - Method in class org.apache.hop.base.AbstractMeta
-
Get the name of the pipeline.
- getName() - Method in class org.apache.hop.core.compress.gzip.GzipCompressionProvider
- getName() - Method in class org.apache.hop.core.compress.hadoopsnappy.HadoopSnappyCompressionProvider
- getName() - Method in interface org.apache.hop.core.compress.ICompressionProvider
-
Gets the name of this provider.
- getName() - Method in class org.apache.hop.core.compress.NoneCompressionProvider
-
Gets the name for the compression provider.
- getName() - Method in class org.apache.hop.core.compress.snappy.SnappyCompressionProvider
- getName() - Method in class org.apache.hop.core.compress.zip.ZipCompressionProvider
- getName() - Method in class org.apache.hop.core.file.TextFileInputField
- getName() - Method in interface org.apache.hop.core.IEngineMeta
-
Gets the name.
- getName() - Method in class org.apache.hop.execution.Execution
-
Gets name
- getName() - Method in class org.apache.hop.execution.ExecutionDataSetMeta
-
Gets name
- getName() - Method in class org.apache.hop.execution.ExecutionState
-
Gets name
- getName() - Method in class org.apache.hop.history.AuditEvent
-
Gets name
- getName() - Method in class org.apache.hop.history.AuditState
-
Gets name
- getName() - Method in class org.apache.hop.pipeline.AbstractMetaInfo
-
Gets name
- getName() - Method in class org.apache.hop.pipeline.engine.EngineComponent
-
Gets name
- getName() - Method in interface org.apache.hop.pipeline.engine.IEngineComponent
- getName() - Method in class org.apache.hop.pipeline.Pipeline
-
Gets the name of the pipeline.
- getName() - Method in class org.apache.hop.pipeline.PipelineMeta
-
Get the name of the pipeline.
- getName() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- getName() - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
-
Gets the name.
- getName() - Method in class org.apache.hop.pipeline.transform.TransformMeta
- getName() - Method in class org.apache.hop.pipeline.transforms.file.BaseFileField
- getName() - Method in class org.apache.hop.pipeline.transforms.injector.InjectorField
-
Gets name
- getName() - Method in interface org.apache.hop.resource.IResourceHolder
- getName() - Method in class org.apache.hop.workflow.action.ActionBase
-
Gets the name of the action
- getName() - Method in class org.apache.hop.workflow.action.ActionMeta
- getName() - Method in interface org.apache.hop.workflow.action.IAction
-
Gets the name of this action.
- getName() - Method in class org.apache.hop.workflow.action.validator.AndValidator
- getName() - Method in class org.apache.hop.workflow.action.validator.EmailValidator
- getName() - Method in class org.apache.hop.workflow.action.validator.FileDoesNotExistValidator
- getName() - Method in class org.apache.hop.workflow.action.validator.FileExistsValidator
- getName() - Method in interface org.apache.hop.workflow.action.validator.IActionValidator
-
Returns the name of this validator, unique among all validators.
- getName() - Method in class org.apache.hop.workflow.action.validator.IntegerValidator
- getName() - Method in class org.apache.hop.workflow.action.validator.LongValidator
- getName() - Method in class org.apache.hop.workflow.action.validator.NotBlankValidator
- getName() - Method in class org.apache.hop.workflow.action.validator.NotNullValidator
- getName() - Method in class org.apache.hop.workflow.WorkflowMeta
-
Get the name of the workflow.
- getName() - Method in class org.apache.hop.www.HopServerObjectEntry
- getName() - Method in class org.apache.hop.www.jaxrs.NVPair
- getName() - Method in class org.apache.hop.www.jaxrs.PipelineStatus
- getName() - Method in class org.apache.hop.www.jaxrs.WorkflowStatus
- getNamedParams() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
-
Gets namedParams
- getNamedParams() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
-
Gets namedParams
- getNamedResourcesSourceFolder() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineRunConfiguration
-
Gets namedResourcesSourceFolder
- getNamedResourcesSourceFolder() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowRunConfiguration
-
Gets namedResourcesSourceFolder
- getNamedResourcesTargetFolder() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineRunConfiguration
-
Gets namedResourcesTargetFolder
- getNamedResourcesTargetFolder() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowRunConfiguration
-
Gets namedResourcesTargetFolder
- getNamePosition(String, Point, int) - Method in class org.apache.hop.pipeline.PipelinePainter
- getNames() - Method in class org.apache.hop.history.AuditList
-
Gets names
- getNameStateMap() - Method in class org.apache.hop.history.AuditStateMap
-
Gets nameStateMap
- getNativeImage(IGc.EImage) - Static method in class org.apache.hop.core.gui.SvgGc
- getNaturalCategoriesOrder() - Method in class org.apache.hop.core.auth.AuthenticationProviderPluginType
- getNaturalCategoriesOrder() - Method in class org.apache.hop.core.compress.CompressionPluginType
- getNextAlso() - Method in class org.apache.hop.core.undo.ChangeAction
-
Get the status of the nextAlso flag.
- getNextTransformNames(TransformMeta) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Retrieve an array of succeeding transform names for a certain originating transform.
- getNoInputAction() - Method in class org.apache.hop.workflow.WorkflowPainter
- getNoInputTransform() - Method in class org.apache.hop.pipeline.PipelinePainter
- getNonNullCounters() - Method in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSamplerStore
-
Gets nonNullCounters
- getNonProxyHosts() - Method in class org.apache.hop.server.HopServer
- getNote() - Method in class org.apache.hop.core.NotePadMeta
- getNote(int) - Method in class org.apache.hop.base.AbstractMeta
-
Gets the note.
- getNote(int, int) - Method in class org.apache.hop.base.AbstractMeta
-
Find the note that is located on a certain point on the canvas.
- getNoteFontHeight() - Method in class org.apache.hop.core.gui.BasePainter
- getNoteFontName() - Method in class org.apache.hop.core.gui.BasePainter
- getNoteIndexes(List<NotePadMeta>) - Method in class org.apache.hop.base.AbstractMeta
-
Get an array of the locations of an array of notes
- getNotes() - Method in class org.apache.hop.base.AbstractMeta
-
Gets the notes.
- getNrErrorsValuename() - Method in class org.apache.hop.pipeline.transform.TransformErrorMeta
- getNrHeaderLines() - Method in interface org.apache.hop.core.file.IInputFileMeta
-
Deprecated.
- getNrOfUsedTransforms() - Method in class org.apache.hop.pipeline.debug.PipelineDebugMeta
- getNrPartitions() - Method in class org.apache.hop.pipeline.BasePartitioner
-
Gets the nr partitions.
- getNrTransformErrors() - Method in class org.apache.hop.www.HopServerPipelineStatus
- getNullCounters() - Method in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSamplerStore
-
Gets nullCounters
- getNullString() - Method in class org.apache.hop.core.file.TextFileInputField
- getNullString() - Method in class org.apache.hop.pipeline.transforms.file.BaseFileField
- getNumberOfHits() - Method in class org.apache.hop.pipeline.debug.TransformDebugMeta
- getNumberOfPartitions() - Method in class org.apache.hop.partition.PartitionSchema
- getObject(Object, String) - Method in class org.apache.hop.core.injection.bean.BeanInjector
- getObjectCopy() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- getObjectCopy() - Method in class org.apache.hop.pipeline.Pipeline
-
Gets the object copy.
- getObjectCopy() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- getObjectCopy() - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
-
Gets the object copy.
- getObjectCopy() - Method in class org.apache.hop.workflow.action.ActionBase
-
Gets a string identifying a copy in a series of transforms
- getObjectCopy() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
-
Always returns null for Workflow.
- getObjectCopy() - Method in class org.apache.hop.workflow.Workflow
-
Always returns null for Workflow.
- getObjectId(Object) - Method in class org.apache.hop.execution.IExecutionInfoLocation.ExecutionInfoLocationObjectFactory
- getObjectId(Object) - Method in class org.apache.hop.execution.sampler.IExecutionDataSampler.ExecutionDataSamplerObjectFactory
- getObjectId(Object) - Method in class org.apache.hop.pipeline.config.PipelineRunConfigurationMetadataObjectFactory
- getObjectId(Object) - Method in class org.apache.hop.pipeline.transform.ITransformMeta.TransformFactory
- getObjectId(Object) - Method in class org.apache.hop.workflow.config.WorkflowRunConfigurationMetadataObjectFactory
- getObjectName() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- getObjectName() - Method in class org.apache.hop.pipeline.Pipeline
-
Gets the object name.
- getObjectName() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- getObjectName() - Method in class org.apache.hop.workflow.action.ActionBase
-
Gets the object name
- getObjectName() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
-
Gets the workflow name.
- getObjectName() - Method in class org.apache.hop.workflow.Workflow
-
Gets the workflow name.
- getObjectTimeoutMinutes() - Method in class org.apache.hop.www.HopServerConfig
- getObjectType() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- getObjectType() - Method in class org.apache.hop.pipeline.Pipeline
-
Gets the object type.
- getObjectType() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- getObjectType() - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
-
Gets the object type.
- getObjectType() - Method in class org.apache.hop.workflow.action.ActionBase
-
Gets the logging object type
- getObjectType() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
-
Gets LoggingObjectType.JOB, which is always the value for Workflow.
- getObjectType() - Method in class org.apache.hop.workflow.Workflow
-
Gets LoggingObjectType.JOB, which is always the value for Workflow.
- getObjectType() - Method in class org.apache.hop.workflow.WorkflowMeta
- getOffset() - Method in class org.apache.hop.core.gui.BasePainter
- getOperation() - Method in class org.apache.hop.history.AuditEvent
-
Gets operation
- getOptionalStreams() - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
- getOptionalStreams() - Method in interface org.apache.hop.pipeline.transform.ITransformMeta
- getOrDefault(Object, Object) - Method in class org.apache.hop.core.ConcurrentMapProperties
- getOrigin() - Method in class org.apache.hop.resource.ResourceDefinition
- getOsArchitecture() - Method in class org.apache.hop.www.HopServerStatus
- getOsArchitecture() - Method in class org.apache.hop.www.jaxrs.ServerStatus
- getOsName() - Method in class org.apache.hop.www.HopServerStatus
- getOsName() - Method in class org.apache.hop.www.jaxrs.ServerStatus
- getOsVersion() - Method in class org.apache.hop.www.HopServerStatus
- getOsVersion() - Method in class org.apache.hop.www.jaxrs.ServerStatus
- getOutputBufferSize() - Method in class org.apache.hop.pipeline.engine.EngineComponent
-
Gets outputBufferSize
- getOutputBufferSize() - Method in interface org.apache.hop.pipeline.engine.IEngineComponent
- getOutputBufferSize() - Method in class org.apache.hop.pipeline.performance.PerformanceSnapShot
- getOutputBufferSize() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- getOutputBufferSize() - Method in class org.apache.hop.pipeline.transform.TransformStatus
-
Gets outputBufferSize
- getOutputFieldname() - Method in class org.apache.hop.lineage.FieldnameLineage
- getOutputFolder() - Method in class org.apache.hop.imp.HopImportBase
- getOutputFolder() - Method in interface org.apache.hop.imp.IHopImport
- getOutputFolderName() - Method in class org.apache.hop.imp.HopImport
-
Gets outputFolderName
- getOutputFolderName() - Method in class org.apache.hop.imp.HopImportBase
-
Gets outputFolderName
- getOutputFolderName() - Method in interface org.apache.hop.imp.IHopImport
- getOutputRowSets() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- getOutputRowSets() - Method in interface org.apache.hop.pipeline.transform.ITransform
- getOutputRowsMap() - Method in class org.apache.hop.pipeline.PipelinePainter
-
Gets outputRowsMap
- getOwner() - Method in class org.apache.hop.core.gui.AreaOwner
- getOwnerId() - Method in class org.apache.hop.execution.ExecutionData
-
Gets ownerId
- getPackageName() - Method in class org.apache.hop.core.util.PluginMessages
- getParameter(String) - Method in interface org.apache.hop.www.IHopServerRequestHandler.IHopServerRequest
- getParameterDefault(String) - Method in class org.apache.hop.base.AbstractMeta
- getParameterDefault(String) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- getParameterDefault(String) - Method in class org.apache.hop.pipeline.Pipeline
-
Gets the default value of the specified parameter.
- getParameterDefault(String) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- getParameterDefault(String) - Method in class org.apache.hop.workflow.Workflow
- getParameterDescription(String) - Method in class org.apache.hop.base.AbstractMeta
- getParameterDescription(String) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- getParameterDescription(String) - Method in class org.apache.hop.pipeline.Pipeline
-
Gets the description of the specified parameter.
- getParameterDescription(String) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- getParameterDescription(String) - Method in class org.apache.hop.workflow.Workflow
- getParameters() - Method in class org.apache.hop.run.HopRun
-
Gets parameters
- getParameters() - Method in class org.apache.hop.www.HopServer
-
Gets parameters
- getParameters() - Method in interface org.apache.hop.www.IHopServerRequestHandler.IHopServerRequest
- getParametersMap() - Method in interface org.apache.hop.IExecutionConfiguration
- getParametersMap() - Method in class org.apache.hop.pipeline.PipelineExecutionConfiguration
- getParametersMap() - Method in class org.apache.hop.workflow.WorkflowExecutionConfiguration
- getParameterValue(String) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- getParameterValue(String) - Method in class org.apache.hop.pipeline.Pipeline
-
Gets the value of the specified parameter.
- getParameterValue(String) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- getParameterValue(String) - Method in class org.apache.hop.workflow.Workflow
- getParameterValues() - Method in class org.apache.hop.execution.Execution
-
Gets parameterValues
- getParent() - Method in class org.apache.hop.core.gui.AreaOwner
- getParent() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
-
Gets parent
- getParent() - Method in class org.apache.hop.pipeline.Pipeline
-
Gets the parent logging object interface.
- getParent() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- getParent() - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
-
Gets the parent.
- getParent() - Method in class org.apache.hop.workflow.action.ActionBase
-
Gets the logging object interface's parent
- getParent() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
-
Gets parent logging object.
- getParent() - Method in class org.apache.hop.workflow.Workflow
-
Gets parent logging object.
- getParentId() - Method in class org.apache.hop.execution.Execution
-
Gets parentId
- getParentId() - Method in class org.apache.hop.execution.ExecutionData
-
Gets parentId
- getParentId() - Method in class org.apache.hop.execution.ExecutionState
-
Gets parentId
- getParentLoggingObject() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
-
Gets parentLoggingObject
- getParentLoggingObject() - Method in class org.apache.hop.workflow.Workflow
-
Gets the parent logging object.
- getParentName() - Method in class org.apache.hop.pipeline.performance.PerformanceSnapShot
- getParentObject() - Method in class org.apache.hop.core.reflection.StringSearchResult
- getParentPipeline() - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
-
Determine the pipeline engine which is executing this pipeline engine.
- getParentPipeline() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
-
Gets parentPipeline
- getParentPipeline() - Method in class org.apache.hop.pipeline.Pipeline
-
Gets the parent pipeline, which is null if no parent pipeline exists.
- getParentPipeline() - Method in interface org.apache.hop.workflow.engine.IWorkflowEngine
- getParentPipeline() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
-
Gets parentPipeline
- getParentPipeline() - Method in class org.apache.hop.workflow.Workflow
- getParentPipelineMeta() - Method in class org.apache.hop.pipeline.transform.TransformMeta
- getParentTransformMeta() - Method in interface org.apache.hop.pipeline.ISubPipelineAwareMeta
- getParentTransformMeta() - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
-
Gets the parent transform meta.
- getParentTransformMeta() - Method in interface org.apache.hop.pipeline.transform.ITransformMeta
- getParentVariables() - Method in class org.apache.hop.pipeline.Pipeline
-
Gets the parent variable variables.
- getParentVariables() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- getParentVariables() - Method in class org.apache.hop.workflow.action.ActionBase
-
Gets the parent variable variables
- getParentVariables() - Method in class org.apache.hop.workflow.Workflow
- getParentWorkflow() - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
-
Determine the workflow engine which is executing this pipeline engine.
- getParentWorkflow() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
-
Gets parentWorkflow
- getParentWorkflow() - Method in class org.apache.hop.pipeline.Pipeline
-
Gets the parent workflow, or null if there is no parent.
- getParentWorkflow() - Method in class org.apache.hop.workflow.action.ActionBase
-
Gets the parent workflow.
- getParentWorkflow() - Method in interface org.apache.hop.workflow.action.IAction
-
Gets the parent workflow.
- getParentWorkflow() - Method in interface org.apache.hop.workflow.engine.IWorkflowEngine
- getParentWorkflow() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
-
Gets parentWorkflow
- getParentWorkflow() - Method in class org.apache.hop.workflow.Workflow
-
Gets the parent workflow.
- getParentWorkflowMeta() - Method in class org.apache.hop.workflow.action.ActionBase
- getParentWorkflowMeta() - Method in class org.apache.hop.workflow.action.ActionMeta
- getParentWorkflowMeta() - Method in interface org.apache.hop.workflow.action.IAction
-
Return Gets the parent workflowMeta.
- getParentWorkflowTracker() - Method in class org.apache.hop.core.gui.WorkflowTracker
- getPartition(IVariables, IRowMeta, Object[]) - Method in interface org.apache.hop.pipeline.IPartitioner
-
Gets the partition.
- getPartition(IVariables, IRowMeta, Object[]) - Method in class org.apache.hop.pipeline.ModPartitioner
- getPartition(IVariables, IRowMeta, Object[]) - Method in class org.apache.hop.pipeline.transform.TransformPartitioningMeta
- getPartitioner() - Method in class org.apache.hop.pipeline.transform.TransformPartitioningMeta
- getPartitionId() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- getPartitionId() - Method in interface org.apache.hop.pipeline.transform.ITransform
- getPartitionIDs() - Method in class org.apache.hop.partition.PartitionSchema
- getPartitionSchema() - Method in class org.apache.hop.pipeline.transform.TransformPartitioningMeta
- getPartitionTargets() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- getPassword() - Method in class org.apache.hop.core.auth.KerberosAuthenticationProvider
- getPassword() - Method in class org.apache.hop.core.auth.UsernamePasswordAuthenticationProvider
- getPassword() - Method in class org.apache.hop.server.HopServer
- getPassword() - Method in class org.apache.hop.www.HopServer
-
Gets stopPassword
- getPasswordFile() - Method in class org.apache.hop.www.HopServerConfig
- getPasswordFile() - Method in class org.apache.hop.www.WebServer
- getPath() - Method in class org.apache.hop.core.injection.bean.BeanInjectionInfo.Property
-
Gets path
- getPath() - Method in interface org.apache.hop.core.listeners.impl.EntryCurrentDirectoryChangedListener.IPathReference
- getPeekFields() - Method in class org.apache.hop.pipeline.transform.TransformStatus
- getPeekFields(IEngineComponent) - Method in class org.apache.hop.pipeline.PipelinePainter
- getPipeline() - Method in class org.apache.hop.pipeline.debug.PipelineDebugMetaWrapper
- getPipeline() - Method in class org.apache.hop.pipeline.PipelinePainter
- getPipeline() - Method in class org.apache.hop.pipeline.SingleThreadedPipelineExecutor
- getPipeline() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- getPipeline() - Method in interface org.apache.hop.pipeline.transform.ITransform
- getPipeline() - Method in class org.apache.hop.pipeline.transform.TransformInitThread
-
Gets pipeline
- getPipeline(String) - Static method in class org.apache.hop.www.jaxrs.HopServerResource
- getPipeline(String) - Method in class org.apache.hop.www.PipelineMap
-
Find the first pipeline in the list that comes to mind!
- getPipeline(HopServerObjectEntry) - Method in class org.apache.hop.www.PipelineMap
- getPipelineDebugMeta() - Method in class org.apache.hop.pipeline.debug.PipelineDebugMetaWrapper
- getPipelineDetails() - Method in class org.apache.hop.www.jaxrs.HopServerResource
- getPipelineExecutionConfiguration() - Method in class org.apache.hop.pipeline.PipelineConfiguration
- getPipelineHop(int) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Retrieves a hop on a certain location (i.e.
- getPipelineHops() - Method in class org.apache.hop.pipeline.PipelineMeta
-
Get a list of defined hops in this pipeline.
- getPipelineHopTransforms(boolean) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Gets a List of all the transforms that are used in at least one active hop.
- GetPipelineImageServlet - Class in org.apache.hop.www
- GetPipelineImageServlet() - Constructor for class org.apache.hop.www.GetPipelineImageServlet
- getPipelineLog(String) - Method in class org.apache.hop.www.jaxrs.PipelineResource
- getPipelineLog(String, int) - Method in class org.apache.hop.www.jaxrs.PipelineResource
- getPipelineLogFields() - Method in class org.apache.hop.pipeline.transform.TransformStatus
- getPipelineLogFields(String) - Method in class org.apache.hop.pipeline.transform.TransformStatus
- getPipelineMap() - Method in class org.apache.hop.www.BaseHttpServlet
- getPipelineMap() - Method in class org.apache.hop.www.HopServerSingleton
- getPipelineMap() - Method in class org.apache.hop.www.WebServer
- getPipelineMeta() - Method in class org.apache.hop.lineage.PipelineDataLineage
- getPipelineMeta() - Method in class org.apache.hop.lineage.ValueLineage
- getPipelineMeta() - Method in class org.apache.hop.pipeline.CheckTransformsExtension
- getPipelineMeta() - Method in class org.apache.hop.pipeline.debug.PipelineDebugMeta
- getPipelineMeta() - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
- getPipelineMeta() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
-
Gets subject
- getPipelineMeta() - Method in class org.apache.hop.pipeline.Pipeline
-
Gets the meta-data for the pipeline.
- getPipelineMeta() - Method in class org.apache.hop.pipeline.PipelineConfiguration
- getPipelineMeta() - Method in class org.apache.hop.pipeline.PipelinePainter
- getPipelineMeta() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- getPipelineName() - Method in class org.apache.hop.pipeline.DatabaseImpact
- getPipelineName() - Method in class org.apache.hop.www.HopServerPipelineStatus
- getPipelineName() - Method in class org.apache.hop.www.SocketPortAllocation
- getPipelineObjects() - Method in class org.apache.hop.www.PipelineMap
- getPipelineRunConfiguration() - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
- getPipelineRunConfiguration() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
-
Gets pipelineRunConfiguration
- getPipelineRunConfiguration() - Method in class org.apache.hop.pipeline.Pipeline
-
Gets pipelineRunConfiguration
- getPipelines() - Method in class org.apache.hop.www.jaxrs.HopServerResource
- getPipelineStatus() - Method in class org.apache.hop.pipeline.PipelineMeta
-
Gets the status of the pipeline.
- getPipelineStatus(String) - Method in class org.apache.hop.www.jaxrs.PipelineResource
- getPipelineStatus(IVariables, String, String, int) - Method in class org.apache.hop.server.HopServer
- getPipelineStatus(IVariables, String, String, int, boolean) - Method in class org.apache.hop.server.HopServer
- getPipelineStatusList() - Method in class org.apache.hop.www.HopServerStatus
- GetPipelineStatusServlet - Class in org.apache.hop.www
- GetPipelineStatusServlet() - Constructor for class org.apache.hop.www.GetPipelineStatusServlet
- GetPipelineStatusServlet(PipelineMap) - Constructor for class org.apache.hop.www.GetPipelineStatusServlet
- getPipelineTransformExecutionStatusLookup() - Method in class org.apache.hop.pipeline.Pipeline
-
Checks the execution status of each transform in the pipelines.
- getPipelineTransformIsRunningLookup() - Method in class org.apache.hop.pipeline.Pipeline
-
Checks whether the pipeline transforms are running lookup.
- getPipelineType() - Method in class org.apache.hop.pipeline.PipelineMeta
-
Gets the pipeline type.
- getPipelineType() - Method in class org.apache.hop.pipeline.PipelineMetaInfo
-
Gets pipelineType
- getPipelineTypeByCode(String) - Static method in enum org.apache.hop.pipeline.PipelineMeta.PipelineType
-
Gets the pipeline type by code.
- getPipelineTypesDescriptions() - Static method in enum org.apache.hop.pipeline.PipelineMeta.PipelineType
-
Gets the pipeline types descriptions.
- getPipelineVersion() - Method in class org.apache.hop.pipeline.PipelineMeta
-
Gets the version of the pipeline.
- getPipelineVersion() - Method in class org.apache.hop.pipeline.PipelineMetaInfo
-
Gets pipelineVersion
- getPluginId() - Method in interface org.apache.hop.execution.IExecutionInfoLocation
- getPluginId() - Method in class org.apache.hop.execution.local.FileExecutionInfoLocation
- getPluginId() - Method in class org.apache.hop.execution.remote.RemoteExecutionInfoLocation
-
Gets pluginId
- getPluginId() - Method in interface org.apache.hop.execution.sampler.IExecutionDataSampler
- getPluginId() - Method in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSampler
-
Gets pluginId
- getPluginId() - Method in class org.apache.hop.execution.sampler.plugins.ExecutionDataSamplerBase
-
Gets pluginId
- getPluginId() - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
- getPluginId() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
-
Gets pluginId
- getPluginId() - Method in class org.apache.hop.pipeline.Pipeline
-
Gets pluginId
- getPluginId() - Method in class org.apache.hop.pipeline.transform.TransformMeta
- getPluginId() - Method in interface org.apache.hop.resource.IResourceHolder
- getPluginId() - Method in class org.apache.hop.workflow.action.ActionBase
-
Gets the plugin id.
- getPluginId() - Method in interface org.apache.hop.workflow.action.IAction
-
Gets the plugin id.
- getPluginId() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
-
Gets pluginId
- getPluginName() - Method in interface org.apache.hop.execution.IExecutionInfoLocation
- getPluginName() - Method in class org.apache.hop.execution.local.FileExecutionInfoLocation
- getPluginName() - Method in class org.apache.hop.execution.remote.RemoteExecutionInfoLocation
-
Gets pluginName
- getPluginName() - Method in interface org.apache.hop.execution.sampler.IExecutionDataSampler
- getPluginName() - Method in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSampler
-
Gets pluginName
- getPluginName() - Method in class org.apache.hop.execution.sampler.plugins.ExecutionDataSamplerBase
-
Gets pluginName
- getPlugins() - Method in class org.apache.hop.core.compress.CompressionProviderFactory
- getPollingInterval() - Method in class org.apache.hop.core.logging.LogChannelFileWriter
- getPort() - Method in class org.apache.hop.server.HopServer
- getPort() - Method in class org.apache.hop.www.SocketPortAllocation
- getPort() - Method in class org.apache.hop.www.WebServer
- getPortSpecification(IVariables) - Method in class org.apache.hop.server.HopServer
- getPosition() - Method in class org.apache.hop.core.file.TextFileInputField
- getPosition() - Method in class org.apache.hop.pipeline.transforms.file.BaseFileField
- getPrecision() - Method in class org.apache.hop.core.file.TextFileInputField
- getPrecision() - Method in class org.apache.hop.pipeline.transforms.file.BaseFileField
- getPrecision() - Method in class org.apache.hop.pipeline.transforms.injector.InjectorField
-
Gets precision
- getPreviewRowMeta() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- getPrevInfoFields(IVariables, String) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Find the informational fields coming from an informational transform into the transform specified.
- getPrevInfoFields(IVariables, TransformMeta) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Find the informational fields coming from an informational transform into the transform specified.
- getPrevious() - Method in class org.apache.hop.core.undo.ChangeAction
- getPreviousIndex() - Method in class org.apache.hop.core.undo.ChangeAction
- getPreviousLocation() - Method in class org.apache.hop.core.undo.ChangeAction
- getPreviousResult() - Method in interface org.apache.hop.IExecutionConfiguration
- getPreviousResult() - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
-
Get the execution result of a previous execution in a workflow
- getPreviousResult() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
-
Gets previousResult
- getPreviousResult() - Method in class org.apache.hop.pipeline.Pipeline
- getPreviousResult() - Method in class org.apache.hop.pipeline.PipelineExecutionConfiguration
- getPreviousResult() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
-
Gets previousResult
- getPreviousResult() - Method in class org.apache.hop.workflow.WorkflowExecutionConfiguration
- getPrevTransformFields(IVariables, String) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Find the fields that are entering a transform with a certain name.
- getPrevTransformFields(IVariables, TransformMeta) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Find the fields that are entering a certain transform.
- getPrevTransformFields(IVariables, TransformMeta, String, IProgressMonitor) - Method in class org.apache.hop.pipeline.PipelineMeta
- getPrevTransformFields(IVariables, TransformMeta, IProgressMonitor) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Find the fields that are entering a certain transform.
- getPrevTransformNames(String) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Retrieve an array of succeeding transform names for a certain originating transform name.
- getPrevTransformNames(TransformMeta) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Retrieve an array of preceding transforms for a certain destination transform.
- getPrevTransforms(TransformMeta) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Retrieve an array of preceding transforms for a certain destination transform.
- getPrincipal() - Method in class org.apache.hop.core.auth.KerberosAuthenticationProvider
- getPriority() - Method in class org.apache.hop.pipeline.transform.TransformStatus
- getProcessed() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- getProcessed() - Method in interface org.apache.hop.pipeline.transform.ITransform
- getProfileSamples() - Method in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSamplerStore
-
Gets profileSamples
- getProperties() - Method in class org.apache.hop.core.injection.bean.BeanInjectionInfo
- getProperties() - Method in class org.apache.hop.core.injection.bean.BeanInjectionInfo.Group
- getProperties() - Method in class org.apache.hop.core.util.AbstractTransformMeta
- getProperties() - Method in class org.apache.hop.core.util.PluginPropertyFactory
- getPropertiesMasterName() - Method in class org.apache.hop.server.HopServer
- getProperty(Object, String) - Method in class org.apache.hop.core.injection.bean.BeanInjector
- getProperty(String) - Method in class org.apache.hop.core.ConcurrentMapProperties
- getProperty(String, String) - Method in class org.apache.hop.core.ConcurrentMapProperties
- getPropertyClass() - Method in class org.apache.hop.core.injection.bean.BeanInjectionInfo.Property
- getPropertyFactory() - Method in class org.apache.hop.core.util.AbstractTransformMeta
- getPropVal(Object, String) - Method in class org.apache.hop.core.injection.bean.BeanInjector
-
Retrieves the raw prop value from root object.
- getProviderClass() - Method in interface org.apache.hop.core.auth.IAuthenticationProviderType
- getProviderClass() - Method in class org.apache.hop.core.auth.KerberosAuthenticationProvider.KerberosAuthenticationProviderType
- getProviderClass() - Method in class org.apache.hop.core.auth.UsernamePasswordAuthenticationProvider.UsernamePasswordAuthenticationProviderType
- getProxyHostname() - Method in class org.apache.hop.server.HopServer
- getProxyPort() - Method in class org.apache.hop.server.HopServer
- getRealFilename() - Method in class org.apache.hop.run.HopRun
-
Gets realFilename
- getRealFilename() - Method in class org.apache.hop.workflow.action.ActionBase
-
Gets the real filename of the action, by substituting any environment variables present in the filename.
- getRealFilename() - Method in interface org.apache.hop.workflow.action.IAction
-
Gets the real filename of the action, by substituting any environment variables present in the filename.
- getRealFilename() - Method in class org.apache.hop.www.HopServer
-
Gets realFilename
- getRealRunConfigurationName() - Method in class org.apache.hop.run.HopRun
-
Gets realRunConfigurationName
- getReason() - Method in class org.apache.hop.workflow.ActionResult
- getReferencedObjectDescriptions() - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
- getReferencedObjectDescriptions() - Method in interface org.apache.hop.pipeline.transform.ITransformMeta
- getReferencedObjectDescriptions() - Method in class org.apache.hop.workflow.action.ActionBase
- getReferencedObjectDescriptions() - Method in interface org.apache.hop.workflow.action.IAction
- getReferenceHolder() - Method in class org.apache.hop.resource.ResourceReference
- getRegistrationDate() - Method in class org.apache.hop.execution.Execution
-
Gets registrationDate
- getRegistrationDate() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- getRegistrationDate() - Method in class org.apache.hop.pipeline.Pipeline
-
Gets the registration date.
- getRegistrationDate() - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Returns the registration date
- getRegistrationDate() - Method in class org.apache.hop.workflow.action.ActionBase
-
Returns the registration date for the action.
- getRegistrationDate() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
-
Gets the registration date.
- getRegistrationDate() - Method in class org.apache.hop.workflow.Workflow
-
Gets the registration date.
- getRegularExpression() - Method in class org.apache.hop.search.HopSearch
-
Gets regularExpression
- getRemark() - Method in class org.apache.hop.pipeline.DatabaseImpact
- getRemarks() - Method in class org.apache.hop.pipeline.CheckTransformsExtension
- getRepartitioning() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- getReplayFilename(String, String, String, String, Object) - Static method in class org.apache.hop.pipeline.transform.errorhandling.AbstractFileErrorHandler
- getReplayFilename(String, String, Date, String, Object) - Static method in class org.apache.hop.pipeline.transform.errorhandling.AbstractFileErrorHandler
- getRequestHeaders() - Static method in class org.apache.hop.core.HttpProtocol
- getRequired(String) - Method in class org.apache.hop.core.util.KeyValueSet
- getRequiredFields(IVariables) - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
-
The natural way of data flow in a pipeline is source-to-target.
- getRequiredFields(IVariables) - Method in interface org.apache.hop.pipeline.transform.ITransformMeta
-
The natural way of data flow in a pipeline is source-to-target.
- getRequiredFilesCode(String) - Static method in class org.apache.hop.pipeline.transforms.file.BaseFileInputFiles
- getRequiredFilesCode(String) - Static method in class org.apache.hop.pipeline.transforms.file.BaseFileInputMeta
- getResource() - Method in class org.apache.hop.resource.ResourceEntry
- getResourceDependencies(IVariables) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Gets a list of the resource dependencies.
- getResourceDependencies(IVariables) - Method in class org.apache.hop.pipeline.transform.TransformMeta
-
Get a list of all the resource dependencies that the transform is depending on.
- getResourceDependencies(IVariables) - Method in class org.apache.hop.workflow.WorkflowMeta
-
Gets the resource dependencies.
- getResourceDependencies(IVariables, TransformMeta) - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
-
Get a list of all the resource dependencies that the transform is depending on.
- getResourceDependencies(IVariables, TransformMeta) - Method in interface org.apache.hop.pipeline.transform.ITransformMeta
-
Get a list of all the resource dependencies that the transform is depending on.
- getResourceDependencies(IVariables, TransformMeta) - Method in class org.apache.hop.pipeline.transforms.file.BaseFileInputFiles
- getResourceDependencies(IVariables, TransformMeta) - Method in class org.apache.hop.pipeline.transforms.file.BaseFileInputMeta
- getResourceDependencies(IVariables, WorkflowMeta) - Method in class org.apache.hop.workflow.action.ActionBase
-
Gets a list of all the resource dependencies that the transform is depending on.
- getResourceDependencies(IVariables, WorkflowMeta) - Method in interface org.apache.hop.workflow.action.IAction
-
Get a list of all the resource dependencies that the transform is depending on.
- getResourceName() - Method in class org.apache.hop.resource.TopLevelResource
- getResourcetype() - Method in class org.apache.hop.resource.ResourceEntry
- getResult() - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
-
Get the result of the execution after it's done, a resume
- getResult() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- getResult() - Method in class org.apache.hop.pipeline.Pipeline
-
Gets the result of the pipeline.
- getResult() - Method in class org.apache.hop.pipeline.SingleThreadedPipelineExecutor
- getResult() - Method in class org.apache.hop.workflow.ActionResult
- getResult() - Method in interface org.apache.hop.workflow.engine.IWorkflowEngine
- getResult() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
-
Gets result
- getResult() - Method in class org.apache.hop.workflow.Workflow
- getResult() - Method in class org.apache.hop.www.HopServerPipelineStatus
- getResult() - Method in class org.apache.hop.www.HopServerWorkflowStatus
- getResult() - Method in class org.apache.hop.www.WebResult
- getResult(PipelineMeta) - Method in class org.apache.hop.www.HopServerPipelineStatus
- getResultFiles() - Method in class org.apache.hop.pipeline.Pipeline
- getResultFiles() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- getResultFiles() - Method in interface org.apache.hop.pipeline.transform.ITransform
- getResultRowMeta() - Static method in class org.apache.hop.core.reflection.StringSearchResult
- getResultRows() - Method in class org.apache.hop.pipeline.Pipeline
- getReturnType() - Method in interface org.apache.hop.core.auth.core.IAuthenticationConsumerFactory
- getReturnType() - Method in class org.apache.hop.core.auth.core.impl.DefaultAuthenticationConsumerFactory
- getRootFolder() - Method in class org.apache.hop.execution.local.FileExecutionInfoLocation
- GetRootServlet - Class in org.apache.hop.www
- GetRootServlet() - Constructor for class org.apache.hop.www.GetRootServlet
- getRow() - Method in class org.apache.hop.pipeline.DatabaseImpact
- getRow() - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
In case of getRow, we receive data from previous transforms through the input rowset.
- getRow() - Method in interface org.apache.hop.pipeline.transform.IRowHandler
- getRow() - Method in interface org.apache.hop.pipeline.transform.ITransform
- getRowBuffer() - Method in class org.apache.hop.pipeline.debug.TransformDebugMeta
- getRowBufferMeta() - Method in class org.apache.hop.pipeline.debug.TransformDebugMeta
- getRowCount() - Method in class org.apache.hop.pipeline.debug.TransformDebugMeta
- getRowDistribution() - Method in class org.apache.hop.pipeline.transform.TransformMeta
- getRowFrom(IRowSet) - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Gets the row from.
- getRowFrom(IRowSet) - Method in interface org.apache.hop.pipeline.transform.IRowHandler
- getRowHandler() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- getRowListeners() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- getRowListeners() - Method in interface org.apache.hop.pipeline.transform.ITransform
- getRowMeta() - Method in class org.apache.hop.execution.sampler.ExecutionDataSamplerStoreBase
-
Gets rowMeta
- getRowMeta(IVariables, ITransformData) - Method in interface org.apache.hop.core.IProvidesModelerMeta
- getRowMetaForUpdate(IRowMeta, String[], String[], String[], String[]) - Static method in class org.apache.hop.pipeline.transform.utils.RowMetaUtils
- getRows() - Method in class org.apache.hop.execution.sampler.ExecutionDataSamplerStoreBase
-
Gets rows
- getRowsBinaryGzipBase64Encoded() - Method in class org.apache.hop.execution.ExecutionData
-
Encode the rows in binary compressed and encoded format fit for inclusion in JSON
- getRowSet() - Method in class org.apache.hop.pipeline.RowProducer
- getRowsets() - Method in class org.apache.hop.pipeline.Pipeline
-
Gets the rowsets for the pipeline.
- getRowSetSize() - Method in class org.apache.hop.pipeline.engines.local.LocalPipelineRunConfiguration
-
Gets rowSetSize
- getRowSetSize() - Method in class org.apache.hop.pipeline.Pipeline
-
Gets rowSetSize
- getRunConfiguration() - Method in interface org.apache.hop.IExecutionConfiguration
- getRunConfiguration() - Method in class org.apache.hop.pipeline.PipelineExecutionConfiguration
- getRunConfiguration() - Method in class org.apache.hop.workflow.WorkflowExecutionConfiguration
- getRunConfigurationName() - Method in class org.apache.hop.execution.Execution
-
Gets runConfigurationName
- getRunConfigurationName() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineRunConfiguration
-
Gets runConfigurationName
- getRunConfigurationName() - Method in class org.apache.hop.run.HopRun
-
Gets runConfigurationName
- getRunConfigurationName() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowRunConfiguration
-
Gets runConfigurationName
- getRunConfigurationName() - Method in class org.apache.hop.www.service.WebService
-
Gets runConfigurationName
- getRunThread(int) - Method in class org.apache.hop.pipeline.Pipeline
-
Gets the run thread for the transform at the specified index.
- getRunThread(String, int) - Method in class org.apache.hop.pipeline.Pipeline
-
Gets the run thread for the transform with the specified name and copy number.
- getSampleDescription() - Method in class org.apache.hop.execution.ExecutionDataSetMeta
-
Gets sampleDescription
- getSamplerMeta() - Method in class org.apache.hop.execution.sampler.ExecutionDataSamplerStoreBase
-
Gets samplerMeta
- getSamplerMeta() - Method in class org.apache.hop.execution.sampler.plugins.random.RandomRowsExecutionDataSamplerStore
-
Gets samplerMeta
- getSampleRowMeta() - Method in class org.apache.hop.pipeline.transform.TransformStatus
- getSampleRows() - Method in class org.apache.hop.pipeline.transform.TransformStatus
- getSamplers() - Method in class org.apache.hop.execution.profiling.ExecutionDataProfile
-
Gets samplers
- getSamples() - Method in class org.apache.hop.core.file.TextFileInputField
- getSamples() - Method in interface org.apache.hop.execution.sampler.IExecutionDataSamplerStore
-
Return a map of keys and rows of data.
- getSamples() - Method in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSamplerStore
- getSamples() - Method in class org.apache.hop.execution.sampler.plugins.first.FirstRowsExecutionDataSamplerStore
- getSamples() - Method in class org.apache.hop.execution.sampler.plugins.last.LastRowsExecutionDataSamplerStore
- getSamples() - Method in class org.apache.hop.execution.sampler.plugins.random.RandomRowsExecutionDataSamplerStore
- getSampleSize() - Method in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSampler
-
Gets sampleSize
- getSampleSize() - Method in class org.apache.hop.execution.sampler.plugins.ExecutionDataSamplerBase
-
Gets sampleSize
- getSampleSize() - Method in class org.apache.hop.pipeline.engines.local.LocalPipelineRunConfiguration
-
Gets sampleSize
- getSamplesMetadata() - Method in interface org.apache.hop.execution.sampler.IExecutionDataSamplerStore
-
Get some extra information about the data samples.
- getSamplesMetadata() - Method in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSamplerStore
- getSamplesMetadata() - Method in class org.apache.hop.execution.sampler.plugins.first.FirstRowsExecutionDataSamplerStore
- getSamplesMetadata() - Method in class org.apache.hop.execution.sampler.plugins.last.LastRowsExecutionDataSamplerStore
- getSamplesMetadata() - Method in class org.apache.hop.execution.sampler.plugins.random.RandomRowsExecutionDataSamplerStore
- getSampleTypeInGui() - Method in class org.apache.hop.pipeline.engines.local.LocalPipelineRunConfiguration
-
Gets sampleTypeInGui
- getSampleTypes(ILogChannel, IHopMetadataProvider) - Method in class org.apache.hop.pipeline.engines.local.LocalPipelineRunConfiguration
- getSchedulerType() - Method in class org.apache.hop.workflow.actions.start.ActionStart
- getSchemaName() - Method in interface org.apache.hop.core.IProvidesDatabaseConnectionInformation
-
Returns the schema name for this transform.
- getScreenMagnification() - Method in class org.apache.hop.core.gui.BasePainter
-
Gets screenMagnification
- getSearchableClass() - Method in class org.apache.hop.core.search.BaseMetadataSearchableAnalyser
- getSearchableClass() - Method in class org.apache.hop.core.search.DatabaseMetaSearchableAnalyser
- getSearchableClass() - Method in class org.apache.hop.core.search.DescribedVariableSearchableAnalyser
- getSearchableClass() - Method in class org.apache.hop.core.search.HopServerSearchableAnalyser
- getSearchableClass() - Method in class org.apache.hop.core.search.PartitionSchemaSearchableAnalyser
- getSearchableClass() - Method in class org.apache.hop.core.search.PipelineRunConfigurationSearchableAnalyser
- getSearchableClass() - Method in class org.apache.hop.core.search.WorkflowRunConfigurationSearchableAnalyser
- getSearchableClass() - Method in class org.apache.hop.pipeline.PipelineMetaSearchAnalyser
- getSearchableClass() - Method in class org.apache.hop.workflow.WorkflowMetaSearchAnalyser
- getSearchablesLocations() - Method in class org.apache.hop.search.HopSearch
-
Gets searchablesLocations
- getSearchString() - Method in class org.apache.hop.search.HopSearch
-
Gets searchString
- getSeconds() - Method in class org.apache.hop.pipeline.transform.TransformStatus
- getSelectedActions() - Method in class org.apache.hop.workflow.WorkflowMeta
-
Gets the selected actions.
- getSelectedLocations() - Method in class org.apache.hop.workflow.WorkflowMeta
-
Gets the selected locations.
- getSelectedNoteLocations() - Method in class org.apache.hop.pipeline.PipelineMeta
-
Get an array of all the selected note locations.
- getSelectedNoteLocations() - Method in class org.apache.hop.workflow.WorkflowMeta
-
Get all the selected note locations
- getSelectedNotes() - Method in class org.apache.hop.base.AbstractMeta
-
Gets a list of all selected notes.
- getSelectedTransformLocations() - Method in class org.apache.hop.pipeline.PipelineMeta
-
Get an array of all the selected transform locations.
- getSelectedTransformNames() - Method in class org.apache.hop.pipeline.PipelineMeta
-
Gets an array of all the selected transform names.
- getSelectedTransforms() - Method in class org.apache.hop.pipeline.PipelineMeta
-
Gets a list of the selected transforms.
- getSelectionRectangle() - Method in class org.apache.hop.core.gui.BasePainter
- getSeparator() - Method in interface org.apache.hop.core.file.IInputFileMeta
-
Deprecated.
- getSeqNr() - Method in class org.apache.hop.pipeline.performance.PerformanceSnapShot
- getServer() - Method in class org.apache.hop.execution.remote.RemoteExecutionInfoLocation
-
Gets server
- getServer() - Method in class org.apache.hop.www.WebServer
- getServerAndPort(IVariables) - Method in class org.apache.hop.server.HopServer
- getServerConfig() - Method in class org.apache.hop.www.BaseHttpServlet
-
Gets serverConfig
- getServerName() - Method in class org.apache.hop.execution.remote.RemoteExecutionInfoLocation
-
Gets serverName
- getServerPollDelay() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
-
Gets serverPollDelay
- getServerPollDelay() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineRunConfiguration
-
Gets serverPollDelay
- getServerPollDelay() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
-
Gets serverPollDelay
- getServerPollDelay() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowRunConfiguration
-
Gets serverPollDelay
- getServerPollInterval() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
-
Gets serverPollInterval
- getServerPollInterval() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineRunConfiguration
-
Gets serverPollInterval
- getServerPollInterval() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
-
Gets serverPollInterval
- getServerPollInterval() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowRunConfiguration
-
Gets serverPollInterval
- getService() - Method in class org.apache.hop.www.AddExportServlet
- getService() - Method in class org.apache.hop.www.AddPipelineServlet
- getService() - Method in class org.apache.hop.www.AddWorkflowServlet
- getService() - Method in class org.apache.hop.www.BaseHopServerPlugin
- getService() - Method in class org.apache.hop.www.BodyHttpServlet
- getService() - Method in class org.apache.hop.www.DeleteExecutionInfoServlet
- getService() - Method in class org.apache.hop.www.GetExecutionInfoServlet
- getService() - Method in class org.apache.hop.www.GetPipelineImageServlet
- getService() - Method in class org.apache.hop.www.GetPipelineStatusServlet
- getService() - Method in class org.apache.hop.www.GetRootServlet
- getService() - Method in class org.apache.hop.www.GetStatusServlet
- getService() - Method in class org.apache.hop.www.GetWorkflowImageServlet
- getService() - Method in class org.apache.hop.www.GetWorkflowStatusServlet
- getService() - Method in interface org.apache.hop.www.IHopServerServlet
- getService() - Method in class org.apache.hop.www.PausePipelineServlet
- getService() - Method in class org.apache.hop.www.PrepareExecutionPipelineServlet
- getService() - Method in class org.apache.hop.www.RegisterExecutionInfoServlet
- getService() - Method in class org.apache.hop.www.RemovePipelineServlet
- getService() - Method in class org.apache.hop.www.RemoveWorkflowServlet
- getService() - Method in class org.apache.hop.www.SniffTransformServlet
- getService() - Method in class org.apache.hop.www.StartExecutionPipelineServlet
- getService() - Method in class org.apache.hop.www.StartPipelineServlet
- getService() - Method in class org.apache.hop.www.StartWorkflowServlet
- getService() - Method in class org.apache.hop.www.StopPipelineServlet
- getService() - Method in class org.apache.hop.www.StopWorkflowServlet
- getService() - Method in class org.apache.hop.www.WebServiceServlet
- getServletRequest() - Method in class org.apache.hop.pipeline.Pipeline
- getServletResponse() - Method in class org.apache.hop.pipeline.Pipeline
- getSetKey() - Method in class org.apache.hop.execution.ExecutionDataSetMeta
-
Gets setKey
- getSetMetaData() - Method in class org.apache.hop.execution.ExecutionData
-
Gets setDescriptions
- getSharedXmlFilename() - Method in class org.apache.hop.imp.HopImport
-
Gets sharedXmlFilename
- getSharedXmlFilename() - Method in class org.apache.hop.imp.HopImportBase
-
Gets sharedXmlFilename
- getSharedXmlFilename() - Method in interface org.apache.hop.imp.IHopImport
-
Gets sharedXmlFilename
- getShutdownPort() - Method in class org.apache.hop.server.HopServer
- getSkippingExistingTargetFiles() - Method in class org.apache.hop.imp.HopImport
-
Gets skippingExistingTargetFiles
- getSkippingFolders() - Method in class org.apache.hop.imp.HopImport
-
Gets skippingFolders
- getSkippingHiddenFilesAndFolders() - Method in class org.apache.hop.imp.HopImport
-
Gets skippingHiddenFilesAndFolders
- getSnappyInputStream(int, InputStream) - Static method in class org.apache.hop.core.compress.hadoopsnappy.HadoopSnappyCompressionInputStream
-
Gets an InputStream that uses the snappy codec and wraps the supplied base input stream.
- getSnappyInputStream(InputStream) - Static method in class org.apache.hop.core.compress.hadoopsnappy.HadoopSnappyCompressionInputStream
-
Gets a CompressionInputStream that uses the snappy codec and wraps the supplied base input stream.
- getSnappyOutputStream(int, OutputStream) - Static method in class org.apache.hop.core.compress.hadoopsnappy.HadoopSnappyCompressionOutputStream
-
Gets an OutputStream that uses the snappy codec and wraps the supplied base output stream.
- getSnappyOutputStream(OutputStream) - Static method in class org.apache.hop.core.compress.hadoopsnappy.HadoopSnappyCompressionOutputStream
-
Gets an OutputStream that uses the snappy codec and wraps the supplied base output stream.
- getSnapshot() - Method in class org.apache.hop.core.logging.LoggingMetric
- getSourceRows() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
-
Gets sourceRows
- getSourceRows() - Method in class org.apache.hop.workflow.Workflow
-
Gets sourceRows
- getSourceServerName() - Method in class org.apache.hop.www.SocketPortAllocation
- getSourceTransform() - Method in class org.apache.hop.pipeline.transform.TransformErrorMeta
- getSourceTransformCopy() - Method in class org.apache.hop.www.SocketPortAllocation
- getSourceTransformName() - Method in class org.apache.hop.www.SocketPortAllocation
- getSourceTransforms() - Method in class org.apache.hop.lineage.ValueLineage
- getSpeed() - Method in class org.apache.hop.pipeline.transform.TransformStatus
- getSql() - Method in class org.apache.hop.pipeline.DatabaseImpact
- getSqlStatements(IProgressMonitor, IVariables) - Method in class org.apache.hop.workflow.WorkflowMeta
- getSqlStatements(IVariables) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Builds a list of all the Sql statements that this pipeline needs in order to work properly.
- getSqlStatements(IVariables, IProgressMonitor) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Builds a list of all the Sql statements that this pipeline needs in order to work properly.
- getSqlStatements(IVariables, PipelineMeta, TransformMeta, IRowMeta, IHopMetadataProvider) - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
-
Standard method to return an SqlStatement object with Sql statements that the transform needs in order to work correctly.
- getSqlStatements(IVariables, PipelineMeta, TransformMeta, IRowMeta, IHopMetadataProvider) - Method in interface org.apache.hop.pipeline.transform.ITransformMeta
-
Standard method to return an SqlStatement object with Sql statements that the transform needs in order to work correctly.
- getSqlStatements(IHopMetadataProvider, IProgressMonitor, IVariables) - Method in class org.apache.hop.workflow.WorkflowMeta
-
Builds a list of all the SQL statements that this pipeline needs in order to work properly.
- getSqlStatements(IHopMetadataProvider, IVariables) - Method in class org.apache.hop.workflow.action.ActionBase
-
Gets the SQL statements needed by this action to execute successfully, given a set of variables.
- getSqlStatements(IHopMetadataProvider, IVariables) - Method in interface org.apache.hop.workflow.action.IAction
-
Gets the SQL statements needed by this action to execute successfully, given a set of variables.
- getSqlStatementsString(IVariables) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Get the Sql statements (needed to run this pipeline) as a single String.
- getSslConfig() - Method in class org.apache.hop.server.HopServer
- getStandardPluginTypes() - Static method in class org.apache.hop.core.HopEnvironment
- getStart() - Method in class org.apache.hop.workflow.WorkflowMeta
-
Gets the start.
- getStartActionMeta() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
-
Gets start action meta
- getStartActionMeta() - Method in class org.apache.hop.workflow.Workflow
-
Gets the start action meta.
- getStartActionName() - Method in class org.apache.hop.workflow.WorkflowExecutionConfiguration
- getStartActionName() - Method in class org.apache.hop.workflow.WorkflowMeta
- getStartActionResult() - Method in class org.apache.hop.workflow.Workflow
- getStartDate() - Method in class org.apache.hop.pipeline.engine.EngineMetrics
-
Gets startDate
- getStartHopAction() - Method in class org.apache.hop.workflow.WorkflowPainter
- getStartHopTransform() - Method in class org.apache.hop.pipeline.PipelinePainter
- getStateMap() - Method in class org.apache.hop.history.AuditState
-
Gets stateMap
- getStateMap() - Method in class org.apache.hop.pipeline.PipelinePainter
-
Gets stateMap
- getStatus() - Method in class org.apache.hop.pipeline.engine.EngineComponent
-
Gets status
- getStatus() - Method in interface org.apache.hop.pipeline.engine.IEngineComponent
-
Get the execution status of the component
- getStatus() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
-
Gets status
- getStatus() - Method in class org.apache.hop.pipeline.Pipeline
-
Gets the status of the pipeline (Halting, Finished, Paused, etc.)
- getStatus() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- getStatus() - Method in class org.apache.hop.pipeline.transform.BaseTransformData
-
Get the status of this transform data.
- getStatus() - Method in interface org.apache.hop.pipeline.transform.ITransform
- getStatus() - Method in interface org.apache.hop.pipeline.transform.ITransformData
-
Gets the status.
- getStatus() - Method in class org.apache.hop.www.jaxrs.PipelineStatus
- getStatus() - Method in class org.apache.hop.www.jaxrs.WorkflowStatus
- getStatus(IVariables) - Method in class org.apache.hop.server.HopServer
- getStatusDescription() - Method in class org.apache.hop.execution.ExecutionState
-
Gets statusDescription
- getStatusDescription() - Method in class org.apache.hop.pipeline.engine.EngineComponent
-
Gets statusDescription
- getStatusDescription() - Method in interface org.apache.hop.pipeline.engine.IEngineComponent
- getStatusDescription() - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
- getStatusDescription() - Method in class org.apache.hop.pipeline.engines.local.LocalPipelineEngine
- getStatusDescription() - Method in class org.apache.hop.pipeline.engines.localsingle.LocalSinglePipelineEngine
- getStatusDescription() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- getStatusDescription() - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Gets the status description.
- getStatusDescription() - Method in class org.apache.hop.pipeline.transform.TransformStatus
- getStatusDescription() - Method in interface org.apache.hop.workflow.engine.IWorkflowEngine
- getStatusDescription() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
-
Gets statusDescription
- getStatusDescription() - Method in class org.apache.hop.workflow.Workflow
- getStatusDescription() - Method in class org.apache.hop.www.HopServerPipelineStatus
- getStatusDescription() - Method in class org.apache.hop.www.HopServerStatus
- getStatusDescription() - Method in class org.apache.hop.www.HopServerWorkflowStatus
- getStatusDescription() - Method in class org.apache.hop.www.jaxrs.ServerStatus
- getStatusFromDescription(String) - Static method in enum org.apache.hop.pipeline.engine.EngineComponent.ComponentExecutionStatus
- GetStatusServlet - Class in org.apache.hop.www
- GetStatusServlet() - Constructor for class org.apache.hop.www.GetStatusServlet
- GetStatusServlet(PipelineMap, WorkflowMap) - Constructor for class org.apache.hop.www.GetStatusServlet
- getStore() - Method in class org.apache.hop.execution.sampler.ExecutionDataSamplerStoreBase
- getStore() - Method in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSamplerStore
- getStore() - Method in class org.apache.hop.execution.sampler.plugins.first.FirstRowsExecutionDataSamplerStore
- getStore() - Method in class org.apache.hop.execution.sampler.plugins.last.LastRowsExecutionDataSamplerStore
- getStore() - Method in class org.apache.hop.execution.sampler.plugins.random.RandomRowsExecutionDataSamplerStore
- getStreamFields() - Method in interface org.apache.hop.core.IProvidesModelerMeta
- getStreamIcon() - Method in interface org.apache.hop.pipeline.transform.stream.IStream
- getStreamIcon() - Method in class org.apache.hop.pipeline.transform.stream.Stream
- getStreamIconImage(StreamIcon, boolean) - Static method in class org.apache.hop.core.gui.BasePainter
- getStreamType() - Method in interface org.apache.hop.pipeline.transform.stream.IStream
- getStreamType() - Method in class org.apache.hop.pipeline.transform.stream.Stream
- getString() - Method in class org.apache.hop.core.reflection.StringSearchResult
- getString(String) - Method in class org.apache.hop.core.util.PluginMessages
- getString(String, Object...) - Static method in class org.apache.hop.workflow.action.validator.ValidatorMessages
- getString(String, String) - Method in class org.apache.hop.core.util.PluginMessages
- getString(String, String, String) - Method in class org.apache.hop.core.util.PluginMessages
- getString(String, String, String, String) - Method in class org.apache.hop.core.util.PluginMessages
- getString(String, String, String, String, String) - Method in class org.apache.hop.core.util.PluginMessages
- getString(String, String, String, String, String, String) - Method in class org.apache.hop.core.util.PluginMessages
- getString(String, String, String, String, String, String, String) - Method in class org.apache.hop.core.util.PluginMessages
- getStringFromBundle(String, String, Object...) - Static method in class org.apache.hop.workflow.action.validator.ValidatorMessages
- getStringList(boolean, boolean, boolean) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Get a list of all the strings used in this pipeline.
- getStringList(boolean, boolean, boolean) - Method in class org.apache.hop.workflow.WorkflowMeta
-
Get a list of all the strings used in this workflow.
- getStringList(boolean, boolean, boolean, boolean) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Gets a list of all the strings used in this pipeline.
- getSubject() - Method in class org.apache.hop.core.gui.BasePainter
- getSubject() - Method in interface org.apache.hop.pipeline.transform.stream.IStream
- getSubject() - Method in class org.apache.hop.pipeline.transform.stream.Stream
- getSuggestion() - Method in class org.apache.hop.pipeline.transform.TransformMeta
- getSuggestion() - Method in class org.apache.hop.workflow.action.ActionMeta
- getSupportedAuthenticationPerformers(Class<ReturnType>, Class<CreateArgType>) - Method in class org.apache.hop.core.auth.core.AuthenticationManager
- getSupportedCipherSuites() - Method in class org.apache.hop.core.truststore.CustomSocketFactory
- getSupportedPipelineTypes() - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
- getSystemInfo() - Method in class org.apache.hop.www.jaxrs.HopServerResource
- getSystemProperties() - Method in class org.apache.hop.run.HopRun
-
Gets systemProperties
- getSystemProperties() - Method in class org.apache.hop.www.HopServer
-
Gets systemProperties
- getTable() - Method in class org.apache.hop.pipeline.DatabaseImpact
- getTableFields(IVariables) - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
-
Gets the table fields.
- getTableFields(IVariables) - Method in interface org.apache.hop.pipeline.transform.ITransformMeta
- getTableName() - Method in interface org.apache.hop.core.IProvidesDatabaseConnectionInformation
-
Returns the table name for this transform
- getTagValueAsBoolean(Node, String, boolean) - Method in class org.apache.hop.base.BaseHopMeta
- getTargetConfigFilename() - Method in class org.apache.hop.imp.HopImport
-
Gets targetConfigFilename
- getTargetConfigFilename() - Method in class org.apache.hop.imp.HopImportBase
-
Gets targetConfigFilename
- getTargetConfigFilename() - Method in interface org.apache.hop.imp.IHopImport
-
Gets targetConfigFilename
- getTargetServerName() - Method in class org.apache.hop.www.SocketPortAllocation
- getTargetStreams() - Method in interface org.apache.hop.pipeline.transform.ITransformIOMeta
- getTargetStreams() - Method in class org.apache.hop.pipeline.transform.TransformIOMeta
- getTargetTransform() - Method in class org.apache.hop.pipeline.transform.TransformErrorMeta
- getTargetTransformCopy() - Method in class org.apache.hop.www.SocketPortAllocation
- getTargetTransformName() - Method in class org.apache.hop.www.SocketPortAllocation
- getTargetTransformNames() - Method in interface org.apache.hop.pipeline.transform.ITransformIOMeta
- getTargetTransformNames() - Method in class org.apache.hop.pipeline.transform.TransformIOMeta
- getTargetTransformPartitioningMeta() - Method in class org.apache.hop.pipeline.transform.TransformMeta
- getter - Variable in class org.apache.hop.core.injection.bean.BeanLevelInfo
-
Getter and setter.
- getText() - Method in class org.apache.hop.pipeline.transform.TransformOption
- getTheta() - Method in class org.apache.hop.core.gui.BasePainter
- getThisTransformFields(IVariables, String, IRowMeta) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Return the fields that are emitted by a transform with a certain name.
- getThisTransformFields(IVariables, TransformMeta, TransformMeta, IRowMeta) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Returns the fields that are emitted by a transform.
- getThisTransformFields(IVariables, TransformMeta, TransformMeta, IRowMeta, IProgressMonitor) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Returns the fields that are emitted by a transform.
- getThreadCount() - Method in class org.apache.hop.www.HopServerStatus
- getThreadCount() - Method in class org.apache.hop.www.jaxrs.ServerStatus
- getThreadDialogs() - Static method in class org.apache.hop.core.gui.GuiFactory
- getTimeDifference() - Method in class org.apache.hop.pipeline.performance.PerformanceSnapShot
- getToAction() - Method in class org.apache.hop.workflow.WorkflowHopMeta
- getTooltip() - Method in class org.apache.hop.pipeline.engine.EngineMetric
-
Gets tooltip
- getTooltip() - Method in interface org.apache.hop.pipeline.engine.IEngineMetric
- getTotalErrors() - Method in class org.apache.hop.pipeline.performance.PerformanceSnapShot
- getTotalLinesInput() - Method in class org.apache.hop.pipeline.performance.PerformanceSnapShot
- getTotalLinesOutput() - Method in class org.apache.hop.pipeline.performance.PerformanceSnapShot
- getTotalLinesRead() - Method in class org.apache.hop.pipeline.performance.PerformanceSnapShot
- getTotalLinesRejected() - Method in class org.apache.hop.pipeline.performance.PerformanceSnapShot
- getTotalLinesUpdated() - Method in class org.apache.hop.pipeline.performance.PerformanceSnapShot
- getTotalLinesWritten() - Method in class org.apache.hop.pipeline.performance.PerformanceSnapShot
- getTotalNumberOfHits() - Method in class org.apache.hop.pipeline.debug.PipelineDebugMeta
- getTotalNumberOfItems() - Method in class org.apache.hop.core.gui.WorkflowTracker
- getTotalRows(List<IRowSet>) - Method in class org.apache.hop.pipeline.SingleThreadedPipelineExecutor
- getToTransform() - Method in class org.apache.hop.pipeline.PipelineHopMeta
- getTransform() - Method in class org.apache.hop.core.gui.SvgGc
- getTransform() - Method in class org.apache.hop.pipeline.RowProducer
- getTransform() - Method in class org.apache.hop.pipeline.transform.TransformMeta
- getTransform(int) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Retrieves a transform on a certain location (i.e.
- getTransform(int, int, int) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Find the transform that is located on a certain point on the canvas, taking into account the icon size.
- getTransform(String, int) - Method in class org.apache.hop.pipeline.Pipeline
-
Find the ITransform (thread) by looking it up using the name.
- getTransformData(String, int) - Method in class org.apache.hop.pipeline.Pipeline
-
Finds the ITransformData (currently) associated with the specified transform.
- getTransformDebugMetaMap() - Method in class org.apache.hop.pipeline.debug.PipelineDebugMeta
- getTransformErrorMeta() - Method in class org.apache.hop.pipeline.transform.TransformMeta
- getTransformFields(IVariables, String) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Returns the fields that are emitted by a certain transform name.
- getTransformFields(IVariables, TransformMeta) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Returns the fields that are emitted by a certain transform.
- getTransformFields(IVariables, TransformMeta[]) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Gets the fields for each of the specified transforms and merges them into a single set
- getTransformFields(IVariables, TransformMeta, IProgressMonitor) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Returns the fields that are emitted by a certain transform.
- getTransformFields(IVariables, TransformMeta, TransformMeta, IProgressMonitor) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Returns the fields that are emitted by a certain transform.
- getTransformFinishedListeners() - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Gets transformFinishedListeners
- getTransformImages() - Method in class org.apache.hop.core.gui.SwingGUIResource
- getTransformIndexes(List<TransformMeta>) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Gets an array of the locations of an array of transforms.
- getTransformIOMeta() - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
- getTransformIOMeta() - Method in interface org.apache.hop.pipeline.transform.ITransformMeta
-
Returns the Input/Output metadata for this transform.
- getTransformIOMeta(boolean) - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
-
Returns the Input/Output metadata for this transform.
- getTransformLogMap() - Method in class org.apache.hop.pipeline.PipelinePainter
- getTransformMeta() - Method in class org.apache.hop.pipeline.debug.TransformDebugMeta
- getTransformMeta() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- getTransformMeta() - Method in interface org.apache.hop.pipeline.transform.ITransform
- getTransformMeta() - Method in interface org.apache.hop.pipeline.transform.stream.IStream
- getTransformMeta() - Method in class org.apache.hop.pipeline.transform.stream.Stream
- getTransformMetas() - Method in class org.apache.hop.pipeline.CheckTransformsExtension
- getTransformName() - Method in class org.apache.hop.execution.sampler.ExecutionDataSamplerMeta
-
Gets transformName
- getTransformName() - Method in class org.apache.hop.pipeline.DatabaseImpact
- getTransformName() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- getTransformName() - Method in interface org.apache.hop.pipeline.transform.ITransform
-
Get the name of the transform.
- getTransformName() - Method in interface org.apache.hop.pipeline.transform.stream.IStream
- getTransformName() - Method in class org.apache.hop.pipeline.transform.stream.Stream
- getTransformName() - Method in class org.apache.hop.pipeline.transform.TransformStatus
- getTransformName() - Method in class org.apache.hop.pipeline.transforms.missing.Missing
- getTransformName() - Method in class org.apache.hop.www.service.WebService
-
Gets transformName
- getTransformNames() - Method in class org.apache.hop.pipeline.PipelineMeta
-
Gets the names of all the transforms.
- getTransformPartitioningMeta() - Method in class org.apache.hop.pipeline.transform.TransformMeta
- getTransformPerformanceCapturingDelay() - Method in class org.apache.hop.pipeline.PipelineMeta
-
Gets the transform performance capturing delay.
- getTransformPerformanceCapturingDelay() - Method in class org.apache.hop.pipeline.PipelineMetaInfo
-
Gets transformPerformanceCapturingDelay
- getTransformPerformanceCapturingSizeLimit() - Method in class org.apache.hop.pipeline.PipelineMeta
-
Gets the transform performance capturing size limit.
- getTransformPerformanceCapturingSizeLimit() - Method in class org.apache.hop.pipeline.PipelineMetaInfo
-
Gets transformPerformanceCapturingSizeLimit
- getTransformPerformanceSnapShots() - Method in class org.apache.hop.pipeline.Pipeline
-
Gets a named list (map) of transform performance snapshots.
- getTransformPluginId() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- getTransformPluginId() - Method in interface org.apache.hop.pipeline.transform.ITransform
- getTransformPluginId() - Method in class org.apache.hop.pipeline.transform.TransformMeta
- getTransforms() - Method in class org.apache.hop.pipeline.Pipeline
-
Gets a list of transforms in the pipeline.
- getTransforms() - Method in class org.apache.hop.pipeline.PipelineMeta
-
Get a list of defined transforms in this pipeline.
- getTransforms(String) - Method in class org.apache.hop.pipeline.Pipeline
-
Find the available executing transform copies for the transform with the specified name
- getTransformsArray() - Method in class org.apache.hop.pipeline.PipelineMeta
-
Gets all the transforms as an array.
- getTransformStartedListeners() - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Gets transformStartedListeners
- getTransformStatuses() - Method in class org.apache.hop.www.jaxrs.PipelineStatus
- getTransformStatusList() - Method in class org.apache.hop.www.HopServerPipelineStatus
- getTranslatedDescription() - Method in class org.apache.hop.core.injection.bean.BeanInjectionInfo.Group
- getTranslatedDescription() - Method in class org.apache.hop.core.injection.bean.BeanInjectionInfo.Property
- getTrimType() - Method in class org.apache.hop.core.file.TextFileInputField
- getTrimType() - Method in class org.apache.hop.pipeline.transforms.file.BaseFileField
- getTrimTypeCode() - Method in class org.apache.hop.core.file.TextFileInputField
- getTrimTypeCode() - Method in class org.apache.hop.pipeline.transforms.file.BaseFileField
- getTrimTypeDesc() - Method in class org.apache.hop.core.file.TextFileInputField
- getTrimTypeDesc() - Method in class org.apache.hop.pipeline.transforms.file.BaseFileField
- getType() - Method in class org.apache.hop.core.file.TextFileInputField
- getType() - Method in class org.apache.hop.core.undo.ChangeAction
- getType() - Method in class org.apache.hop.core.util.TypeFieldDefinition
- getType() - Method in class org.apache.hop.history.AuditEvent
-
Gets type
- getType() - Method in class org.apache.hop.imp.HopImport
-
Gets type
- getType() - Method in class org.apache.hop.pipeline.DatabaseImpact
- getType() - Method in class org.apache.hop.pipeline.transforms.file.BaseFileField
- getType() - Method in class org.apache.hop.pipeline.transforms.injector.InjectorField
-
Gets type
- getTypeDesc() - Method in class org.apache.hop.core.file.TextFileInputField
- getTypeDesc() - Method in class org.apache.hop.pipeline.DatabaseImpact
- getTypeDesc() - Method in class org.apache.hop.pipeline.transforms.file.BaseFileField
- getTypeDesc() - Method in class org.apache.hop.workflow.action.ActionBase
-
Gets the plug-in type description
- getTypeDesc() - Method in class org.apache.hop.workflow.action.ActionMeta
- getTypeDesc(String) - Static method in class org.apache.hop.pipeline.DatabaseImpact
- getTypeDescription() - Method in class org.apache.hop.core.util.TypeFieldDefinition
- getTypeId() - Method in class org.apache.hop.pipeline.transform.TransformMeta
-
Support for ICheckResultSource
- getTypeId() - Method in interface org.apache.hop.resource.IResourceHolder
-
Gets the high-level type of resource holder.
- getTypeId() - Method in class org.apache.hop.workflow.action.ActionBase
- getUndoSize() - Method in class org.apache.hop.base.AbstractMeta
-
Gets the undo size.
- getUniversalImage(ClassLoader, String) - Static method in class org.apache.hop.core.util.SwingSvgImageUtil
-
Load image from several sources.
- getUpdateTime() - Method in class org.apache.hop.execution.ExecutionState
-
Gets updateTime
- getUptime() - Method in class org.apache.hop.www.HopServerStatus
- getUptime() - Method in class org.apache.hop.www.jaxrs.ServerStatus
- getUsedDatabaseConnections() - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
-
Deprecated.
- getUsedDatabaseConnections() - Method in class org.apache.hop.workflow.action.ActionBase
-
Gets all the database connections that are used by the action.
- getUsedTransforms() - Method in class org.apache.hop.pipeline.PipelineMeta
-
Gets the list of used transforms, which are the transforms that are connected by hops.
- getUsedVariables() - Method in class org.apache.hop.pipeline.PipelineMeta
-
Gets a list of the used variables in this pipeline.
- getUsedVariables() - Method in class org.apache.hop.workflow.WorkflowMeta
-
Gets the used variables.
- getUsedVariables(IVariables, PipelineMeta) - Method in class org.apache.hop.pipeline.PipelineExecutionConfiguration
- getUsedVariables(WorkflowMeta, IVariables) - Method in class org.apache.hop.workflow.WorkflowExecutionConfiguration
-
Extracts used variables and their values.
- getUseOriginalPathInTargetName() - Method in class org.apache.hop.resource.SimpleResourceNaming
- getUsername() - Method in class org.apache.hop.core.auth.UsernamePasswordAuthenticationProvider
- getUsername() - Method in class org.apache.hop.server.HopServer
- getUsername() - Method in class org.apache.hop.www.HopServer
-
Gets stopUsername
- getValue() - Method in class org.apache.hop.core.util.KeyValue
- getValue() - Method in class org.apache.hop.pipeline.DatabaseImpact
- getValue() - Method in class org.apache.hop.pipeline.transform.TransformOption
- getValue() - Method in class org.apache.hop.www.jaxrs.NVPair
- getValueLineages() - Method in class org.apache.hop.lineage.PipelineDataLineage
- getValueMeta() - Method in class org.apache.hop.lineage.ValueLineage
- getValueOrigin() - Method in class org.apache.hop.pipeline.DatabaseImpact
- getVariable(String) - Method in class org.apache.hop.pipeline.Pipeline
-
Gets the value of the specified variable, or returns a default value if no such variable exists.
- getVariable(String) - Method in class org.apache.hop.pipeline.transform.BaseTransform
- getVariable(String) - Method in class org.apache.hop.workflow.action.ActionBase
-
Gets the value of the specified variable, or returns a default value if no such variable exists
- getVariable(String, String) - Method in class org.apache.hop.pipeline.Pipeline
-
Gets the value of the specified variable, or returns a default value if no such variable exists.
- getVariable(String, String) - Method in class org.apache.hop.pipeline.transform.BaseTransform
- getVariable(String, String) - Method in class org.apache.hop.workflow.action.ActionBase
-
Gets the value of the specified variable, or returns a default value if no such variable exists
- getVariableBoolean(String, boolean) - Method in class org.apache.hop.pipeline.Pipeline
-
Returns a boolean representation of the specified variable after performing any necessary substitution.
- getVariableBoolean(String, boolean) - Method in class org.apache.hop.pipeline.transform.BaseTransform
- getVariableBoolean(String, boolean) - Method in class org.apache.hop.workflow.action.ActionBase
-
Returns a boolean representation of the specified variable after performing any necessary substitution.
- getVariableCounter() - Method in class org.apache.hop.imp.HopImportBase
-
Gets variableCounter
- getVariableNames() - Method in class org.apache.hop.pipeline.Pipeline
-
Gets a list of variable names for the pipeline.
- getVariableNames() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- getVariableNames() - Method in class org.apache.hop.workflow.action.ActionBase
-
Gets a list of variable names for the action
- getVariables() - Method in class org.apache.hop.core.gui.BasePainter
-
Gets variables
- getVariables() - Method in class org.apache.hop.execution.remote.RemoteExecutionInfoLocation
-
Gets variables
- getVariables() - Method in class org.apache.hop.imp.HopImport
-
Gets variables
- getVariables() - Method in class org.apache.hop.imp.HopImportBase
-
Gets variables
- getVariables() - Method in class org.apache.hop.pipeline.Pipeline
-
Gets variables
- getVariables() - Method in class org.apache.hop.run.HopRun
-
Gets variables
- getVariables() - Method in class org.apache.hop.search.HopSearch
-
Gets variables
- getVariables() - Method in class org.apache.hop.workflow.action.ActionBase
-
Gets the variable bindings for the action.
- getVariables() - Method in class org.apache.hop.www.HopServer
-
Gets variables
- getVariables() - Method in class org.apache.hop.www.HopServerConfig
-
Gets variables
- getVariables() - Method in class org.apache.hop.www.WebServer
-
Gets variables
- getVariablesMap() - Method in interface org.apache.hop.IExecutionConfiguration
- getVariablesMap() - Method in class org.apache.hop.pipeline.PipelineExecutionConfiguration
- getVariablesMap() - Method in class org.apache.hop.workflow.WorkflowExecutionConfiguration
- getVariableSpace() - Method in class org.apache.hop.pipeline.CheckTransformsExtension
- getVariableSpace(ICheckResultSource, String, List<ICheckResult>, ValidatorContext) - Method in class org.apache.hop.workflow.action.validator.AbstractFileValidator
- getVariableValues() - Method in class org.apache.hop.execution.Execution
-
Gets variableValues
- getVersion() - Method in class org.apache.hop.core.HopVersionProvider
- getViewPort() - Method in class org.apache.hop.core.gui.BasePainter
-
Gets viewPort
- getVisibleAreaOwner(List<AreaOwner<Owner, Parent>>, int, int) - Static method in class org.apache.hop.core.gui.AreaOwner
-
Find the last area owner, the one drawn last, for the given coordinate.
- getWaitTime() - Method in class org.apache.hop.pipeline.engines.local.LocalPipelineRunConfiguration
-
Gets waitTime
- getWebAppName() - Method in class org.apache.hop.server.HopServer
- getWebServer() - Method in class org.apache.hop.www.HopServer
- getWeekDay() - Method in class org.apache.hop.workflow.actions.start.ActionStart
- getWidth() - Method in class org.apache.hop.core.NotePadMeta
- getWorfkflowFilename() - Method in class org.apache.hop.core.gui.WorkflowTracker
- getWorkflow(String) - Static method in class org.apache.hop.www.jaxrs.HopServerResource
- getWorkflow(String) - Method in class org.apache.hop.www.WorkflowMap
-
Find the first workflow in the list that comes to mind!
- getWorkflow(HopServerObjectEntry) - Method in class org.apache.hop.www.WorkflowMap
- getWorkflowExecutionConfiguration() - Method in class org.apache.hop.workflow.WorkflowConfiguration
- getWorkflowFinishedListeners() - Method in interface org.apache.hop.workflow.engine.IWorkflowEngine
- getWorkflowFinishedListeners() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
-
Gets workflowFinishedListeners
- getWorkflowFinishedListeners() - Method in class org.apache.hop.workflow.Workflow
-
Gets workflowFinishedListeners
- getWorkflowHop(int) - Method in class org.apache.hop.workflow.WorkflowMeta
-
Gets the workflow hop.
- getWorkflowHops() - Method in class org.apache.hop.workflow.WorkflowMeta
-
Gets the workflow hops.
- GetWorkflowImageServlet - Class in org.apache.hop.www
- GetWorkflowImageServlet() - Constructor for class org.apache.hop.www.GetWorkflowImageServlet
- getWorkflowLog(String) - Method in class org.apache.hop.www.jaxrs.WorkflowResource
- getWorkflowLog(String, int) - Method in class org.apache.hop.www.jaxrs.WorkflowResource
- getWorkflowMap() - Method in class org.apache.hop.www.BaseHttpServlet
- getWorkflowMap() - Method in class org.apache.hop.www.HopServerSingleton
- getWorkflowMap() - Method in class org.apache.hop.www.WebServer
- getWorkflowMeta() - Method in interface org.apache.hop.workflow.engine.IWorkflowEngine
- getWorkflowMeta() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
-
Gets workflowMeta
- getWorkflowMeta() - Method in class org.apache.hop.workflow.Workflow
- getWorkflowMeta() - Method in class org.apache.hop.workflow.WorkflowConfiguration
- getWorkflowMeta() - Method in class org.apache.hop.workflow.WorkflowPainter
- getWorkflowName() - Method in class org.apache.hop.core.gui.WorkflowTracker
- getWorkflowName() - Method in interface org.apache.hop.workflow.engine.IWorkflowEngine
- getWorkflowName() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- getWorkflowName() - Method in class org.apache.hop.workflow.Workflow
- getWorkflowName() - Method in class org.apache.hop.www.HopServerWorkflowStatus
- getWorkflowObjects() - Method in class org.apache.hop.www.WorkflowMap
- getWorkflowRunConfiguration() - Method in interface org.apache.hop.workflow.engine.IWorkflowEngine
- getWorkflowRunConfiguration() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
-
Gets workflowRunConfiguration
- getWorkflowRunConfiguration() - Method in class org.apache.hop.workflow.Workflow
-
Gets workflowRunConfiguration
- getWorkflows() - Method in class org.apache.hop.www.jaxrs.HopServerResource
- getWorkflowsDetails() - Method in class org.apache.hop.www.jaxrs.HopServerResource
- getWorkflowStartedListeners() - Method in interface org.apache.hop.workflow.engine.IWorkflowEngine
- getWorkflowStartedListeners() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
-
Gets workflowStartedListeners
- getWorkflowStartedListeners() - Method in class org.apache.hop.workflow.Workflow
-
Gets workflowStartedListeners
- getWorkflowStatus() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- getWorkflowStatus() - Method in class org.apache.hop.workflow.WorkflowMeta
-
Gets the status of the workflow.
- getWorkflowStatus(String) - Method in class org.apache.hop.www.jaxrs.WorkflowResource
- getWorkflowStatus(IVariables, String, String, int) - Method in class org.apache.hop.server.HopServer
- getWorkflowStatusList() - Method in class org.apache.hop.www.HopServerStatus
- GetWorkflowStatusServlet - Class in org.apache.hop.www
- GetWorkflowStatusServlet() - Constructor for class org.apache.hop.www.GetWorkflowStatusServlet
- GetWorkflowStatusServlet(WorkflowMap) - Constructor for class org.apache.hop.www.GetWorkflowStatusServlet
- getWorkflowTracker() - Method in interface org.apache.hop.workflow.engine.IWorkflowEngine
- getWorkflowTracker() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
-
Gets workflowTracker
- getWorkflowTracker() - Method in class org.apache.hop.workflow.Workflow
- getWorkflowTracker(int) - Method in class org.apache.hop.core.gui.WorkflowTracker
- getWorkflowTrackers() - Method in class org.apache.hop.core.gui.WorkflowTracker
-
Returns a list that contains all workflow trackers.
- getWorkflowVersion() - Method in class org.apache.hop.workflow.WorkflowMeta
-
Gets the version of the workflow.
- getXml() - Method in class org.apache.hop.core.NotePadMeta
- getXml() - Method in class org.apache.hop.core.util.AbstractTransformMeta
-
Produces the XML string that describes this transform's information.
- getXml() - Method in class org.apache.hop.core.util.PluginPropertyHandler.AppendXml
- getXml() - Method in interface org.apache.hop.pipeline.IPartitioner
-
Gets the xml.
- getXml() - Method in class org.apache.hop.pipeline.ModPartitioner
- getXml() - Method in class org.apache.hop.pipeline.PipelineHopMeta
- getXml() - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
-
Produces the XML string that describes this transform's information.
- getXml() - Method in interface org.apache.hop.pipeline.transform.ITransformMeta
-
Get the XML that represents the values in this transform
- getXml() - Method in class org.apache.hop.pipeline.transform.TransformErrorMeta
- getXml() - Method in class org.apache.hop.pipeline.transform.TransformMeta
- getXml() - Method in class org.apache.hop.pipeline.transform.TransformPartitioningMeta
- getXml() - Method in class org.apache.hop.pipeline.transform.TransformStatus
- getXml() - Method in class org.apache.hop.workflow.action.ActionBase
-
This method is called by Hop whenever a action needs to serialize its settings to XML.
- getXml() - Method in class org.apache.hop.workflow.action.ActionMeta
- getXml() - Method in interface org.apache.hop.workflow.action.IAction
-
This method is called by Apache Hop whenever a action needs to serialize its settings to XML.
- getXml() - Method in class org.apache.hop.workflow.actions.dummy.ActionDummy
- getXml() - Method in class org.apache.hop.workflow.WorkflowHopMeta
- getXml() - Method in class org.apache.hop.www.HopServerPipelineStatus
- getXml() - Method in class org.apache.hop.www.HopServerStatus
- getXml() - Method in class org.apache.hop.www.HopServerWorkflowStatus
- getXml() - Method in class org.apache.hop.www.SslConfiguration
- getXml() - Method in class org.apache.hop.www.WebResult
- getXml(boolean) - Method in class org.apache.hop.www.HopServerPipelineStatus
- getXml(IVariables) - Method in interface org.apache.hop.core.IEngineMeta
-
Gets the XML representation.
- getXml(IVariables) - Method in class org.apache.hop.pipeline.PipelineConfiguration
- getXml(IVariables) - Method in class org.apache.hop.pipeline.PipelineExecutionConfiguration
- getXml(IVariables) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Gets the XML representation of this pipeline.
- getXml(IVariables) - Method in class org.apache.hop.server.HopServer
- getXml(IVariables) - Method in class org.apache.hop.workflow.WorkflowConfiguration
- getXml(IVariables) - Method in class org.apache.hop.workflow.WorkflowExecutionConfiguration
- getXml(IVariables) - Method in class org.apache.hop.workflow.WorkflowMeta
-
Gets the XML representation of this workflow.
- getXml(IVariables) - Method in class org.apache.hop.www.HopServerConfig
- getZoomFactor() - Method in class org.apache.hop.core.gui.BasePainter
-
Gets zoomFactor
- GRAPH - org.apache.hop.core.gui.IGc.EFont
- graphPort - Variable in class org.apache.hop.core.gui.BasePainter
- gray - Variable in class org.apache.hop.core.gui.SvgGc
- GRAY - org.apache.hop.core.gui.IGc.EColor
- green - Variable in class org.apache.hop.core.gui.SvgGc
- GREEN - org.apache.hop.core.gui.IGc.EColor
- gridSize - Variable in class org.apache.hop.core.gui.BasePainter
- group() - Method in annotation type org.apache.hop.core.injection.Injection
-
Injection group.
- Group(String, String) - Constructor for class org.apache.hop.core.injection.bean.BeanInjectionInfo.Group
- groups() - Method in annotation type org.apache.hop.core.injection.InjectionSupported
- groupsList - Variable in class org.apache.hop.core.injection.bean.BeanInjectionInfo
- groupsMap - Variable in class org.apache.hop.core.injection.bean.BeanInjectionInfo
-
Used only for fast group search during initialize.
- guess() - Method in class org.apache.hop.core.file.TextFileInputField
- guess() - Method in class org.apache.hop.pipeline.transforms.file.BaseFileField
- guessEncodingType(String) - Static method in enum org.apache.hop.core.file.EncodingType
- guessIgnore() - Method in class org.apache.hop.core.file.TextFileInputField
- guessIgnore() - Method in class org.apache.hop.pipeline.transforms.file.BaseFileField
- guessPrecision(double) - Static method in class org.apache.hop.core.file.TextFileInputField
- guessPrecision(double) - Static method in class org.apache.hop.pipeline.transforms.file.BaseFileField
- guessTrimType() - Method in class org.apache.hop.core.file.TextFileInputField
- guessTrimType() - Method in class org.apache.hop.pipeline.transforms.file.BaseFileField
- guessType() - Method in class org.apache.hop.core.file.TextFileInputField
- guessType() - Method in class org.apache.hop.pipeline.transforms.file.BaseFileField
- GUI_PLUGIN_ELEMENT_PARENT_ID - Static variable in class org.apache.hop.execution.ExecutionInfoLocation
- GUI_PLUGIN_ELEMENT_PARENT_ID - Static variable in class org.apache.hop.execution.profiling.ExecutionDataProfile
- GUI_PLUGIN_ELEMENT_PARENT_ID - Static variable in class org.apache.hop.pipeline.config.PipelineRunConfiguration
- GUI_PLUGIN_ELEMENT_PARENT_ID - Static variable in class org.apache.hop.workflow.config.WorkflowRunConfiguration
- GuiFactory - Class in org.apache.hop.core.gui
- GuiFactory() - Constructor for class org.apache.hop.core.gui.GuiFactory
- GzipCompressionInputStream - Class in org.apache.hop.core.compress.gzip
- GzipCompressionInputStream(InputStream, ICompressionProvider) - Constructor for class org.apache.hop.core.compress.gzip.GzipCompressionInputStream
- GzipCompressionOutputStream - Class in org.apache.hop.core.compress.gzip
- GzipCompressionOutputStream(OutputStream, ICompressionProvider) - Constructor for class org.apache.hop.core.compress.gzip.GzipCompressionOutputStream
- GzipCompressionProvider - Class in org.apache.hop.core.compress.gzip
- GzipCompressionProvider() - Constructor for class org.apache.hop.core.compress.gzip.GzipCompressionProvider
H
- HadoopSnappyCompressionInputStream - Class in org.apache.hop.core.compress.hadoopsnappy
- HadoopSnappyCompressionInputStream(InputStream, ICompressionProvider) - Constructor for class org.apache.hop.core.compress.hadoopsnappy.HadoopSnappyCompressionInputStream
- HadoopSnappyCompressionOutputStream - Class in org.apache.hop.core.compress.hadoopsnappy
- HadoopSnappyCompressionOutputStream(OutputStream, ICompressionProvider) - Constructor for class org.apache.hop.core.compress.hadoopsnappy.HadoopSnappyCompressionOutputStream
- HadoopSnappyCompressionProvider - Class in org.apache.hop.core.compress.hadoopsnappy
- HadoopSnappyCompressionProvider() - Constructor for class org.apache.hop.core.compress.hadoopsnappy.HadoopSnappyCompressionProvider
- handle(IPluginProperty) - Method in class org.apache.hop.core.util.PluginPropertyHandler.AbstractHandler
-
Handle property.
- handle(IPluginProperty) - Method in class org.apache.hop.core.util.PluginPropertyHandler.AppendXml
- handle(IPluginProperty) - Method in class org.apache.hop.core.util.PluginPropertyHandler.Fail
- handle(IPluginProperty) - Method in class org.apache.hop.core.util.PluginPropertyHandler.LoadXml
- handle(IPluginProperty) - Method in class org.apache.hop.core.util.PluginPropertyHandler.ReadFromPreferences
- handle(IPluginProperty) - Method in class org.apache.hop.core.util.PluginPropertyHandler.SaveToPreferences
- handleFile(FileObject) - Method in class org.apache.hop.pipeline.transform.errorhandling.AbstractFileErrorHandler
- handleFile(FileObject) - Method in class org.apache.hop.pipeline.transform.errorhandling.CompositeFileErrorHandler
- handleFile(FileObject) - Method in interface org.apache.hop.pipeline.transform.errorhandling.IFileErrorHandler
-
Tells the handler which file is being processed.
- handleGetRowFrom(IRowSet) - Method in class org.apache.hop.pipeline.transform.BaseTransform
- handleLineError(long, String) - Method in class org.apache.hop.pipeline.transform.errorhandling.CompositeFileErrorHandler
- handleLineError(long, String) - Method in class org.apache.hop.pipeline.transform.errorhandling.FileErrorHandlerContentLineNumber
- handleLineError(long, String) - Method in class org.apache.hop.pipeline.transform.errorhandling.FileErrorHandlerMissingFiles
- handleLineError(long, String) - Method in interface org.apache.hop.pipeline.transform.errorhandling.IFileErrorHandler
-
This method handles an error when processing the line with corresponding lineNr.
- handleMissingFiles(FileInputList, ILogChannel, boolean, IFileErrorHandler) - Static method in class org.apache.hop.pipeline.transforms.file.BaseFileInputTransformUtils
- handleNonAccessibleFile(FileObject) - Method in class org.apache.hop.pipeline.transform.errorhandling.CompositeFileErrorHandler
- handleNonAccessibleFile(FileObject) - Method in class org.apache.hop.pipeline.transform.errorhandling.FileErrorHandlerContentLineNumber
- handleNonAccessibleFile(FileObject) - Method in class org.apache.hop.pipeline.transform.errorhandling.FileErrorHandlerMissingFiles
- handleNonAccessibleFile(FileObject) - Method in interface org.apache.hop.pipeline.transform.errorhandling.IFileErrorHandler
-
This method handles a file that is required, but is not accessible.
- handleNonExistantFile(FileObject) - Method in class org.apache.hop.pipeline.transform.errorhandling.CompositeFileErrorHandler
- handleNonExistantFile(FileObject) - Method in class org.apache.hop.pipeline.transform.errorhandling.FileErrorHandlerContentLineNumber
- handleNonExistantFile(FileObject) - Method in class org.apache.hop.pipeline.transform.errorhandling.FileErrorHandlerMissingFiles
- handleNonExistantFile(FileObject) - Method in interface org.apache.hop.pipeline.transform.errorhandling.IFileErrorHandler
-
This method handles a file that is required, but does not exist.
- handleOpenFileException(Exception) - Method in class org.apache.hop.pipeline.transforms.file.BaseFileInputTransform
- handleOption(ILogChannel, IHasHopMetadataProvider, IVariables) - Method in class org.apache.hop.config.SetHopConfigVariables
- handlePutError(IVariables, IRowMeta, Object[], long, String, String, String) - Method in class org.apache.hop.pipeline.transform.BaseTransform
- handlePutRowTo(IRowMeta, Object[], IRowSet) - Method in class org.apache.hop.pipeline.transform.BaseTransform
- handleRequest(IHopServerRequestHandler.IHopServerRequest) - Method in class org.apache.hop.www.BaseHopServerPlugin
- handleRequest(IHopServerRequestHandler.IHopServerRequest) - Method in interface org.apache.hop.www.IHopServerRequestHandler
- handleStreamSelection(IStream) - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
-
When an optional stream is selected, this method is called to handled the ETL metadata implications of that.
- handleStreamSelection(IStream) - Method in interface org.apache.hop.pipeline.transform.ITransformMeta
-
When an optional stream is selected, this method is called to handled the ETL metadata implications of that.
- hasChanged() - Method in class org.apache.hop.base.AbstractMeta
- hasChanged() - Method in class org.apache.hop.base.BaseHopMeta
- hasChanged() - Method in class org.apache.hop.core.changed.ChangedFlag
-
Checks whether or not this has changed.
- hasChanged() - Method in interface org.apache.hop.core.changed.IChanged
- hasChanged() - Method in class org.apache.hop.core.NotePadMeta
- hasChanged() - Method in class org.apache.hop.pipeline.PipelineMeta
-
Checks whether or not the pipeline has changed.
- hasChanged() - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
-
Checks for changed.
- hasChanged() - Method in interface org.apache.hop.pipeline.transform.ITransformMeta
- hasChanged() - Method in class org.apache.hop.pipeline.transform.TransformMeta
- hasChanged() - Method in class org.apache.hop.pipeline.transform.TransformPartitioningMeta
- hasChanged() - Method in class org.apache.hop.workflow.action.ActionBase
-
Checks whether the action has changed
- hasChanged() - Method in class org.apache.hop.workflow.action.ActionMeta
- hasChanged() - Method in interface org.apache.hop.workflow.action.IAction
-
Checks whether the action has changed
- hasChanged() - Method in class org.apache.hop.workflow.WorkflowMeta
- hasChanged(boolean) - Method in class org.apache.hop.pipeline.transform.TransformPartitioningMeta
- hasHaltedComponents - Variable in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- hasHaltedComponents() - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
-
See if there are any halted components in the engine: actions, auditing, ...
- hasHaltedComponents() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- hasHaltedComponents() - Method in class org.apache.hop.pipeline.Pipeline
-
Checks whether the pipeline has any components that are halted.
- hashCode() - Method in class org.apache.hop.base.AbstractMeta
- hashCode() - Method in class org.apache.hop.core.ConcurrentMapProperties
- hashCode() - Method in class org.apache.hop.execution.ExecutionData
- hashCode() - Method in class org.apache.hop.execution.sampler.plugins.ExecutionDataSamplerBase
- hashCode() - Method in class org.apache.hop.history.AuditState
- hashCode() - Method in class org.apache.hop.partition.PartitionSchema
- hashCode() - Method in class org.apache.hop.pipeline.engine.EngineComponent
- hashCode() - Method in class org.apache.hop.pipeline.engine.EngineMetric
- hashCode() - Method in class org.apache.hop.pipeline.engines.EmptyPipelineRunConfiguration
- hashCode() - Method in class org.apache.hop.pipeline.PipelineHopMeta
- hashCode() - Method in class org.apache.hop.pipeline.transform.stream.Stream
- hashCode() - Method in class org.apache.hop.pipeline.transform.TransformMeta
- hashCode() - Method in class org.apache.hop.pipeline.transform.TransformPartitioningMeta
- hashCode() - Method in class org.apache.hop.server.HopServer
- hashCode() - Method in class org.apache.hop.workflow.action.ActionBase
- hashCode() - Method in class org.apache.hop.workflow.action.ActionMeta
- hashCode() - Method in class org.apache.hop.workflow.engines.empty.EmptyWorkflowRunConfiguration
- hashCode() - Method in class org.apache.hop.www.HopServerObjectEntry
- hashCode() - Method in class org.apache.hop.www.SocketPortAllocation
- hasHeader() - Method in interface org.apache.hop.core.file.IInputFileMeta
-
Deprecated.
- hasHeader() - Method in interface org.apache.hop.pipeline.transforms.common.ICsvInputAwareMeta
- hasLoop(TransformMeta) - Method in class org.apache.hop.pipeline.PipelineMeta
-
See if there are any loops in the pipeline, starting at the indicated transform.
- hasLoop(TransformMeta, TransformMeta) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Checks for loop.
- hasLoop(ActionMeta) - Method in class org.apache.hop.workflow.WorkflowMeta
-
Checks for loop.
- hasLoop(ActionMeta, ActionMeta) - Method in class org.apache.hop.workflow.WorkflowMeta
-
Checks for loop.
- hasMatch(String) - Method in class org.apache.hop.core.injection.bean.BeanInjectionInfo.Property
- hasMatchingProperty(String) - Method in class org.apache.hop.core.injection.bean.BeanInjectionInfo.Group
- hasMissingPlugins() - Method in class org.apache.hop.base.AbstractMeta
- hasMissingPlugins() - Method in class org.apache.hop.pipeline.PipelineMeta
- hasMissingPlugins() - Method in class org.apache.hop.workflow.WorkflowMeta
- hasProperty(Object, String) - Method in class org.apache.hop.core.injection.bean.BeanInjector
- hasTerminator() - Method in class org.apache.hop.pipeline.transform.TransformMeta
- hasTransformStarted(String, int) - Method in class org.apache.hop.pipeline.Pipeline
-
Checks whether the specified transform (or transform copy) has started.
- haveActionsChanged() - Method in class org.apache.hop.workflow.WorkflowMeta
-
Have actions changed.
- haveHopsChanged() - Method in class org.apache.hop.pipeline.PipelineMeta
-
Checks whether or not any of the hops have been changed.
- haveNotesChanged() - Method in class org.apache.hop.base.AbstractMeta
-
Checks whether or not any of the notes have been changed.
- haveTransformsChanged() - Method in class org.apache.hop.pipeline.PipelineMeta
-
Checks whether or not the transforms have changed.
- haveWorkflowHopsChanged() - Method in class org.apache.hop.workflow.WorkflowMeta
-
Have workflow hops changed.
- height - Variable in class org.apache.hop.core.NotePadMeta
- hidden - Variable in class org.apache.hop.pipeline.transforms.file.BaseFileInputTransformData
- hiddenField - Variable in class org.apache.hop.pipeline.transforms.file.BaseFileInputAdditionalField
- hide() - Method in annotation type org.apache.hop.core.injection.InjectionSupported
- hideProperties - Variable in class org.apache.hop.core.injection.bean.BeanInjectionInfo
- HOP_COPY_ICON - org.apache.hop.core.gui.AreaOwner.AreaType
- HOP_DEFAULT - org.apache.hop.core.gui.IGc.EColor
- HOP_ERROR_ICON - org.apache.hop.core.gui.AreaOwner.AreaType
- HOP_FALSE - org.apache.hop.core.gui.IGc.EColor
- HOP_INFO_ICON - org.apache.hop.core.gui.AreaOwner.AreaType
- HOP_INFO_TRANSFORM_COPIES_ERROR - org.apache.hop.core.gui.AreaOwner.AreaType
- HOP_INFO_TRANSFORMS_PARTITIONED - org.apache.hop.core.gui.AreaOwner.AreaType
- HOP_ROOT - Static variable in class org.apache.hop.www.StatusServletUtils
- HOP_SERVER_RETRIES - Static variable in class org.apache.hop.server.HopServer
- HOP_SERVER_RETRY_BACKOFF_INCREMENTS - Static variable in class org.apache.hop.server.HopServer
- HOP_TRUE - org.apache.hop.core.gui.IGc.EColor
- HopConfig - Class in org.apache.hop.config
- HopConfig() - Constructor for class org.apache.hop.config.HopConfig
- hopDefault - Variable in class org.apache.hop.core.gui.SvgGc
- HopEncrypt - Class in org.apache.hop.encryption
- HopEncrypt() - Constructor for class org.apache.hop.encryption.HopEncrypt
- HopEnvironment - Class in org.apache.hop.core
-
The HopEnvironment class contains settings and properties for all of Hop.
- HopEnvironment() - Constructor for class org.apache.hop.core.HopEnvironment
- hopFalse - Variable in class org.apache.hop.core.gui.SvgGc
- HopImport - Class in org.apache.hop.imp
- HopImport() - Constructor for class org.apache.hop.imp.HopImport
- HopImportBase - Class in org.apache.hop.imp
- HopImportBase() - Constructor for class org.apache.hop.imp.HopImportBase
- HopLoginConfiguration(AppConfigurationEntry[]) - Constructor for class org.apache.hop.core.auth.kerberos.KerberosUtil.HopLoginConfiguration
- HopRun - Class in org.apache.hop.run
- HopRun() - Constructor for class org.apache.hop.run.HopRun
- hops - Variable in class org.apache.hop.pipeline.PipelineMeta
-
The list of hops associated with the pipeline.
- HopSearch - Class in org.apache.hop.search
- HopSearch() - Constructor for class org.apache.hop.search.HopSearch
- hopServer - Variable in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- hopServer - Variable in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- HopServer - Class in org.apache.hop.server
- HopServer - Class in org.apache.hop.www
- HopServer() - Constructor for class org.apache.hop.server.HopServer
- HopServer() - Constructor for class org.apache.hop.www.HopServer
- HopServer(String, String, String, String, String, String) - Constructor for class org.apache.hop.server.HopServer
- HopServer(String, String, String, String, String, String, String, String, String) - Constructor for class org.apache.hop.server.HopServer
- HopServer(String, String, String, String, String, String, String, String, String, boolean) - Constructor for class org.apache.hop.server.HopServer
- HopServer(HopServer) - Constructor for class org.apache.hop.server.HopServer
- HopServer(Node) - Constructor for class org.apache.hop.server.HopServer
- HopServer.HopServerCommandException - Exception in org.apache.hop.www
-
Exception generated when command line fails
- HopServerCommandException(String) - Constructor for exception org.apache.hop.www.HopServer.HopServerCommandException
- HopServerCommandException(String, Throwable) - Constructor for exception org.apache.hop.www.HopServer.HopServerCommandException
- HopServerConfig - Class in org.apache.hop.www
- HopServerConfig() - Constructor for class org.apache.hop.www.HopServerConfig
- HopServerConfig(String, int, int, boolean) - Constructor for class org.apache.hop.www.HopServerConfig
- HopServerConfig(ILogChannel, Node) - Constructor for class org.apache.hop.www.HopServerConfig
- HopServerConfig(HopServer) - Constructor for class org.apache.hop.www.HopServerConfig
- hopServerName - Variable in class org.apache.hop.pipeline.engines.remote.RemotePipelineRunConfiguration
- hopServerName - Variable in class org.apache.hop.workflow.engines.remote.RemoteWorkflowRunConfiguration
- HopServerObjectEntry - Class in org.apache.hop.www
-
A carte object entry in the pipeline or workflow maps
- HopServerObjectEntry() - Constructor for class org.apache.hop.www.HopServerObjectEntry
- HopServerObjectEntry(String, String) - Constructor for class org.apache.hop.www.HopServerObjectEntry
- HopServerPipelineStatus - Class in org.apache.hop.www
- HopServerPipelineStatus() - Constructor for class org.apache.hop.www.HopServerPipelineStatus
- HopServerPipelineStatus(String, String, String) - Constructor for class org.apache.hop.www.HopServerPipelineStatus
- HopServerPipelineStatus(Node) - Constructor for class org.apache.hop.www.HopServerPipelineStatus
- HopServerPluginType - Class in org.apache.hop.core.plugins
-
This class represents the carte plugin type.
- HopServerResource - Class in org.apache.hop.www.jaxrs
- HopServerResource() - Constructor for class org.apache.hop.www.jaxrs.HopServerResource
- HopServerSearchableAnalyser - Class in org.apache.hop.core.search
- HopServerSearchableAnalyser() - Constructor for class org.apache.hop.core.search.HopServerSearchableAnalyser
- HopServerServlet - Class in org.apache.hop.www
- HopServerServlet - Annotation Type in org.apache.hop.core.annotations
-
This annotation signals to the Hop plugin registry that it needs to consider the annotated class as a carte servlet plugin.
- HopServerServlet() - Constructor for class org.apache.hop.www.HopServerServlet
- HopServerSingleton - Class in org.apache.hop.www
- HopServerStatus - Class in org.apache.hop.www
- HopServerStatus() - Constructor for class org.apache.hop.www.HopServerStatus
- HopServerStatus(String) - Constructor for class org.apache.hop.www.HopServerStatus
- HopServerStatus(String, List<HopServerPipelineStatus>, List<HopServerWorkflowStatus>) - Constructor for class org.apache.hop.www.HopServerStatus
- HopServerStatus(Node) - Constructor for class org.apache.hop.www.HopServerStatus
- HopServerTypeMetadata - Class in org.apache.hop.pipeline.engines.remote
- HopServerTypeMetadata - Class in org.apache.hop.workflow.engines.remote
- HopServerTypeMetadata() - Constructor for class org.apache.hop.pipeline.engines.remote.HopServerTypeMetadata
- HopServerTypeMetadata() - Constructor for class org.apache.hop.workflow.engines.remote.HopServerTypeMetadata
- HopServerWorkflowStatus - Class in org.apache.hop.www
- HopServerWorkflowStatus() - Constructor for class org.apache.hop.www.HopServerWorkflowStatus
- HopServerWorkflowStatus(String, String, String) - Constructor for class org.apache.hop.www.HopServerWorkflowStatus
- HopServerWorkflowStatus(Node) - Constructor for class org.apache.hop.www.HopServerWorkflowStatus
- hopTrue - Variable in class org.apache.hop.core.gui.SvgGc
- HopTrustManager - Class in org.apache.hop.core.truststore
-
This is a wrapper around a standard X509TrustManager.
- HopTrustManager(KeyStore, String, String) - Constructor for class org.apache.hop.core.truststore.HopTrustManager
- HopVersionProvider - Class in org.apache.hop.core
- HopVersionProvider() - Constructor for class org.apache.hop.core.HopVersionProvider
- HostAddress - org.apache.hop.execution.Execution.EnvironmentDetailType
- HostName - org.apache.hop.execution.Execution.EnvironmentDetailType
- HttpProtocol - Class in org.apache.hop.core
-
HTTP
- HttpProtocol() - Constructor for class org.apache.hop.core.HttpProtocol
I
- IAction - Interface in org.apache.hop.workflow.action
-
IAction is the main Java interface that a plugin implements.
- IActionDialog - Interface in org.apache.hop.workflow.action
-
IActionDialog is the Java interface that implements the settings dialog of a action plugin.
- IActionListener<T extends WorkflowMeta> - Interface in org.apache.hop.workflow
- IActionValidator - Interface in org.apache.hop.workflow.action.validator
-
The interface of a action validator.
- IAddUndoPosition - Interface in org.apache.hop.core
- IAuditManager - Interface in org.apache.hop.history
-
This interface describes all the things you can do with a history manager
- IAuthenticationConsumer<ReturnType,ConsumedType> - Interface in org.apache.hop.core.auth.core
- IAuthenticationConsumerFactory<ReturnType,CreateArgType,ConsumedType> - Interface in org.apache.hop.core.auth.core
- IAuthenticationConsumerType - Interface in org.apache.hop.core.auth
-
The IAuthenticationProvider interface specifies the operations needed to interact with an authentication method.
- IAuthenticationPerformer<ReturnType,CreateArgType> - Interface in org.apache.hop.core.auth.core
- IAuthenticationPerformerFactory - Interface in org.apache.hop.core.auth.core
- IAuthenticationProvider - Interface in org.apache.hop.core.auth.core
- IAuthenticationProviderType - Interface in org.apache.hop.core.auth
-
The IAuthenticationProvider interface specifies the operations needed to interact with an authentication method.
- IBaseFileInputReader - Interface in org.apache.hop.pipeline.transforms.file
-
Content-based reader for file.
- IBaseFileInputTransformControl - Interface in org.apache.hop.pipeline.transforms.file
-
Interface for some transform operations required for parse input file.
- IBaseMeta - Interface in org.apache.hop.base
-
Common methods of TransformMeta and ActionMeta.
- IBreakPointListener - Interface in org.apache.hop.pipeline.debug
- IChanged - Interface in org.apache.hop.core.changed
- ICompressionProvider - Interface in org.apache.hop.core.compress
-
The ICompressionProvider interface specifies the operations needed to interact with a stream whose data is compressed on output and decompressed on input.
- ICompressionProviderFactory - Interface in org.apache.hop.core.compress
- iconSize - Variable in class org.apache.hop.core.gui.BasePainter
- iconSize - Variable in class org.apache.hop.pipeline.PipelinePainterExtension
- iconSize - Variable in class org.apache.hop.workflow.WorkflowPainterExtension
- IContentChangedListener - Interface in org.apache.hop.core.listeners
-
This listener will be called by the parent object when its content changes.
- ICsvInputAwareMeta - Interface in org.apache.hop.pipeline.transforms.common
-
A common interface for all metas aware of the csv input format, such as CSV Input and Text File Input
- ICurrentDirectoryChangedListener - Interface in org.apache.hop.core.listeners
-
Listens for changes in
Internal.Entry.Current.Directory - id - Variable in class org.apache.hop.execution.ExecutionBuilder
- id - Variable in class org.apache.hop.pipeline.BasePartitioner
- id() - Method in annotation type org.apache.hop.core.annotations.Action
- id() - Method in annotation type org.apache.hop.core.annotations.HopServerServlet
- id() - Method in annotation type org.apache.hop.core.annotations.PartitionerPlugin
- id() - Method in annotation type org.apache.hop.core.annotations.Transform
- id() - Method in annotation type org.apache.hop.core.auth.AuthenticationConsumerPlugin
- id() - Method in annotation type org.apache.hop.core.auth.AuthenticationProviderPlugin
- id() - Method in annotation type org.apache.hop.core.compress.CompressionPlugin
- id() - Method in annotation type org.apache.hop.execution.plugin.ExecutionInfoLocationPlugin
- id() - Method in annotation type org.apache.hop.execution.sampler.ExecutionDataSamplerPlugin
- id() - Method in annotation type org.apache.hop.imp.ImportPlugin
- id() - Method in annotation type org.apache.hop.pipeline.engine.PipelineEnginePlugin
- id() - Method in annotation type org.apache.hop.workflow.engine.WorkflowEnginePlugin
- ID - Static variable in class org.apache.hop.core.plugins.ActionPluginType
- ID - Static variable in class org.apache.hop.workflow.actions.missing.MissingAction
-
Action unique identifier"
- ID - Static variable in class org.apache.hop.workflow.actions.start.ActionStart
-
Action unique identifier"
- IDelegationListener - Interface in org.apache.hop.workflow
- identifyErrorOutput() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- identifyErrorOutput() - Method in interface org.apache.hop.pipeline.transform.ITransform
-
To be used to flag an error output channel of a transform prior to execution for performance reasons.
- IDS - org.apache.hop.www.GetExecutionInfoServlet.Type
- IEngineComponent - Interface in org.apache.hop.pipeline.engine
-
An identifiable component of an execution engine
IPipelineEngineIn a pipeline engine this would be a transform - IEngineMeta - Interface in org.apache.hop.core
- IEngineMetric - Interface in org.apache.hop.pipeline.engine
- IExecutionConfiguration - Interface in org.apache.hop
- IExecutionDataSampler<Store extends IExecutionDataSamplerStore> - Interface in org.apache.hop.execution.sampler
-
This describes methods for sampling data from
- IExecutionDataSampler.ExecutionDataSamplerObjectFactory - Class in org.apache.hop.execution.sampler
-
This object factory is needed to instantiate the correct plugin class based on the value of the Object ID which is simply the object ID.
- IExecutionDataSamplerStore - Interface in org.apache.hop.execution.sampler
- IExecutionFinishedListener<T> - Interface in org.apache.hop.pipeline
-
A finished listener for executions of a pipeline or workflow
- IExecutionInfoLocation - Interface in org.apache.hop.execution
-
This interface describes how execution information can be interacted with for a certain location.
- IExecutionInfoLocation.ExecutionInfoLocationObjectFactory - Class in org.apache.hop.execution
-
This object factory is needed to instantiate the correct plugin class based on the value of the Object ID which is simply the object ID.
- IExecutionMatcher - Interface in org.apache.hop.execution
- IExecutionStartedListener<T> - Interface in org.apache.hop.pipeline
-
A started listener for pipeline engines
- IExecutionStoppedListener<T> - Interface in org.apache.hop.pipeline
- IExecutor - Interface in org.apache.hop.core
- IFileErrorHandler - Interface in org.apache.hop.pipeline.transform.errorhandling
- IFilenameChangedListener - Interface in org.apache.hop.core.listeners
-
A listener that will signal when the filename of an object changes.
- IFilePlayList - Interface in org.apache.hop.core.playlist
- IFinishedListener - Interface in org.apache.hop.pipeline.engine
- IGc - Interface in org.apache.hop.core.gui
- IGc.EColor - Enum in org.apache.hop.core.gui
- IGc.EFont - Enum in org.apache.hop.core.gui
- IGc.EImage - Enum in org.apache.hop.core.gui
- IGc.ELineStyle - Enum in org.apache.hop.core.gui
- IHasFilename - Interface in org.apache.hop.core.file
- IHasLogChannel - Interface in org.apache.hop.core.logging
- IHopImport - Interface in org.apache.hop.imp
- IHopObserver - Interface in org.apache.hop.core.changed
- IHopServerPlugin - Interface in org.apache.hop.www
- IHopServerRequestHandler - Interface in org.apache.hop.www
- IHopServerRequestHandler.IHopServerRequest - Interface in org.apache.hop.www
- IHopServerRequestHandler.IHopServerResponse - Interface in org.apache.hop.www
- IHopServerRequestHandler.IOutputStreamResponse - Interface in org.apache.hop.www
- IHopServerRequestHandler.IWriterResponse - Interface in org.apache.hop.www
- IHopServerServlet - Interface in org.apache.hop.www
- IHopUi - Interface in org.apache.hop.core.gui
- IInputFileMeta - Interface in org.apache.hop.core.file
-
Deprecated.replaced by implementation in the ...transforms.fileinput.text package
- ILogParentProvided - Interface in org.apache.hop.core.logging
- image() - Method in annotation type org.apache.hop.core.annotations.Action
- image() - Method in annotation type org.apache.hop.core.annotations.Transform
- importConnections() - Method in class org.apache.hop.imp.HopImportBase
- importConnections() - Method in interface org.apache.hop.imp.IHopImport
-
Import connections from the specified source files/folders
- importFiles() - Method in class org.apache.hop.imp.HopImportBase
- importFiles() - Method in interface org.apache.hop.imp.IHopImport
-
Import all files from the specified source folder to the target
- ImportPlugin - Annotation Type in org.apache.hop.imp
-
This signals to the plugin system that the annotated class is an Import plugin.
- ImportPluginType - Class in org.apache.hop.imp
-
This class represents the transform plugin type.
- ImportPluginType() - Constructor for class org.apache.hop.imp.ImportPluginType
- importVariables() - Method in class org.apache.hop.imp.HopImportBase
- importVariables() - Method in interface org.apache.hop.imp.IHopImport
-
Import variables from the specified source files/folders
- INameChangedListener - Interface in org.apache.hop.core.listeners
-
A listener that will signal when the name of an object changes.
- includeFilename() - Method in interface org.apache.hop.core.file.IInputFileMeta
-
Deprecated.
- includeRowNumber() - Method in interface org.apache.hop.core.file.IInputFileMeta
-
Deprecated.
- includeSubFolderBoolean() - Method in class org.apache.hop.pipeline.transforms.file.BaseFileInputFiles
- includeSubFolders - Variable in class org.apache.hop.pipeline.transforms.file.BaseFileInputFiles
-
Array of boolean values as string, indicating if we need to fetch sub folders.
- incrementComponentMetric(IEngineComponent, IEngineMetric) - Method in class org.apache.hop.pipeline.engine.EngineMetrics
-
Increment the amount for a specific metric (+1).
- incrementLinesInput() - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Increments the number of lines read from an input source: database, file, socket, etc.
- incrementLinesInput() - Method in interface org.apache.hop.pipeline.transforms.file.IBaseFileInputTransformControl
- incrementLinesOutput() - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Increments the number of lines written to an output target: database, file, socket, etc.
- incrementLinesRead() - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Increments the number of lines read from previous transforms by one
- incrementLinesRejected() - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Increments the number of lines rejected to an error handling transform
- incrementLinesSkipped() - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Increments the number of lines skipped
- incrementLinesUpdated() - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Increments the number of lines updated in an output target: database, file, socket, etc.
- incrementLinesUpdated() - Method in interface org.apache.hop.pipeline.transforms.file.IBaseFileInputTransformControl
- incrementLinesWritten() - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Increments the number of lines written to next transforms by one
- indexOfAction(ActionMeta) - Method in class org.apache.hop.workflow.WorkflowMeta
-
Index of action.
- indexOfNote(NotePadMeta) - Method in class org.apache.hop.base.AbstractMeta
-
Finds the location (index) of the specified note.
- indexOfPipelineHop(PipelineHopMeta) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Finds the location (index) of the specified hop.
- indexOfTransform(TransformMeta) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Finds the location (index) of the specified transform.
- indexOfWorkflowHop(WorkflowHopMeta) - Method in class org.apache.hop.workflow.WorkflowMeta
-
Index of workflow hop.
- indigo - Variable in class org.apache.hop.core.gui.SvgGc
- INDIGO - org.apache.hop.core.gui.IGc.EColor
- info - Variable in class org.apache.hop.pipeline.PipelineMeta
- info - Variable in class org.apache.hop.workflow.WorkflowMeta
- INFO - org.apache.hop.core.gui.IGc.EImage
- INFO - org.apache.hop.pipeline.transform.stream.IStream.StreamType
- INFO - org.apache.hop.pipeline.transform.stream.StreamIcon
- INFO_DISABLED - org.apache.hop.core.gui.IGc.EImage
- init() - Static method in class org.apache.hop.core.HopEnvironment
-
Initializes the Hop environment.
- init() - Method in class org.apache.hop.pipeline.SingleThreadedPipelineExecutor
- init() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- init() - Method in interface org.apache.hop.pipeline.transform.ITransform
-
Initialize and do work where other transforms need to wait for...
- init() - Method in class org.apache.hop.pipeline.transforms.file.BaseFileInputTransform
-
Initialize transform before execute.
- init() - Method in class org.apache.hop.pipeline.transforms.missing.MissingTransform
- init(List<IPluginType>) - Static method in class org.apache.hop.core.HopEnvironment
- init(ServletConfig) - Method in class org.apache.hop.www.HopServerServlet
- init(BeanInjectionInfo) - Method in class org.apache.hop.core.injection.bean.BeanLevelInfo
- init(BeanInjectionInfo, Map<String, Type>) - Method in class org.apache.hop.core.injection.bean.BeanLevelInfo
- init(IVariables, ILogChannel) - Method in class org.apache.hop.imp.HopImportBase
- init(IVariables, ILogChannel) - Method in interface org.apache.hop.imp.IHopImport
-
Initialize the importer
- init(IVariables, IRowMeta) - Method in class org.apache.hop.pipeline.BasePartitioner
-
Initialises the partitioner.
- init(IVariables, IRowMeta, IRowMeta) - Method in class org.apache.hop.execution.sampler.ExecutionDataSamplerStoreBase
- init(IVariables, IRowMeta, IRowMeta) - Method in interface org.apache.hop.execution.sampler.IExecutionDataSamplerStore
-
Initializes this sampler store
- init(IVariables, IRowMeta, IRowMeta) - Method in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSamplerStore
- init(IVariables, IRowMeta, IRowMeta) - Method in class org.apache.hop.execution.sampler.plugins.first.FirstRowsExecutionDataSamplerStore
- init(IVariables, IRowMeta, IRowMeta) - Method in class org.apache.hop.execution.sampler.plugins.last.LastRowsExecutionDataSamplerStore
- init(IVariables, IRowMeta, IRowMeta) - Method in class org.apache.hop.execution.sampler.plugins.random.RandomRowsExecutionDataSamplerStore
- initBeforeStart() - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
This method is executed by Pipeline right before the threads start and right after initialization.
- initBeforeStart() - Method in interface org.apache.hop.pipeline.transform.ITransform
-
This method is executed by Pipeline right before the threads start and right after initialization.
!!! A plugin implementing this method should make sure to also call super.initBeforeStart(); !!! - initialize(IVariables, IHopMetadataProvider) - Method in interface org.apache.hop.execution.IExecutionInfoLocation
-
Initialize a location.
- initialize(IVariables, IHopMetadataProvider) - Method in class org.apache.hop.execution.local.FileExecutionInfoLocation
- initialize(IVariables, IHopMetadataProvider) - Method in class org.apache.hop.execution.remote.RemoteExecutionInfoLocation
- initialized - Variable in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- initializeFrom(IVariables) - Method in class org.apache.hop.pipeline.Pipeline
-
Sets the values of the pipeline's variables to the values from the parent variables.
- initializeFrom(IVariables) - Method in class org.apache.hop.pipeline.transform.BaseTransform
- initializeFrom(IVariables) - Method in class org.apache.hop.workflow.action.ActionBase
-
Sets the values of the action's variables to the values from the parent variables
- initializeObject(Pipeline, boolean) - Method in class org.apache.hop.pipeline.SingleThreadedPipelineExecutor
- initStartDate - Variable in class org.apache.hop.pipeline.transform.BaseTransform
- INJECT - org.apache.hop.core.gui.IGc.EImage
- Injection - Annotation Type in org.apache.hop.core.injection
-
Field that support injection should be marked by this annotation.
- InjectionDeep - Annotation Type in org.apache.hop.core.injection
-
Bean inside metadata should be marked by this annotation for introspect it for injection annotations find.
- InjectionSupported - Annotation Type in org.apache.hop.core.injection
-
Metadata object should be marked by this annotation if it supports metadata injection.
- Injector - Class in org.apache.hop.pipeline.transforms.injector
-
Executor class to allow a java program to inject rows of data into a pipeline.
- Injector(TransformMeta, InjectorMeta, InjectorData, int, PipelineMeta, Pipeline) - Constructor for class org.apache.hop.pipeline.transforms.injector.Injector
- InjectorData - Class in org.apache.hop.pipeline.transforms.injector
-
Data class to allow a java program to inject rows of data into a pipeline.
- InjectorData() - Constructor for class org.apache.hop.pipeline.transforms.injector.InjectorData
-
Default constructor.
- InjectorField - Class in org.apache.hop.pipeline.transforms.injector
- InjectorField() - Constructor for class org.apache.hop.pipeline.transforms.injector.InjectorField
- InjectorField(String, String, String, String) - Constructor for class org.apache.hop.pipeline.transforms.injector.InjectorField
- InjectorField(InjectorField) - Constructor for class org.apache.hop.pipeline.transforms.injector.InjectorField
- InjectorMeta - Class in org.apache.hop.pipeline.transforms.injector
-
Metadata class to allow a java program to inject rows of data into a pipeline.
- InjectorMeta() - Constructor for class org.apache.hop.pipeline.transforms.injector.InjectorMeta
- Input - org.apache.hop.execution.ExecutionMetricsType
- INPUT - org.apache.hop.core.gui.IGc.EImage
- INPUT - org.apache.hop.pipeline.transform.stream.IStream.StreamType
- INPUT - org.apache.hop.pipeline.transform.stream.StreamIcon
- inputFields - Variable in class org.apache.hop.pipeline.transforms.file.BaseFileInputMeta
-
The fields to import...
- inputFiles - Variable in class org.apache.hop.pipeline.transforms.file.BaseFileInputMeta
- inputFiles_fileRequired(String[]) - Method in class org.apache.hop.pipeline.transforms.file.BaseFileInputMeta
- inputFiles_includeSubFolders() - Method in class org.apache.hop.pipeline.transforms.file.BaseFileInputMeta
- inputFiles_includeSubFolders(String[]) - Method in class org.apache.hop.pipeline.transforms.file.BaseFileInputMeta
- inputFolder - Variable in class org.apache.hop.imp.HopImportBase
- inputFolderName - Variable in class org.apache.hop.imp.HopImportBase
- installPurgeTimer(HopServerConfig, ILogChannel, PipelineMap, WorkflowMap) - Static method in class org.apache.hop.www.HopServerSingleton
- INSTANCE - Static variable in class org.apache.hop.core.compress.CompressionProviderFactory
- INSTANCE - Static variable in class org.apache.hop.core.playlist.FilePlayListAll
- INSTANCE - Static variable in class org.apache.hop.core.util.PluginPropertyHandler.Fail
-
The instance.
- INSTANCE - Static variable in class org.apache.hop.workflow.action.validator.AndValidator
- INSTANCE - Static variable in class org.apache.hop.workflow.action.validator.EmailValidator
- INSTANCE - Static variable in class org.apache.hop.workflow.action.validator.FileDoesNotExistValidator
- INSTANCE - Static variable in class org.apache.hop.workflow.action.validator.FileExistsValidator
- INSTANCE - Static variable in class org.apache.hop.workflow.action.validator.IntegerValidator
- INSTANCE - Static variable in class org.apache.hop.workflow.action.validator.LongValidator
- INSTANCE - Static variable in class org.apache.hop.workflow.action.validator.NotBlankValidator
- INSTANCE - Static variable in class org.apache.hop.workflow.action.validator.NotNullValidator
- INTEGER - Static variable in class org.apache.hop.core.util.KeyValueFactory
-
Default instance for ...
- INTEGER_ONE - Static variable in class org.apache.hop.core.util.KeyValueFactory
-
Default instance for ...
- IntegerPluginProperty - Class in org.apache.hop.core.util
- IntegerPluginProperty(String) - Constructor for class org.apache.hop.core.util.IntegerPluginProperty
-
Constructor.
- integerValidator() - Static method in class org.apache.hop.workflow.action.validator.ActionValidatorUtils
-
Returns a IntegerValidator singleton.
- IntegerValidator - Class in org.apache.hop.workflow.action.validator
-
Fails if a field's value is not an integer.
- IntegerValidator() - Constructor for class org.apache.hop.workflow.action.validator.IntegerValidator
- integerValue() - Method in class org.apache.hop.core.util.KeyValue
- integerValue(Integer) - Method in class org.apache.hop.core.util.KeyValue
- interactive - Variable in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- interactive - Variable in class org.apache.hop.workflow.Workflow
- INTERVAL - Static variable in class org.apache.hop.workflow.actions.start.ActionStart
- introspect(BeanInjectionInfo, Field[], Method[], Map<String, Type>) - Method in class org.apache.hop.core.injection.bean.BeanLevelInfo
-
Introspect fields and methods of some class.
- invoke(Object, Method, Object[]) - Method in class org.apache.hop.core.auth.core.AuthenticationConsumerInvocationHandler
- invoke(Object, Method, Object[]) - Method in class org.apache.hop.core.auth.kerberos.LoginContextInvocationHandler
- IO_COMPRESSION_CODEC_SNAPPY_DEFAULT_BUFFERSIZE - Static variable in class org.apache.hop.core.compress.hadoopsnappy.HadoopSnappyCompressionProvider
- IPartitioner - Interface in org.apache.hop.pipeline
-
Defines methods needed for partitioner plugins.
- IPipelineComponentRowsReceived - Interface in org.apache.hop.pipeline.engine
- IPipelineEngine<T extends PipelineMeta> - Interface in org.apache.hop.pipeline.engine
-
Describes the capabilities of an execution engine for a certain type of object called the subject
- IPipelineEngineRunConfiguration - Interface in org.apache.hop.pipeline.config
- IPipelineMetaFactory - Interface in org.apache.hop.pipeline
- IPluginProperty - Interface in org.apache.hop.core.util
- IProvidesDatabaseConnectionInformation - Interface in org.apache.hop.core
-
An interface for pipeline transforms that connect to a database table.
- IProvidesModelerMeta - Interface in org.apache.hop.core
- IResourceExport - Interface in org.apache.hop.resource
-
The classes implementing this interface allow their used resources to be exported.
- IResourceHolder - Interface in org.apache.hop.resource
- IResourceNaming - Interface in org.apache.hop.resource
- IResourceNaming.FileNamingType - Enum in org.apache.hop.resource
- IResourceXmlPropertyEmitter - Interface in org.apache.hop.resource
- IRowDistribution - Interface in org.apache.hop.pipeline.transform
- IRowHandler - Interface in org.apache.hop.pipeline.transform
-
Defines methods used for handling row data within transforms.
- IRowListener - Interface in org.apache.hop.pipeline.transform
-
IRowListener is a listener interface for receiving row events.
- isAcceptingFilenames() - Method in class org.apache.hop.pipeline.transforms.file.BaseFileInputMeta
- isActive() - Method in interface org.apache.hop.workflow.engine.IWorkflowEngine
- isActive() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
-
Gets active
- isActive() - Method in class org.apache.hop.workflow.Workflow
- isaddresult - Variable in class org.apache.hop.pipeline.transforms.file.BaseFileInputFiles
-
The add filenames to result filenames flag
- isAllocated() - Method in class org.apache.hop.www.SocketPortAllocation
- isAllOK() - Method in class org.apache.hop.www.HopServer
-
Gets allOK
- isAllowEmptyFieldNamesAndTypes() - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Gets allowEmptyFieldNamesAndTypes
- isAlwaysShowRunOptions() - Method in class org.apache.hop.base.AbstractMeta
- isAnySelectedTransformUsedInPipelineHops() - Method in class org.apache.hop.pipeline.PipelineMeta
-
Checks if any selected transform has been used in a hop or not.
- isAppending() - Method in class org.apache.hop.core.logging.LogChannelFileWriter
- isBasic() - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Checks if is basic.
- isBasic() - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
-
Checks if is basic.
- isBasic() - Method in class org.apache.hop.workflow.action.ActionBase
-
Checks if the logging level is basic.
- isBeamContext() - Method in class org.apache.hop.pipeline.transform.BaseTransformData
-
Gets beamContext
- isBeamContext() - Method in interface org.apache.hop.pipeline.transform.ITransformData
-
Gets beamContext
- isCapturingTransformPerformanceSnapShots() - Method in class org.apache.hop.pipeline.PipelineMeta
-
Checks whether the pipeline is capturing transform performance snapshots.
- isCapturingTransformPerformanceSnapShots() - Method in class org.apache.hop.pipeline.PipelineMetaInfo
-
Gets capturingTransformPerformanceSnapShots
- isCheckpoint() - Method in class org.apache.hop.workflow.ActionResult
- isClearingLog() - Method in class org.apache.hop.base.AbstractMeta
- isClearingLog() - Method in interface org.apache.hop.IExecutionConfiguration
- isClearingLog() - Method in class org.apache.hop.pipeline.PipelineExecutionConfiguration
- isClearingLog() - Method in class org.apache.hop.workflow.WorkflowExecutionConfiguration
- isCompatible(Class<?>, Object) - Static method in class org.apache.hop.core.auth.core.AuthenticationConsumerInvocationHandler
- isCreateParentFolder() - Method in class org.apache.hop.pipeline.PipelineExecutionConfiguration
- isDataShown() - Method in class org.apache.hop.pipeline.debug.PipelineDebugMeta
-
Gets dataShown
- isDebug() - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Checks if is debug.
- isDebug() - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
-
Checks if is debug.
- isDebug() - Method in class org.apache.hop.workflow.action.ActionBase
-
Checks if the logging level is debug.
- isDefaultSelection() - Method in class org.apache.hop.pipeline.config.PipelineRunConfiguration
-
Gets defaultSelection
- isDefaultSelection() - Method in class org.apache.hop.workflow.config.WorkflowRunConfiguration
-
Gets defaultSelection
- isDeprecated() - Method in class org.apache.hop.pipeline.transform.TransformMeta
- isDeprecated() - Method in class org.apache.hop.workflow.action.ActionMeta
- isDetailed() - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Checks if is detailed.
- isDetailed() - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
-
Checks if is detailed.
- isDetailed() - Method in class org.apache.hop.workflow.action.ActionBase
-
Checks if the logging level is detailed.
- isDisposed() - Method in class org.apache.hop.pipeline.transform.BaseTransformData
-
Checks if is disposed.
- isDisposed() - Method in interface org.apache.hop.pipeline.transform.ITransformData
-
Checks if is disposed.
- isDisposed() - Method in interface org.apache.hop.pipeline.transform.ITransformDialog
- isDisposed() - Method in interface org.apache.hop.workflow.action.IActionDialog
- isDistributed() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- isDistributes() - Method in class org.apache.hop.pipeline.transform.TransformMeta
- isDoingErrorHandling() - Method in class org.apache.hop.pipeline.transform.TransformMeta
- isDoIt() - Method in class org.apache.hop.pipeline.transform.TransformInitThread
- isDrawingEditIcons() - Method in class org.apache.hop.core.gui.BasePainter
-
Gets drawingEditIcons
- isDynamicallyDefined() - Method in class org.apache.hop.partition.PartitionSchema
- isEmpty() - Method in class org.apache.hop.core.ConcurrentMapProperties
- isEmpty() - Method in class org.apache.hop.core.util.KeyValueSet
- isEmpty() - Method in class org.apache.hop.core.util.StringListPluginProperty
- isEmpty() - Method in class org.apache.hop.pipeline.PipelineMeta
- isEmpty() - Method in class org.apache.hop.pipeline.transform.BaseTransformData
-
Checks if is empty.
- isEmpty() - Method in interface org.apache.hop.pipeline.transform.ITransformData
-
Checks if is empty.
- isEmpty() - Method in class org.apache.hop.workflow.action.validator.ValidatorContext
- isEmpty() - Method in class org.apache.hop.workflow.WorkflowMeta
- isEnabled() - Method in class org.apache.hop.base.BaseHopMeta
- isEnabled() - Method in class org.apache.hop.pipeline.transform.TransformErrorMeta
- isEnabled() - Method in class org.apache.hop.www.service.WebService
-
Gets enabled
- isEntryUsedInHops(ActionMeta) - Method in class org.apache.hop.workflow.WorkflowMeta
-
Checks if is action used in hops.
- isErrorHop() - Method in class org.apache.hop.base.BaseHopMeta
- isErrorIgnored() - Method in interface org.apache.hop.core.file.IInputFileMeta
-
Deprecated.
- isErrorLineSkipped() - Method in interface org.apache.hop.core.file.IInputFileMeta
-
Deprecated.
- isEtlMetaInject() - Method in class org.apache.hop.pipeline.transform.TransformMeta
- isEvaluation() - Method in class org.apache.hop.workflow.action.ActionBase
-
This method must return true if the action supports the true/false outgoing hops.
- isEvaluation() - Method in class org.apache.hop.workflow.action.ActionMeta
- isEvaluation() - Method in interface org.apache.hop.workflow.action.IAction
-
This method must return true if the action supports the true/false outgoing hops.
- isExcludedFromInjection() - Method in class org.apache.hop.core.injection.bean.BeanInjectionInfo.Property
- isExpandingRemoteWorkflow() - Method in class org.apache.hop.workflow.WorkflowExecutionConfiguration
-
Gets expandingRemoteWorkflow
- isExpandingRemoteWorkflow() - Method in class org.apache.hop.workflow.WorkflowMeta
- isExportingResources() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineRunConfiguration
-
Gets exportingResources
- isExportingResources() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowRunConfiguration
-
Gets exportingResources
- isFailed() - Method in class org.apache.hop.execution.ExecutionState
-
Gets failed
- isFeedbackShown() - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
-
Deprecated.
- isFeedbackShown() - Method in class org.apache.hop.pipeline.engines.local.LocalPipelineRunConfiguration
-
Gets feedbackShown
- isFeedbackShown() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
-
Gets feedbackShown
- isFeedbackShown() - Method in class org.apache.hop.pipeline.Pipeline
-
Gets feedbackShown
- isFinished() - Method in class org.apache.hop.execution.ExecutionData
-
Gets finished
- isFinished() - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
-
See if the engine has finished executing.
- isFinished() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
-
Gets finished
- isFinished() - Method in class org.apache.hop.pipeline.Pipeline
-
Checks if the pipeline is finished\.
- isFinished() - Method in class org.apache.hop.pipeline.transform.BaseTransformData
-
Checks if is finished.
- isFinished() - Method in interface org.apache.hop.pipeline.transform.ITransformData
-
Checks if is finished.
- isFinished() - Method in class org.apache.hop.pipeline.transform.TransformInitThread
- isFinished() - Method in interface org.apache.hop.workflow.engine.IWorkflowEngine
- isFinished() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
-
Gets finished
- isFinished() - Method in class org.apache.hop.workflow.Workflow
- isFinished() - Method in class org.apache.hop.www.HopServerPipelineStatus
- isFinished() - Method in class org.apache.hop.www.HopServerWorkflowStatus
- isFinishedOrStopped() - Method in class org.apache.hop.pipeline.Pipeline
- isFinishedWithoutError() - Method in class org.apache.hop.imp.HopImport
-
Gets finishedWithoutError
- isFinishedWithoutError() - Method in class org.apache.hop.run.HopRun
-
Gets finished status of pipeline or workflow
- isFirstTransform() - Method in class org.apache.hop.execution.sampler.ExecutionDataSamplerMeta
-
Gets firstTransform
- isFontBold() - Method in class org.apache.hop.core.NotePadMeta
- isFontItalic() - Method in class org.apache.hop.core.NotePadMeta
- isForcingSeparateLogging() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- isForcingSeparateLogging() - Method in class org.apache.hop.pipeline.Pipeline
- isForcingSeparateLogging() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- isForcingSeparateLogging() - Method in class org.apache.hop.workflow.action.ActionBase
- isForcingSeparateLogging() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
-
Gets forcingSeparateLogging
- isForcingSeparateLogging() - Method in class org.apache.hop.workflow.Workflow
- isFullyQualified(String) - Static method in class org.apache.hop.core.util.FileUtil
-
Tests whether this abstract pathname is absolute.
- isGatheringMetrics() - Method in class org.apache.hop.pipeline.engines.local.LocalPipelineRunConfiguration
-
Gets gatheringMetrics
- isGatheringMetrics() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- isGatheringMetrics() - Method in class org.apache.hop.pipeline.Pipeline
- isGatheringMetrics() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- isGatheringMetrics() - Method in class org.apache.hop.workflow.action.ActionBase
- isGatheringMetrics() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
-
Gets gatheringMetrics
- isGatheringMetrics() - Method in class org.apache.hop.workflow.Workflow
- isGatheringMetrics() - Method in class org.apache.hop.workflow.WorkflowExecutionConfiguration
- isHadoopSnappyAvailable() - Static method in class org.apache.hop.core.compress.hadoopsnappy.HadoopSnappyCompressionProvider
-
Tests whether hadoop-snappy (not to be confused with other java-based snappy implementations such as jsnappy or snappy-java) plus the native snappy libraries are available.
- isHasHaltedComponents() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
-
Gets hasHaltedComponents
- isHelpRequested() - Method in class org.apache.hop.imp.HopImport
-
Gets helpRequested
- isHelpRequested() - Method in class org.apache.hop.run.HopRun
-
Gets helpRequested
- isHelpRequested() - Method in class org.apache.hop.search.HopSearch
-
Gets helpRequested
- isIdle() - Method in class org.apache.hop.pipeline.transform.BaseTransformData
-
Checks if is idle.
- isIdle() - Method in interface org.apache.hop.pipeline.transform.ITransformData
-
Checks if is idle.
- isIgnored() - Method in class org.apache.hop.core.file.TextFileInputField
- isIgnored() - Method in class org.apache.hop.pipeline.transforms.file.BaseFileField
- isInitialising() - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Checks if is initialising.
- isInitialising() - Method in class org.apache.hop.pipeline.transform.BaseTransformData
-
Checks if is initialising.
- isInitialising() - Method in interface org.apache.hop.pipeline.transform.ITransformData
-
Checks if is initialising.
- isInitialized() - Static method in class org.apache.hop.core.HopEnvironment
-
Checks if the Hop environment has been initialized.
- isInitialized() - Method in interface org.apache.hop.workflow.engine.IWorkflowEngine
- isInitialized() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
-
Gets initialized
- isInitialized() - Method in class org.apache.hop.workflow.Workflow
- isInitializing() - Method in class org.apache.hop.pipeline.Pipeline
-
Checks whether the pipeline is initializing.
- isInjectionSupported(Class<Meta>) - Static method in class org.apache.hop.core.injection.bean.BeanInjectionInfo
- isInputAcceptor() - Method in interface org.apache.hop.pipeline.transform.ITransformIOMeta
- isInputAcceptor() - Method in class org.apache.hop.pipeline.transform.TransformIOMeta
- isInputDynamic() - Method in interface org.apache.hop.pipeline.transform.ITransformIOMeta
- isInputDynamic() - Method in class org.apache.hop.pipeline.transform.TransformIOMeta
- isInputOptional() - Method in interface org.apache.hop.pipeline.transform.ITransformIOMeta
- isInputOptional() - Method in class org.apache.hop.pipeline.transform.TransformIOMeta
- isInteractive() - Method in interface org.apache.hop.workflow.engine.IWorkflowEngine
- isInteractive() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
-
Gets interactive
- isInteractive() - Method in class org.apache.hop.workflow.Workflow
-
Gets the boolean value of interactive.
- isJettyMode() - Method in class org.apache.hop.www.BaseHttpServlet
- isJettyMode() - Method in interface org.apache.hop.www.IHopServerPlugin
- isJoining() - Method in class org.apache.hop.www.HopServerConfig
- isKillServer() - Method in class org.apache.hop.www.HopServer
-
Gets stopServer
- isLastTransform() - Method in class org.apache.hop.execution.sampler.ExecutionDataSamplerMeta
-
Gets lastTransform
- isLaunchingInParallel() - Method in class org.apache.hop.workflow.action.ActionMeta
- isLinefeed(int) - Method in enum org.apache.hop.core.file.EncodingType
- isListingStatus() - Method in class org.apache.hop.www.service.WebService
-
Gets listingStatus
- isLogRemoteExecutionLocally() - Method in class org.apache.hop.pipeline.PipelineExecutionConfiguration
- isMapping() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- isMapping() - Method in interface org.apache.hop.pipeline.transform.ITransform
- isMapping() - Method in class org.apache.hop.pipeline.transform.TransformMeta
- isMappingInput() - Method in class org.apache.hop.pipeline.transform.TransformMeta
- isMappingOutput() - Method in class org.apache.hop.pipeline.transform.TransformMeta
- isMethodMirror() - Method in class org.apache.hop.pipeline.transform.TransformPartitioningMeta
- isMissing() - Method in class org.apache.hop.pipeline.transform.TransformMeta
- isMissing() - Method in class org.apache.hop.workflow.action.ActionMeta
- isNameSynchronizedWithFilename() - Method in class org.apache.hop.base.AbstractMeta
- isNameSynchronizedWithFilename() - Method in interface org.apache.hop.core.IEngineMeta
- isNameSynchronizedWithFilename() - Method in class org.apache.hop.pipeline.AbstractMetaInfo
-
Gets nameSynchronizedWithFilename
- isNameSynchronizedWithFilename() - Method in class org.apache.hop.pipeline.PipelineMeta
- isNameSynchronizedWithFilename() - Method in class org.apache.hop.workflow.WorkflowMeta
- isNotNullOrEmpty(Object[]) - Static method in class org.apache.hop.core.util.CollectionPredicates
- isNotNullOrEmpty(Collection<?>) - Static method in class org.apache.hop.core.util.CollectionPredicates
- isNotNullOrEmpty(Map<?, ?>) - Static method in class org.apache.hop.core.util.CollectionPredicates
- isNullOrEmpty(Object[]) - Static method in class org.apache.hop.core.util.CollectionPredicates
- isNullOrEmpty(Collection<?>) - Static method in class org.apache.hop.core.util.CollectionPredicates
- isNullOrEmpty(Map<?, ?>) - Static method in class org.apache.hop.core.util.CollectionPredicates
- isNumeric() - Method in class org.apache.hop.pipeline.engine.EngineMetric
-
Gets numeric
- isNumeric() - Method in interface org.apache.hop.pipeline.engine.IEngineMetric
- isOk() - Method in class org.apache.hop.pipeline.transform.TransformInitThread
- isOnlyProfilingLastTransforms() - Method in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSampler
-
Gets onlyProfilingLastTransforms
- isOutputDynamic() - Method in interface org.apache.hop.pipeline.transform.ITransformIOMeta
- isOutputDynamic() - Method in class org.apache.hop.pipeline.transform.TransformIOMeta
- isOutputProducer() - Method in interface org.apache.hop.pipeline.transform.ITransformIOMeta
- isOutputProducer() - Method in class org.apache.hop.pipeline.transform.TransformIOMeta
- isOverrideExistingProperties() - Method in class org.apache.hop.server.HopServer
- isPartitioned() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- isPartitioned() - Method in interface org.apache.hop.pipeline.transform.ITransform
- isPartitioned() - Method in class org.apache.hop.pipeline.transform.TransformMeta
- isPartitioned() - Method in class org.apache.hop.pipeline.transform.TransformPartitioningMeta
- isPassingExport() - Method in class org.apache.hop.pipeline.PipelineExecutionConfiguration
- isPathExist(IAction, IAction) - Method in class org.apache.hop.workflow.WorkflowMeta
- isPaused() - Method in class org.apache.hop.pipeline.engine.EngineComponent
-
Gets paused
- isPaused() - Method in interface org.apache.hop.pipeline.engine.IEngineComponent
- isPaused() - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
-
See if the engine is paused
- isPaused() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
-
Gets paused
- isPaused() - Method in class org.apache.hop.pipeline.Pipeline
-
Checks if the pipeline is paused.
- isPaused() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- isPaused() - Method in interface org.apache.hop.pipeline.transform.ITransform
- isPaused() - Method in class org.apache.hop.pipeline.transform.TransformStatus
- isPaused() - Method in class org.apache.hop.www.HopServerPipelineStatus
- isPausingOnBreakPoint() - Method in class org.apache.hop.pipeline.debug.TransformDebugMeta
- isPipeline() - Method in class org.apache.hop.workflow.action.ActionBase
-
Checks if this action executes a pipeline
- isPipeline() - Method in class org.apache.hop.workflow.action.ActionMeta
- isPipeline() - Method in interface org.apache.hop.workflow.action.IAction
-
Checks if this action executes a pipeline
- isPreparing() - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
- isPreparing() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
-
Gets preparing
- isPreparing() - Method in class org.apache.hop.pipeline.Pipeline
-
Checks whether the pipeline is preparing for execution.
- isPreview() - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
-
Deprecated.
- isPreview() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
-
Gets preview
- isPreview() - Method in class org.apache.hop.pipeline.Pipeline
-
Checks whether the pipeline is being previewed.
- isPrintingOptions() - Method in class org.apache.hop.run.HopRun
-
Gets printingOptions
- isProcessingNeeded(FileObject, long, String) - Method in class org.apache.hop.core.playlist.FilePlayListAll
- isProcessingNeeded(FileObject, long, String) - Method in interface org.apache.hop.core.playlist.IFilePlayList
- isProfilingMaximum() - Method in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSampler
-
Gets profilingMaximum
- isProfilingMaxLength() - Method in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSampler
-
Gets profilingMaxLength
- isProfilingMinimum() - Method in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSampler
-
Gets profilingMinimum
- isProfilingMinLength() - Method in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSampler
-
Gets profilingMinLength
- isProfilingNrNonNull() - Method in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSampler
-
Gets profilingNrNonNull
- isProfilingNrNull() - Method in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSampler
-
Gets profilingNrNull
- isReadingFirstRows() - Method in class org.apache.hop.pipeline.debug.TransformDebugMeta
- isReadyToStart() - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
-
Check to see if the pipeline engine is ready to start threads.
- isReadyToStart() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
-
Gets readyToStart
- isReadyToStart() - Method in class org.apache.hop.pipeline.Pipeline
-
Checks whether the pipeline is ready to start (i.e.
- isReferencedObjectEnabled() - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
- isReferencedObjectEnabled() - Method in interface org.apache.hop.pipeline.transform.ITransformMeta
- isReferencedObjectEnabled() - Method in class org.apache.hop.workflow.action.ActionBase
- isReferencedObjectEnabled() - Method in interface org.apache.hop.workflow.action.IAction
- isRepartitioning() - Method in class org.apache.hop.pipeline.transform.TransformMeta
- isRepeat() - Method in class org.apache.hop.workflow.actions.start.ActionStart
- isRepeated() - Method in class org.apache.hop.core.file.TextFileInputField
- isRepeated() - Method in class org.apache.hop.pipeline.transforms.file.BaseFileField
- isReturn(int) - Method in enum org.apache.hop.core.file.EncodingType
- isRowlevel() - Method in class org.apache.hop.workflow.action.ActionBase
-
Checks if the logging level is rowlevel.
- isRowLevel() - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Checks if is row level.
- isRowLevel() - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
-
Checks if is row level.
- isRunning() - Method in class org.apache.hop.pipeline.engine.EngineComponent
-
Gets running
- isRunning() - Method in interface org.apache.hop.pipeline.engine.IEngineComponent
- isRunning() - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
-
Indicates whether or not the engine is running
- isRunning() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
-
Gets running
- isRunning() - Method in class org.apache.hop.pipeline.Pipeline
-
Checks whether the pipeline is running.
- isRunning() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- isRunning() - Method in class org.apache.hop.pipeline.transform.BaseTransformData
-
Checks if is running.
- isRunning() - Method in interface org.apache.hop.pipeline.transform.ITransform
- isRunning() - Method in interface org.apache.hop.pipeline.transform.ITransformData
-
Checks if is running.
- isRunning() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
-
Gets running
- isRunning() - Method in class org.apache.hop.www.HopServerPipelineStatus
- isRunning() - Method in class org.apache.hop.www.HopServerWorkflowStatus
- isSafeModeEnabled() - Method in class org.apache.hop.base.AbstractMeta
- isSafeModeEnabled() - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
-
True if the engine is doing extra validations at runtime to detect possible issues with data types and so on.
- isSafeModeEnabled() - Method in class org.apache.hop.pipeline.engines.local.LocalPipelineRunConfiguration
-
Gets safeModeEnabled
- isSafeModeEnabled() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- isSafeModeEnabled() - Method in class org.apache.hop.pipeline.Pipeline
-
Checks whether safe mode is enabled.
- isSafeModeEnabled() - Method in class org.apache.hop.workflow.engines.local.LocalWorkflowRunConfiguration
-
Gets safeModeEnabled
- isSafeStopped() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- isSafeStopped() - Method in interface org.apache.hop.pipeline.transform.ITransform
- isSelected() - Method in class org.apache.hop.core.NotePadMeta
- isSelected() - Method in class org.apache.hop.pipeline.engine.EngineComponent
-
Gets selected
- isSelected() - Method in interface org.apache.hop.pipeline.engine.IEngineComponent
- isSelected() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- isSelected() - Method in class org.apache.hop.pipeline.transform.TransformMeta
- isSelected() - Method in class org.apache.hop.workflow.action.ActionMeta
- isSendingErrorRowsToTransform(TransformMeta) - Method in class org.apache.hop.pipeline.transform.TransformMeta
- isSeparateClassLoaderNeeded() - Method in annotation type org.apache.hop.core.annotations.HopServerServlet
- isSeparateClassLoaderNeeded() - Method in annotation type org.apache.hop.core.annotations.Transform
- isSeparateClassLoaderNeeded() - Method in annotation type org.apache.hop.core.auth.AuthenticationConsumerPlugin
- isSeparateClassLoaderNeeded() - Method in annotation type org.apache.hop.core.auth.AuthenticationProviderPlugin
- isSeparateClassLoaderNeeded() - Method in annotation type org.apache.hop.core.compress.CompressionPlugin
- isSetAppendLogfile() - Method in class org.apache.hop.pipeline.PipelineExecutionConfiguration
- isSetLogfile() - Method in class org.apache.hop.pipeline.PipelineExecutionConfiguration
- isShowDialog() - Method in class org.apache.hop.base.AbstractMeta
- isShowingNavigationView() - Method in class org.apache.hop.core.gui.BasePainter
-
Gets showingNavigationView
- isShowingSubComponents() - Method in class org.apache.hop.pipeline.PipelineExecutionConfiguration
- isShuttingDown() - Method in class org.apache.hop.www.WebServerShutdownHook
- isSingleThreader() - Method in class org.apache.hop.pipeline.transform.TransformMeta
- isSkippingExistingTargetFiles() - Method in class org.apache.hop.imp.HopImport
-
Gets skippingExistingTargetFiles
- isSkippingExistingTargetFiles() - Method in class org.apache.hop.imp.HopImportBase
-
Gets skippingExistingTargetFiles
- isSkippingExistingTargetFiles() - Method in interface org.apache.hop.imp.IHopImport
-
Gets skippingExistingTargetFiles
- isSkippingFolders() - Method in class org.apache.hop.imp.HopImport
-
Gets skippingFolders
- isSkippingFolders() - Method in class org.apache.hop.imp.HopImportBase
-
Gets skippingFolders
- isSkippingFolders() - Method in interface org.apache.hop.imp.IHopImport
- isSkippingHiddenFilesAndFolders() - Method in class org.apache.hop.imp.HopImport
-
Gets skippingHiddenFilesAndFolders
- isSkippingHiddenFilesAndFolders() - Method in class org.apache.hop.imp.HopImportBase
-
Gets skippingHiddenFilesAndFolders
- isSkippingHiddenFilesAndFolders() - Method in interface org.apache.hop.imp.IHopImport
-
Gets skippingHiddenFilesAndFolders
- isSlowTransformIndicatorEnabled() - Method in class org.apache.hop.pipeline.PipelinePainter
- isSortedDataRequired() - Method in interface org.apache.hop.pipeline.transform.ITransformIOMeta
- isSortedDataRequired() - Method in class org.apache.hop.pipeline.transform.TransformIOMeta
- isSortingTransformsTopologically() - Method in class org.apache.hop.pipeline.engines.local.LocalPipelineRunConfiguration
-
Gets sortingTransformsTopologically
- isSortingTransformsTopologically() - Method in class org.apache.hop.pipeline.Pipeline
-
Gets sortingTransformsTopologically
- isSplit() - Method in class org.apache.hop.base.BaseHopMeta
-
Gets split
- isSslMode() - Method in class org.apache.hop.server.HopServer
- isStart() - Method in class org.apache.hop.workflow.action.ActionBase
-
Checks if the action has started
- isStart() - Method in class org.apache.hop.workflow.action.ActionMeta
- isStart() - Method in interface org.apache.hop.workflow.action.IAction
-
Checks if the action is a starting point
- isStart() - Method in class org.apache.hop.workflow.actions.start.ActionStart
- isStartErrorHopTransform() - Method in class org.apache.hop.pipeline.PipelinePainter
- isStopped() - Method in class org.apache.hop.pipeline.engine.EngineComponent
-
Gets stopped
- isStopped() - Method in interface org.apache.hop.pipeline.engine.IEngineComponent
- isStopped() - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
-
Indicates whether or not the engine is stopped.
- isStopped() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
-
Gets stopped
- isStopped() - Method in class org.apache.hop.pipeline.Pipeline
-
Checks if the pipeline is stopped.
- isStopped() - Method in class org.apache.hop.pipeline.SingleThreadedPipelineExecutor
- isStopped() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- isStopped() - Method in class org.apache.hop.pipeline.transform.BaseTransformData
-
Checks if is stopped.
- isStopped() - Method in interface org.apache.hop.pipeline.transform.ITransform
- isStopped() - Method in class org.apache.hop.pipeline.transform.TransformStatus
- isStopped() - Method in interface org.apache.hop.workflow.engine.IWorkflowEngine
- isStopped() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
-
Gets stopped
- isStopped() - Method in class org.apache.hop.workflow.Workflow
- isStopped() - Method in class org.apache.hop.www.HopServerPipelineStatus
- isStopped() - Method in class org.apache.hop.www.HopServerWorkflowStatus
- isSupportingDebug() - Method in class org.apache.hop.pipeline.engine.PipelineEngineCapabilities
-
Gets supportingDebug
- isSupportingPause() - Method in class org.apache.hop.pipeline.engine.PipelineEngineCapabilities
-
Gets supportingPause
- isSupportingPreview() - Method in class org.apache.hop.pipeline.engine.PipelineEngineCapabilities
-
Gets supportingPreview
- isSupportingSniffing() - Method in class org.apache.hop.pipeline.engine.PipelineEngineCapabilities
-
Gets supportingSniffing
- isTargetPartitioned() - Method in class org.apache.hop.pipeline.transform.TransformMeta
- isTransactional() - Method in class org.apache.hop.pipeline.engines.local.LocalPipelineRunConfiguration
-
Gets transactional
- isTransactional() - Method in class org.apache.hop.workflow.engines.local.LocalWorkflowRunConfiguration
-
Gets transactional
- isTransformInformative(TransformMeta, TransformMeta) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Determines whether or not a certain transform is informative.
- isTransformUsedInPipelineHops(TransformMeta) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Checks if a transform has been used in a hop or not.
- IStream - Interface in org.apache.hop.pipeline.transform.stream
- IStream.StreamType - Enum in org.apache.hop.pipeline.transform.stream
- ISubComponentExecutionListener - Interface in org.apache.hop.core.listeners
- ISubPipelineAwareMeta - Interface in org.apache.hop.pipeline
-
A transform "meta" that contains a reference to a sub-pipeline.
- isUnconditional() - Method in class org.apache.hop.workflow.action.ActionBase
-
This method must return true if the action supports the unconditional outgoing hop.
- isUnconditional() - Method in class org.apache.hop.workflow.action.ActionMeta
- isUnconditional() - Method in interface org.apache.hop.workflow.action.IAction
-
This method must return true if the action supports the unconditional outgoing hop.
- isUnconditional() - Method in class org.apache.hop.workflow.actions.start.ActionStart
- isUnconditional() - Method in class org.apache.hop.workflow.WorkflowHopMeta
- isUseExternalCredentials() - Method in class org.apache.hop.core.auth.KerberosAuthenticationProvider
- isUseKeytab() - Method in class org.apache.hop.core.auth.KerberosAuthenticationProvider
- isUsingPartitionSchema(PartitionSchema) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Checks if the pipeline is using the specified partition schema.
- isVariablePassedToRemoteServer(String) - Static method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- isWaiting() - Method in class org.apache.hop.www.HopServerPipelineStatus
- isWaiting() - Method in class org.apache.hop.www.HopServerWorkflowStatus
- isWorkflow() - Method in class org.apache.hop.workflow.action.ActionBase
-
Checks if the action executes a workflow
- isWorkflow() - Method in class org.apache.hop.workflow.action.ActionMeta
- isWorkflow() - Method in interface org.apache.hop.workflow.action.IAction
-
Checks if the action executes a workflow
- isWorkflowExecutor() - Method in class org.apache.hop.pipeline.transform.TransformMeta
- iterator() - Method in class org.apache.hop.core.util.KeyValueSet
- iterator() - Method in class org.apache.hop.core.util.StringListPluginProperty
- ITransform - Interface in org.apache.hop.pipeline.transform
-
The interface that any pipeline transform or plugin needs to implement.
- ITransformData - Interface in org.apache.hop.pipeline.transform
-
This defines the basic interface for the data used by a thread.
- ITransformDialog - Interface in org.apache.hop.pipeline.transform
-
This interface is used to launch Transform Dialogs.
- ITransformFinishedListener - Interface in org.apache.hop.pipeline.transform
-
This listener informs the audience when a transform finished processing.
- ITransformIOMeta - Interface in org.apache.hop.pipeline.transform
- ITransformMeta - Interface in org.apache.hop.pipeline.transform
-
This interface allows custom transforms to talk to Hop.
- ITransformMeta.TransformFactory - Class in org.apache.hop.pipeline.transform
- ITransformMetaChangeListener - Interface in org.apache.hop.pipeline.transform
- ITransformStartedListener - Interface in org.apache.hop.pipeline.transform
-
This listener informs the audience when a transform starts processing.
- IUndo - Interface in org.apache.hop.core.gui
- IWebServerShutdownHandler - Interface in org.apache.hop.www
- IWorkflowEngine<T extends WorkflowMeta> - Interface in org.apache.hop.workflow.engine
- IWorkflowEngineRunConfiguration - Interface in org.apache.hop.workflow.config
J
- JavaScriptUtils - Class in org.apache.hop.core.util
-
This class contains common code from org.apache.hop.pipeline.transforms.script.Script and .scriptvalues_mod.ScriptValuesMod classes
- JavaScriptUtils() - Constructor for class org.apache.hop.core.util.JavaScriptUtils
- JavaUser - org.apache.hop.execution.Execution.EnvironmentDetailType
- JavaVersion - org.apache.hop.execution.Execution.EnvironmentDetailType
- jdbcPropertiesFilename - Variable in class org.apache.hop.imp.HopImportBase
- join() - Method in class org.apache.hop.www.WebServer
- jsToBigNumber(Object, String) - Static method in class org.apache.hop.core.util.JavaScriptUtils
- jsToDate(Object, String) - Static method in class org.apache.hop.core.util.JavaScriptUtils
- jsToInteger(Object, Class<?>) - Static method in class org.apache.hop.core.util.JavaScriptUtils
- jsToNumber(Object, String) - Static method in class org.apache.hop.core.util.JavaScriptUtils
- jsToString(Object, String) - Static method in class org.apache.hop.core.util.JavaScriptUtils
K
- KERBEROS_APP_NAME - Static variable in class org.apache.hop.core.auth.kerberos.KerberosUtil
-
The application name to use when creating login contexts.
- KerberosAuthenticationProvider - Class in org.apache.hop.core.auth
- KerberosAuthenticationProvider() - Constructor for class org.apache.hop.core.auth.KerberosAuthenticationProvider
- KerberosAuthenticationProvider(String, String, boolean, String, boolean, String) - Constructor for class org.apache.hop.core.auth.KerberosAuthenticationProvider
- KerberosAuthenticationProvider.KerberosAuthenticationProviderType - Class in org.apache.hop.core.auth
- KerberosAuthenticationProviderType() - Constructor for class org.apache.hop.core.auth.KerberosAuthenticationProvider.KerberosAuthenticationProviderType
- KerberosUtil - Class in org.apache.hop.core.auth.kerberos
- KerberosUtil() - Constructor for class org.apache.hop.core.auth.kerberos.KerberosUtil
- KerberosUtil.HopLoginConfiguration - Class in org.apache.hop.core.auth.kerberos
-
A Login Configuration that is pre-configured based on our static configuration.
- kettlePropertiesFilename - Variable in class org.apache.hop.imp.HopImportBase
- KEY_FILES - Static variable in class org.apache.hop.execution.ExecutionDataBuilder
- KEY_LEVEL_ON_FAIL - Static variable in interface org.apache.hop.workflow.action.validator.IActionValidator
- KEY_RESULT - Static variable in class org.apache.hop.execution.ExecutionDataBuilder
- KEY_ROWS - Static variable in class org.apache.hop.execution.ExecutionDataBuilder
- KEY_VARIABLES_AFTER - Static variable in class org.apache.hop.execution.ExecutionDataBuilder
- KEY_VARIABLES_BEFORE - Static variable in class org.apache.hop.execution.ExecutionDataBuilder
- keys() - Method in class org.apache.hop.core.ConcurrentMapProperties
- keys() - Method in class org.apache.hop.core.util.KeyValueSet
- keySet() - Method in class org.apache.hop.core.ConcurrentMapProperties
- keySet() - Method in class org.apache.hop.workflow.action.validator.ValidatorContext
- KeyValue<T> - Class in org.apache.hop.core.util
- KeyValue(String) - Constructor for class org.apache.hop.core.util.KeyValue
-
Constructor.
- KeyValue(String, T) - Constructor for class org.apache.hop.core.util.KeyValue
-
Constructor.
- KeyValueFactory<T> - Class in org.apache.hop.core.util
- KeyValueFactory(T) - Constructor for class org.apache.hop.core.util.KeyValueFactory
-
Constructor.
- keyValues() - Method in class org.apache.hop.core.util.KeyValueSet
- KeyValueSet - Class in org.apache.hop.core.util
- KeyValueSet() - Constructor for class org.apache.hop.core.util.KeyValueSet
- keywords() - Method in annotation type org.apache.hop.core.annotations.Action
- keywords() - Method in annotation type org.apache.hop.core.annotations.Transform
L
- Last - org.apache.hop.pipeline.engines.local.LocalPipelineRunConfiguration.SampleType
- LAST_EXECUTION - org.apache.hop.www.GetExecutionInfoServlet.Type
- lastLogLineNr - Variable in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- lastLogLineNr - Variable in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- lastModificationDateTime - Variable in class org.apache.hop.pipeline.transforms.file.BaseFileInputTransformData
- lastModificationField - Variable in class org.apache.hop.pipeline.transforms.file.BaseFileInputAdditionalField
- LastRowsExecutionDataSampler - Class in org.apache.hop.execution.sampler.plugins.last
- LastRowsExecutionDataSampler() - Constructor for class org.apache.hop.execution.sampler.plugins.last.LastRowsExecutionDataSampler
- LastRowsExecutionDataSampler(String) - Constructor for class org.apache.hop.execution.sampler.plugins.last.LastRowsExecutionDataSampler
- LastRowsExecutionDataSampler(LastRowsExecutionDataSampler) - Constructor for class org.apache.hop.execution.sampler.plugins.last.LastRowsExecutionDataSampler
- LastRowsExecutionDataSamplerStore - Class in org.apache.hop.execution.sampler.plugins.last
-
A class meant to contain transform execution sampling data
- LastRowsExecutionDataSamplerStore(LastRowsExecutionDataSampler, ExecutionDataSamplerMeta) - Constructor for class org.apache.hop.execution.sampler.plugins.last.LastRowsExecutionDataSamplerStore
- LastRowsExecutionDataSamplerStore(LastRowsExecutionDataSampler, ExecutionDataSamplerMeta, IRowMeta, List<Object[]>, int) - Constructor for class org.apache.hop.execution.sampler.plugins.last.LastRowsExecutionDataSamplerStore
- lastRowWrittenDate - Variable in class org.apache.hop.pipeline.transform.BaseTransform
- leafClass - Variable in class org.apache.hop.core.injection.bean.BeanLevelInfo
-
Class for transform from field or methods.
- LEVEL_FAILURE_DEFAULT - Static variable in class org.apache.hop.workflow.action.validator.ActionValidatorUtils
- lightBlue - Variable in class org.apache.hop.core.gui.SvgGc
- LIGHTBLUE - org.apache.hop.core.gui.IGc.EColor
- lightGray - Variable in class org.apache.hop.core.gui.SvgGc
- LIGHTGRAY - org.apache.hop.core.gui.IGc.EColor
- lineNumberFilesDestinationDirectory - Variable in class org.apache.hop.pipeline.transforms.file.BaseFileErrorHandling
-
The directory that will contain line number files
- lineNumberFilesExtension - Variable in class org.apache.hop.pipeline.transforms.file.BaseFileErrorHandling
-
The extension of line number files
- lineWidth - Variable in class org.apache.hop.core.gui.BasePainter
- list(PrintStream) - Method in class org.apache.hop.core.ConcurrentMapProperties
- list(PrintWriter) - Method in class org.apache.hop.core.ConcurrentMapProperties
- LIST - org.apache.hop.core.injection.bean.BeanLevelInfo.DIMENSION
- listParameters() - Method in class org.apache.hop.base.AbstractMeta
- listParameters() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- listParameters() - Method in class org.apache.hop.pipeline.Pipeline
-
Gets a list of the parameters for the pipeline.
- listParameters() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- listParameters() - Method in class org.apache.hop.workflow.Workflow
- load(InputStream) - Method in class org.apache.hop.core.ConcurrentMapProperties
- load(Reader) - Method in class org.apache.hop.core.ConcurrentMapProperties
- LOAD_BALANCE - org.apache.hop.core.gui.IGc.EImage
- loadAttributes(Node) - Static method in class org.apache.hop.core.attributes.AttributesUtil
-
Load the attribute groups from an XML DOM Node.
- loadAuditStateMap(String, String) - Method in interface org.apache.hop.history.IAuditManager
-
Load the audit state map of a map of objects
- loadAuditStateMap(String, String) - Method in class org.apache.hop.history.local.LocalAuditManager
-
Load the auditing state map for the specified group and type
- loadFromXML(InputStream) - Method in class org.apache.hop.core.ConcurrentMapProperties
- loadMap(String, String) - Method in interface org.apache.hop.history.IAuditManager
-
Load a map of String values for a given group for a given type
- loadMap(String, String) - Method in class org.apache.hop.history.local.LocalAuditManager
-
Load the auditing state map for the specified group and type
- loadMappingMeta(TransformWithMappingMeta, IHopMetadataProvider, IVariables) - Static method in class org.apache.hop.pipeline.TransformWithMappingMeta
- loadPluginRegistry() - Method in class org.apache.hop.core.HopEnvironment
-
Loads the plugin registry.
- loadReferencedObject(int, IHopMetadataProvider, IVariables) - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
-
Load the referenced object
- loadReferencedObject(int, IHopMetadataProvider, IVariables) - Method in interface org.apache.hop.pipeline.transform.ITransformMeta
-
Load the referenced object
- loadReferencedObject(int, IHopMetadataProvider, IVariables) - Method in class org.apache.hop.workflow.action.ActionBase
-
Load the referenced object
- loadReferencedObject(int, IHopMetadataProvider, IVariables) - Method in interface org.apache.hop.workflow.action.IAction
-
Load the referenced object
- loadXml(String, IHopMetadataProvider, IVariables) - Method in class org.apache.hop.pipeline.PipelineMeta
- loadXml(IVariables, String, IHopMetadataProvider) - Method in class org.apache.hop.workflow.WorkflowMeta
- loadXml(Node) - Method in class org.apache.hop.core.util.BooleanPluginProperty
- loadXml(Node) - Method in class org.apache.hop.core.util.IntegerPluginProperty
- loadXml(Node) - Method in interface org.apache.hop.core.util.IPluginProperty
- loadXml(Node) - Method in class org.apache.hop.core.util.StringListPluginProperty
- loadXml(Node) - Method in class org.apache.hop.core.util.StringPluginProperty
- loadXml(Node) - Method in interface org.apache.hop.pipeline.IPartitioner
-
Load xml.
- loadXml(Node) - Method in class org.apache.hop.pipeline.ModPartitioner
- loadXml(Node) - Method in class org.apache.hop.workflow.action.ActionBase
-
This method is called by Hop whenever a action needs to read its settings from XML.
- loadXml(Node, String, IHopMetadataProvider, IVariables) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Parses an XML DOM (starting at the specified Node) that describes the pipeline.
- loadXml(Node, String, IHopMetadataProvider, IVariables) - Method in class org.apache.hop.workflow.WorkflowMeta
-
Load a block of XML from an DOM node.
- loadXml(Node, List<DatabaseMeta>, IHopMetadataProvider) - Method in class org.apache.hop.core.util.AbstractTransformMeta
- loadXml(Node, IHopMetadataProvider) - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
-
Automatically load metadata from XML using @
HopMetadataPropertyannotations - loadXml(Node, IHopMetadataProvider) - Method in interface org.apache.hop.pipeline.transform.ITransformMeta
-
Load the values for this transform from an XML Node
- loadXml(Node, IHopMetadataProvider) - Method in class org.apache.hop.pipeline.transforms.dummy.DummyMeta
- loadXml(Node, IHopMetadataProvider, IVariables) - Method in class org.apache.hop.workflow.action.ActionBase
- loadXml(Node, IHopMetadataProvider, IVariables) - Method in interface org.apache.hop.workflow.action.IAction
-
This method is called by Apache Hop whenever a action needs to read its settings from XML.
- loadXml(Node, IHopMetadataProvider, IVariables) - Method in class org.apache.hop.workflow.actions.dummy.ActionDummy
- loadXml(Node, IHopMetadataProvider, IVariables) - Method in class org.apache.hop.workflow.actions.missing.MissingAction
- LoadXml(Node) - Constructor for class org.apache.hop.core.util.PluginPropertyHandler.LoadXml
-
Constructor.
- LocalAuditManager - Class in org.apache.hop.history.local
-
The local audit manager stores its history in the hop home directory (~/.hop) under the history folder So : $HOME/.hop/history
- LocalAuditManager() - Constructor for class org.apache.hop.history.local.LocalAuditManager
- LocalAuditManager(String) - Constructor for class org.apache.hop.history.local.LocalAuditManager
- localizationPrefix() - Method in annotation type org.apache.hop.core.injection.InjectionSupported
- LocalPipelineEngine - Class in org.apache.hop.pipeline.engines.local
- LocalPipelineEngine() - Constructor for class org.apache.hop.pipeline.engines.local.LocalPipelineEngine
- LocalPipelineEngine(PipelineMeta) - Constructor for class org.apache.hop.pipeline.engines.local.LocalPipelineEngine
- LocalPipelineEngine(PipelineMeta, IVariables, ILoggingObject) - Constructor for class org.apache.hop.pipeline.engines.local.LocalPipelineEngine
- LocalPipelineEngine(Parent, String, String, IHopMetadataProvider) - Constructor for class org.apache.hop.pipeline.engines.local.LocalPipelineEngine
- LocalPipelineEngineCapabilities - Class in org.apache.hop.pipeline.engines.local
- LocalPipelineEngineCapabilities() - Constructor for class org.apache.hop.pipeline.engines.local.LocalPipelineEngineCapabilities
-
Locally we can do preview, debug, sniff testing, ...
- LocalPipelineRunConfiguration - Class in org.apache.hop.pipeline.engines.local
- LocalPipelineRunConfiguration() - Constructor for class org.apache.hop.pipeline.engines.local.LocalPipelineRunConfiguration
- LocalPipelineRunConfiguration(LocalPipelineRunConfiguration) - Constructor for class org.apache.hop.pipeline.engines.local.LocalPipelineRunConfiguration
- LocalPipelineRunConfiguration.SampleType - Enum in org.apache.hop.pipeline.engines.local
- LocalSinglePipelineEngine - Class in org.apache.hop.pipeline.engines.localsingle
- LocalSinglePipelineEngine() - Constructor for class org.apache.hop.pipeline.engines.localsingle.LocalSinglePipelineEngine
- LocalSinglePipelineEngine(PipelineMeta) - Constructor for class org.apache.hop.pipeline.engines.localsingle.LocalSinglePipelineEngine
- LocalSinglePipelineEngine(PipelineMeta, IVariables, ILoggingObject) - Constructor for class org.apache.hop.pipeline.engines.localsingle.LocalSinglePipelineEngine
- LocalSinglePipelineEngine(Parent, String, String, IHopMetadataProvider) - Constructor for class org.apache.hop.pipeline.engines.localsingle.LocalSinglePipelineEngine
- LocalSinglePipelineRunConfiguration - Class in org.apache.hop.pipeline.engines.localsingle
- LocalSinglePipelineRunConfiguration() - Constructor for class org.apache.hop.pipeline.engines.localsingle.LocalSinglePipelineRunConfiguration
- LocalSinglePipelineRunConfiguration(String, String, String) - Constructor for class org.apache.hop.pipeline.engines.localsingle.LocalSinglePipelineRunConfiguration
- LocalSinglePipelineRunConfiguration(LocalSinglePipelineRunConfiguration) - Constructor for class org.apache.hop.pipeline.engines.localsingle.LocalSinglePipelineRunConfiguration
- LocalWorkflowEngine - Class in org.apache.hop.workflow.engines.local
- LocalWorkflowEngine() - Constructor for class org.apache.hop.workflow.engines.local.LocalWorkflowEngine
- LocalWorkflowEngine(WorkflowMeta) - Constructor for class org.apache.hop.workflow.engines.local.LocalWorkflowEngine
- LocalWorkflowEngine(WorkflowMeta, ILoggingObject) - Constructor for class org.apache.hop.workflow.engines.local.LocalWorkflowEngine
- LocalWorkflowRunConfiguration - Class in org.apache.hop.workflow.engines.local
- LocalWorkflowRunConfiguration() - Constructor for class org.apache.hop.workflow.engines.local.LocalWorkflowRunConfiguration
- LocalWorkflowRunConfiguration(LocalWorkflowRunConfiguration) - Constructor for class org.apache.hop.workflow.engines.local.LocalWorkflowRunConfiguration
- locationName - Variable in class org.apache.hop.execution.remote.RemoteExecutionInfoLocation
- LOCK - org.apache.hop.core.gui.IGc.EImage
- log - Variable in class org.apache.hop.imp.HopImportBase
- log - Variable in class org.apache.hop.pipeline.Pipeline
-
The log channel interface.
- log - Variable in class org.apache.hop.pipeline.transform.BaseTransform
- log - Variable in class org.apache.hop.pipeline.transform.BaseTransformMeta
- log - Variable in class org.apache.hop.workflow.action.ActionBase
-
The log channel interface object, used for logging
- log - Variable in class org.apache.hop.workflow.Workflow
- log - Variable in class org.apache.hop.www.BaseHttpServlet
- logBasic(String) - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Log basic.
- logBasic(String) - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
-
Log basic.
- logBasic(String) - Method in class org.apache.hop.workflow.action.ActionBase
-
Logs the specified string at the basic level.
- logBasic(String) - Method in class org.apache.hop.www.BaseHttpServlet
- logBasic(String, Object...) - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Log basic.
- logBasic(String, Object...) - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
-
Log basic.
- logBasic(String, Object...) - Method in class org.apache.hop.workflow.action.ActionBase
-
Logs the specified string and arguments at the basic level.
- logBasic(String, Object...) - Method in class org.apache.hop.www.BaseHttpServlet
- logChannel - Variable in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- logChannel - Variable in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- LogChannelFileWriter - Class in org.apache.hop.core.logging
-
This class takes care of polling the central log store for new log messages belonging to a certain log channel ID (and children).
- LogChannelFileWriter(String, FileObject, boolean) - Constructor for class org.apache.hop.core.logging.LogChannelFileWriter
-
Create a new log channel file writer
- LogChannelFileWriter(String, FileObject, boolean, int) - Constructor for class org.apache.hop.core.logging.LogChannelFileWriter
-
Create a new log channel file writer
- logCommitSize - Variable in class org.apache.hop.pipeline.Pipeline
-
The log commit size.
- logDebug(String) - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Log debug.
- logDebug(String) - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
-
Log debug.
- logDebug(String) - Method in class org.apache.hop.workflow.action.ActionBase
-
Logs the specified string at the debug level.
- logDebug(String) - Method in class org.apache.hop.www.BaseHttpServlet
- logDebug(String, Object...) - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Log debug.
- logDebug(String, Object...) - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
-
Log debug.
- logDebug(String, Object...) - Method in class org.apache.hop.workflow.action.ActionBase
-
Logs the specified string and arguments at the debug level.
- logDetailed(String) - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Log detailed.
- logDetailed(String) - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
-
Log detailed.
- logDetailed(String) - Method in class org.apache.hop.workflow.action.ActionBase
-
Logs the specified string at the detailed level.
- logDetailed(String) - Method in class org.apache.hop.www.BaseHttpServlet
- logDetailed(String, Object...) - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Log detailed.
- logDetailed(String, Object...) - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
-
Log detailed.
- logDetailed(String, Object...) - Method in class org.apache.hop.workflow.action.ActionBase
-
Logs the specified string and arguments at the detailed level.
- logDetailed(String, Object...) - Method in class org.apache.hop.www.BaseHttpServlet
- logError(String) - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Log error.
- logError(String) - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
-
Log error.
- logError(String) - Method in class org.apache.hop.workflow.action.ActionBase
-
Logs the specified string at the error level.
- logError(String) - Method in class org.apache.hop.www.BaseHttpServlet
- logError(String, Object...) - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Log error.
- logError(String, Object...) - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
-
Log error.
- logError(String, Object...) - Method in class org.apache.hop.workflow.action.ActionBase
-
Logs the specified string and arguments at the error level.
- logError(String, Object...) - Method in class org.apache.hop.www.BaseHttpServlet
- logError(String, Throwable) - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Log error.
- logError(String, Throwable) - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
-
Log error.
- logError(String, Throwable) - Method in class org.apache.hop.workflow.action.ActionBase
-
Logs the specified string and Throwable object at the error level.
- logError(String, Throwable) - Method in class org.apache.hop.www.BaseHttpServlet
- logFileOutputStream - Variable in class org.apache.hop.core.logging.LogChannelFileWriter
- LoggingMetric - Class in org.apache.hop.core.logging
-
Just a small wrapper class to allow us to pass a few extra details along with a metrics snapshot (like the batch id)
- LoggingMetric(long, IMetricsSnapshot) - Constructor for class org.apache.hop.core.logging.LoggingMetric
- loggingObject - Variable in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- loggingObject - Static variable in class org.apache.hop.pipeline.transform.BaseTransformMeta
- loggingObject - Variable in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- LOGIN_CONFIG_BASE - Static variable in class org.apache.hop.core.auth.kerberos.KerberosUtil
-
Base properties to be inherited by all other LOGIN_CONFIG* configuration maps.
- LOGIN_CONFIG_OPTS_KERBEROS_KEYTAB - Static variable in class org.apache.hop.core.auth.kerberos.KerberosUtil
-
Login Configuration options for KERBEROS_KEYTAB mode.
- LoginContextInvocationHandler<T> - Class in org.apache.hop.core.auth.kerberos
- LoginContextInvocationHandler(T, LoginContext) - Constructor for class org.apache.hop.core.auth.kerberos.LoginContextInvocationHandler
- LoginContextInvocationHandler(T, LoginContext, Set<Class<?>>) - Constructor for class org.apache.hop.core.auth.kerberos.LoginContextInvocationHandler
- logLevel - Variable in class org.apache.hop.execution.ExecutionBuilder
- logLevel - Variable in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- logLevel - Variable in class org.apache.hop.pipeline.Pipeline
-
The log level.
- logLevel - Variable in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- logLevel - Variable in class org.apache.hop.workflow.Workflow
- logMinimal(String) - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Log minimal.
- logMinimal(String) - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
-
Log minimal.
- logMinimal(String) - Method in class org.apache.hop.workflow.action.ActionBase
-
Logs the specified string at the minimal level.
- logMinimal(String) - Method in class org.apache.hop.www.BaseHttpServlet
- logMinimal(String, Object...) - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Log minimal.
- logMinimal(String, Object...) - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
-
Log minimal.
- logMinimal(String, Object...) - Method in class org.apache.hop.workflow.action.ActionBase
-
Logs the specified string and arguments at the minimal level.
- logRowlevel(String) - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Log rowlevel.
- logRowlevel(String) - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
-
Log rowlevel.
- logRowlevel(String) - Method in class org.apache.hop.workflow.action.ActionBase
-
Logs the specified string at the row level.
- logRowlevel(String) - Method in class org.apache.hop.www.BaseHttpServlet
- logRowlevel(String, Object...) - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Log rowlevel.
- logRowlevel(String, Object...) - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
-
Log rowlevel.
- logRowlevel(String, Object...) - Method in class org.apache.hop.workflow.action.ActionBase
-
Logs the specified string and arguments at the row level.
- logSummary() - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Log summary.
- logUnexpectedError(Throwable) - Method in class org.apache.hop.core.util.AbstractTransform
-
Log exception.
- LONG - Static variable in class org.apache.hop.core.util.KeyValueFactory
-
Default instance for ...
- LONG_ONE - Static variable in class org.apache.hop.core.util.KeyValueFactory
-
Default instance for ...
- longValidator() - Static method in class org.apache.hop.workflow.action.validator.ActionValidatorUtils
-
Returns a LongValidator singleton.
- LongValidator - Class in org.apache.hop.workflow.action.validator
- LongValidator() - Constructor for class org.apache.hop.workflow.action.validator.LongValidator
- longValue() - Method in class org.apache.hop.core.util.KeyValue
- longValue(Long) - Method in class org.apache.hop.core.util.KeyValue
- lookupExecutionInformationLocation() - Method in class org.apache.hop.pipeline.engines.local.LocalPipelineEngine
-
This method looks up the execution information location specified in the run configuration.
- lookupExecutionInformationLocation() - Method in class org.apache.hop.workflow.engines.local.LocalWorkflowEngine
-
This method looks up the execution information location specified in the run configuration.
- loopCache - Variable in class org.apache.hop.pipeline.PipelineMeta
-
The loop cache.
- loopCache - Variable in class org.apache.hop.workflow.WorkflowMeta
-
The loop cache.
- lowerNote(int) - Method in class org.apache.hop.base.AbstractMeta
-
Lowers a note to the "bottom" of the list by removing the note at the specified index and re-inserting it at the front.
M
- magenta - Variable in class org.apache.hop.core.gui.SvgGc
- MAGENTA - org.apache.hop.core.gui.IGc.EColor
- magnification - Variable in class org.apache.hop.core.gui.BasePainter
- magnification - Variable in class org.apache.hop.pipeline.PipelinePainterFlyoutExtension
- magnificationDescriptions - Static variable in class org.apache.hop.pipeline.PipelinePainter
- magnifyPoint(Point) - Method in class org.apache.hop.core.gui.BasePainter
- main(String[]) - Static method in class org.apache.hop.config.HopConfig
- main(String[]) - Static method in class org.apache.hop.encryption.HopEncrypt
-
Create an encrypted password
- main(String[]) - Static method in class org.apache.hop.imp.HopImport
- main(String[]) - Static method in class org.apache.hop.run.HopRun
- main(String[]) - Static method in class org.apache.hop.search.HopSearch
- main(String[]) - Static method in class org.apache.hop.www.HopServer
- markStart() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- markStart() - Method in interface org.apache.hop.pipeline.transform.ITransform
-
Mark the start time of the transform.
- markStop() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- markStop() - Method in interface org.apache.hop.pipeline.transform.ITransform
-
Mark the end time of the transform.
- matches(Execution) - Method in interface org.apache.hop.execution.IExecutionMatcher
- matchObjectFields(ISearchable<T>, List<ISearchResult>, ISearchQuery, Object, String, String) - Method in class org.apache.hop.core.search.BaseSearchableAnalyser
- matchProperty(ISearchable<T>, List<ISearchResult>, ISearchQuery, String, String, String) - Method in class org.apache.hop.core.search.BaseSearchableAnalyser
- max - Variable in class org.apache.hop.workflow.WorkflowMeta
-
List of booleans indicating whether or not to remember the size and position of the different windows...
- MAX_JSON_LOGGING_TEXT_SIZE - Static variable in class org.apache.hop.execution.local.FileExecutionInfoLocation
- maxActionsLogged - Variable in class org.apache.hop.workflow.Workflow
- maximum - Variable in class org.apache.hop.core.gui.BasePainter
- MaxLength - org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSampler.ProfilingType
- maxLengths - Variable in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSamplerStore
-
The maximum lengths of String fields
- MaxMemory - org.apache.hop.execution.Execution.EnvironmentDetailType
- maxMeta - Variable in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSamplerStore
-
The maximum value metadata of fields
- maxRows - Variable in class org.apache.hop.execution.sampler.ExecutionDataSamplerStoreBase
- maxUndo - Variable in class org.apache.hop.base.AbstractMeta
- MaxValue - org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSampler.ProfilingType
- maxValues - Variable in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSamplerStore
-
The maximum values of fields
- merge(Object, Object, BiFunction<? super Object, ? super Object, ? extends Object>) - Method in class org.apache.hop.core.ConcurrentMapProperties
- MESSAGE - Static variable in class org.apache.hop.core.util.PluginPropertyHandler.Fail
-
The message.
- messageBox(String, String, boolean, int) - Method in interface org.apache.hop.core.gui.IHopUi
- meta - Variable in class org.apache.hop.pipeline.BasePartitioner
- meta - Variable in class org.apache.hop.pipeline.transform.BaseTransform
- meta - Variable in class org.apache.hop.pipeline.transform.TransformMetaDataCombi
- metadataJson - Variable in class org.apache.hop.execution.ExecutionBuilder
- metadataProvider - Variable in class org.apache.hop.base.AbstractMeta
- metadataProvider - Variable in class org.apache.hop.imp.HopImportBase
- metadataProvider - Variable in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- metadataProvider - Variable in class org.apache.hop.pipeline.Pipeline
-
The MetaStore to use
- metadataProvider - Variable in class org.apache.hop.pipeline.transform.BaseTransform
-
The metadata that the transform uses to load external elements from
- metadataProvider - Variable in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- metadataProvider - Variable in class org.apache.hop.workflow.Workflow
- metadataTargetFolder - Variable in class org.apache.hop.imp.HopImportBase
- methodCodes - Static variable in class org.apache.hop.pipeline.transform.TransformPartitioningMeta
- methodDescriptions - Static variable in class org.apache.hop.pipeline.transform.TransformPartitioningMeta
- METRIC_BUFFER_IN - Static variable in class org.apache.hop.pipeline.Pipeline
- METRIC_BUFFER_OUT - Static variable in class org.apache.hop.pipeline.Pipeline
- METRIC_ERROR - Static variable in class org.apache.hop.pipeline.Pipeline
- METRIC_FLUSH_BUFFER - Static variable in class org.apache.hop.pipeline.Pipeline
- METRIC_INIT - Static variable in class org.apache.hop.pipeline.Pipeline
- METRIC_INPUT - Static variable in class org.apache.hop.pipeline.Pipeline
- METRIC_NAME_BUFFER_IN - Static variable in class org.apache.hop.pipeline.Pipeline
- METRIC_NAME_BUFFER_OUT - Static variable in class org.apache.hop.pipeline.Pipeline
- METRIC_NAME_ERROR - Static variable in class org.apache.hop.pipeline.Pipeline
- METRIC_NAME_FLUSH_BUFFER - Static variable in class org.apache.hop.pipeline.Pipeline
- METRIC_NAME_INIT - Static variable in class org.apache.hop.pipeline.Pipeline
- METRIC_NAME_INPUT - Static variable in class org.apache.hop.pipeline.Pipeline
- METRIC_NAME_OUTPUT - Static variable in class org.apache.hop.pipeline.Pipeline
- METRIC_NAME_READ - Static variable in class org.apache.hop.pipeline.Pipeline
- METRIC_NAME_REJECTED - Static variable in class org.apache.hop.pipeline.Pipeline
- METRIC_NAME_UPDATED - Static variable in class org.apache.hop.pipeline.Pipeline
- METRIC_NAME_WRITTEN - Static variable in class org.apache.hop.pipeline.Pipeline
- METRIC_OUTPUT - Static variable in class org.apache.hop.pipeline.Pipeline
- METRIC_READ - Static variable in class org.apache.hop.pipeline.Pipeline
- METRIC_REJECTED - Static variable in class org.apache.hop.pipeline.Pipeline
- METRIC_UPDATED - Static variable in class org.apache.hop.pipeline.Pipeline
- METRIC_WRITTEN - Static variable in class org.apache.hop.pipeline.Pipeline
- migratedFilesMap - Variable in class org.apache.hop.imp.HopImportBase
- MINI_ICON_DISTANCE - Static variable in class org.apache.hop.core.gui.BasePainter
- MINI_ICON_MARGIN - Static variable in class org.apache.hop.core.gui.BasePainter
- MINI_ICON_SKEW - Static variable in class org.apache.hop.core.gui.BasePainter
- MINI_ICON_TRIANGLE_BASE - Static variable in class org.apache.hop.core.gui.BasePainter
- miniIconSize - Variable in class org.apache.hop.core.gui.BasePainter
- MinLength - org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSampler.ProfilingType
- minLengths - Variable in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSamplerStore
-
The minimum lengths of String fields
- minMeta - Variable in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSamplerStore
-
The minimum metadata of fields
- MinValue - org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSampler.ProfilingType
- minValues - Variable in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSamplerStore
-
The minimum values of fields
- Missing - Class in org.apache.hop.pipeline.transforms.missing
- Missing(String, String) - Constructor for class org.apache.hop.pipeline.transforms.missing.Missing
- MissingAction - Class in org.apache.hop.workflow.actions.missing
- MissingAction() - Constructor for class org.apache.hop.workflow.actions.missing.MissingAction
- MissingAction(String, String) - Constructor for class org.apache.hop.workflow.actions.missing.MissingAction
- MissingData - Class in org.apache.hop.pipeline.transforms.missing
- MissingData() - Constructor for class org.apache.hop.pipeline.transforms.missing.MissingData
- MissingTransform - Class in org.apache.hop.pipeline.transforms.missing
- MissingTransform(TransformMeta, DummyMeta, DummyData, int, PipelineMeta, Pipeline) - Constructor for class org.apache.hop.pipeline.transforms.missing.MissingTransform
- modifiedDate - Variable in class org.apache.hop.pipeline.AbstractMetaInfo
- modifiedUser - Variable in class org.apache.hop.pipeline.AbstractMetaInfo
- ModPartitioner - Class in org.apache.hop.pipeline
- ModPartitioner() - Constructor for class org.apache.hop.pipeline.ModPartitioner
- monitor - Variable in class org.apache.hop.imp.HopImportBase
- monitorRemotePipeline(IVariables, ILogChannel, String, String) - Method in class org.apache.hop.server.HopServer
-
Monitors a remote pipeline every 5 seconds.
- monitorRemotePipeline(IVariables, ILogChannel, String, String, int) - Method in class org.apache.hop.server.HopServer
-
Monitors a remote pipeline at the specified interval.
- monitorRemoteWorkflow(IVariables, ILogChannel, String, String) - Method in class org.apache.hop.server.HopServer
-
Monitors a remote workflow every 5 seconds.
- monitorRemoteWorkflow(IVariables, ILogChannel, String, String, int) - Method in class org.apache.hop.server.HopServer
-
Monitors a remote workflow at the specified interval.
- monitorRemoteWorkflowUntilFinished() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- MONTHLY - Static variable in class org.apache.hop.workflow.actions.start.ActionStart
- mx - Variable in class org.apache.hop.pipeline.PipelinePainterExtension
- mx - Variable in class org.apache.hop.workflow.WorkflowPainterExtension
- my - Variable in class org.apache.hop.pipeline.PipelinePainterExtension
- my - Variable in class org.apache.hop.workflow.WorkflowPainterExtension
N
- name - Variable in class org.apache.hop.execution.ExecutionBuilder
- name - Variable in class org.apache.hop.pipeline.AbstractMetaInfo
- name() - Method in annotation type org.apache.hop.core.annotations.Action
- name() - Method in annotation type org.apache.hop.core.annotations.HopServerServlet
- name() - Method in annotation type org.apache.hop.core.annotations.PartitionerPlugin
- name() - Method in annotation type org.apache.hop.core.annotations.Transform
- name() - Method in annotation type org.apache.hop.core.auth.AuthenticationConsumerPlugin
- name() - Method in annotation type org.apache.hop.core.auth.AuthenticationProviderPlugin
- name() - Method in annotation type org.apache.hop.core.compress.CompressionPlugin
- name() - Method in annotation type org.apache.hop.core.injection.Injection
-
Injection key.
- name() - Method in annotation type org.apache.hop.execution.plugin.ExecutionInfoLocationPlugin
- name() - Method in annotation type org.apache.hop.execution.sampler.ExecutionDataSamplerPlugin
- name() - Method in annotation type org.apache.hop.imp.ImportPlugin
-
The name of the plugin
- name() - Method in annotation type org.apache.hop.pipeline.engine.PipelineEnginePlugin
- name() - Method in annotation type org.apache.hop.pipeline.transform.RowDistributionPlugin
- name() - Method in annotation type org.apache.hop.workflow.engine.WorkflowEnginePlugin
- nameChanged(Object, String, String) - Method in interface org.apache.hop.core.listeners.INameChangedListener
-
The method that is executed when the name of an object changes
- nameChangedListeners - Variable in class org.apache.hop.base.AbstractMeta
- namedParams - Variable in class org.apache.hop.base.AbstractMeta
- namedParams - Variable in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
-
The named parameters.
- namedParams - Variable in class org.apache.hop.workflow.Workflow
-
Parameters of the workflow.
- namedResourcesSourceFolder - Variable in class org.apache.hop.pipeline.engines.remote.RemotePipelineRunConfiguration
- namedResourcesSourceFolder - Variable in class org.apache.hop.workflow.engines.remote.RemoteWorkflowRunConfiguration
- namedResourcesTargetFolder - Variable in class org.apache.hop.pipeline.engines.remote.RemotePipelineRunConfiguration
- namedResourcesTargetFolder - Variable in class org.apache.hop.workflow.engines.remote.RemoteWorkflowRunConfiguration
- nameFromFilename() - Method in class org.apache.hop.base.AbstractMeta
-
Builds a name - if no name is set, yet - from the filename
- nameFromFilename() - Method in interface org.apache.hop.core.IEngineMeta
-
Builds a name for this.
- nameKey - Variable in class org.apache.hop.core.injection.bean.BeanLevelInfo
-
Name on the path : prefix + key usually.
- nameResource(String, String, String, IResourceNaming.FileNamingType) - Method in interface org.apache.hop.resource.IResourceNaming
-
Create a (file) name for a resource based on a prefix and an extension.
- nameResource(String, String, String, IResourceNaming.FileNamingType) - Method in class org.apache.hop.resource.SimpleResourceNaming
- nameResource(FileObject, IVariables, boolean) - Method in interface org.apache.hop.resource.IResourceNaming
-
Create a (file) name based on the passed FileObject
- nameResource(FileObject, IVariables, boolean) - Method in class org.apache.hop.resource.SimpleResourceNaming
- nameSynchronizedWithFilename - Variable in class org.apache.hop.pipeline.AbstractMetaInfo
- NewAction - org.apache.hop.core.undo.ChangeAction.ActionType
- NewNote - org.apache.hop.core.undo.ChangeAction.ActionType
- NewPipelineHop - org.apache.hop.core.undo.ChangeAction.ActionType
- NewTableRow - org.apache.hop.core.undo.ChangeAction.ActionType
- NewTransform - org.apache.hop.core.undo.ChangeAction.ActionType
- NewWorkflowHop - org.apache.hop.core.undo.ChangeAction.ActionType
- nextEntry() - Method in class org.apache.hop.core.compress.CompressionInputStream
- nextEntry() - Method in class org.apache.hop.core.compress.hadoopsnappy.HadoopSnappyCompressionInputStream
- nextEntry() - Method in class org.apache.hop.core.compress.snappy.SnappyCompressionInputStream
- nextEntry() - Method in class org.apache.hop.core.compress.zip.ZipCompressionInputStream
- nextUndo() - Method in class org.apache.hop.base.AbstractMeta
- nextUndo() - Method in interface org.apache.hop.core.gui.IUndo
-
Get the next undo transaction on the list.
- NO - Static variable in class org.apache.hop.pipeline.transforms.file.BaseFileInputFiles
- NO - Static variable in class org.apache.hop.pipeline.transforms.file.BaseFileInputMeta
- NO_AUTH_ID - Static variable in class org.apache.hop.core.auth.NoAuthenticationAuthenticationProvider
- NO_PARTS - Static variable in class org.apache.hop.pipeline.transform.errorhandling.AbstractFileErrorHandler
- NoAuthenticationAuthenticationProvider - Class in org.apache.hop.core.auth
- NoAuthenticationAuthenticationProvider() - Constructor for class org.apache.hop.core.auth.NoAuthenticationAuthenticationProvider
- None - org.apache.hop.core.undo.ChangeAction.ActionType
- None - org.apache.hop.pipeline.engines.local.LocalPipelineRunConfiguration.SampleType
- NONE - org.apache.hop.core.injection.bean.BeanLevelInfo.DIMENSION
- NoneCompressionInputStream(InputStream, ICompressionProvider) - Constructor for class org.apache.hop.core.compress.NoneCompressionProvider.NoneCompressionInputStream
- NoneCompressionOutputStream(OutputStream, ICompressionProvider) - Constructor for class org.apache.hop.core.compress.NoneCompressionProvider.NoneCompressionOutputStream
- NoneCompressionProvider - Class in org.apache.hop.core.compress
- NoneCompressionProvider() - Constructor for class org.apache.hop.core.compress.NoneCompressionProvider
- NoneCompressionProvider.NoneCompressionInputStream - Class in org.apache.hop.core.compress
- NoneCompressionProvider.NoneCompressionOutputStream - Class in org.apache.hop.core.compress
- nonNullCounters - Variable in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSamplerStore
-
The counters map for non-null values
- Normal - org.apache.hop.pipeline.PipelineMeta.PipelineType
-
A normal pipeline.
- normalize() - Method in class org.apache.hop.pipeline.transforms.file.BaseFileInputAdditionalField
-
Set null for all empty field values to be able to fast check during transform processing.
- normalizeAllocation(int) - Method in class org.apache.hop.pipeline.transforms.file.BaseFileInputFiles
- normalizeAllocation(String[], int) - Static method in class org.apache.hop.pipeline.transforms.file.BaseFileInputFiles
- normalizeSlashes(String) - Method in class org.apache.hop.core.util.CurrentDirectoryResolver
- NOSCHEDULING - Static variable in class org.apache.hop.workflow.actions.start.ActionStart
- NOT_EMPTY_ARRAY - Static variable in class org.apache.hop.core.util.CollectionPredicates
-
Not empty array.
- NOT_EMPTY_COLLECTION - Static variable in class org.apache.hop.core.util.CollectionPredicates
-
Not empty collection.
- NOT_EMPTY_MAP - Static variable in class org.apache.hop.core.util.CollectionPredicates
-
Not empty map.
- NOT_NULL_OR_EMPTY_ARRAY - Static variable in class org.apache.hop.core.util.CollectionPredicates
-
Not null or empty array.
- NOT_NULL_OR_EMPTY_COLLECTION - Static variable in class org.apache.hop.core.util.CollectionPredicates
-
Not null or empty collection.
- NOT_NULL_OR_EMPTY_MAP - Static variable in class org.apache.hop.core.util.CollectionPredicates
-
Not null or empty map.
- notBlankValidator() - Static method in class org.apache.hop.workflow.action.validator.ActionValidatorUtils
-
Returns a NotBlankValidator singleton.
- NotBlankValidator - Class in org.apache.hop.workflow.action.validator
-
Fails if the field's value is either
null, an empty string, or a string containing only whitespace. - NotBlankValidator() - Constructor for class org.apache.hop.workflow.action.validator.NotBlankValidator
- NOTE - org.apache.hop.core.gui.AreaOwner.AreaType
- NOTE - org.apache.hop.core.gui.IGc.EFont
- NotePadMeta - Class in org.apache.hop.core
-
Describes a note displayed on a Pipeline or Workflow.
- NotePadMeta() - Constructor for class org.apache.hop.core.NotePadMeta
- NotePadMeta(String, int, int, int, int) - Constructor for class org.apache.hop.core.NotePadMeta
- NotePadMeta(String, int, int, int, int, String, int, boolean, boolean, int, int, int, int, int, int, int, int, int) - Constructor for class org.apache.hop.core.NotePadMeta
- NotePadMeta(NotePadMeta) - Constructor for class org.apache.hop.core.NotePadMeta
- NotePadMeta(Node) - Constructor for class org.apache.hop.core.NotePadMeta
- notes - Variable in class org.apache.hop.base.AbstractMeta
- notifyAllListeners(TransformMeta, TransformMeta) - Method in class org.apache.hop.pipeline.PipelineMeta
- notifyObservers(Object) - Method in class org.apache.hop.base.AbstractMeta
- notifyObservers(Object) - Method in class org.apache.hop.core.changed.ChangedFlag
- notNullValidator() - Static method in class org.apache.hop.workflow.action.validator.ActionValidatorUtils
-
Returns a NotNullValidator singleton.
- NotNullValidator - Class in org.apache.hop.workflow.action.validator
-
Fails if a field's value is
null. - NotNullValidator() - Constructor for class org.apache.hop.workflow.action.validator.NotNullValidator
- nr_repeats - Variable in class org.apache.hop.pipeline.transforms.file.BaseFileInputTransformData
- nrActions() - Method in class org.apache.hop.workflow.WorkflowMeta
-
Nr actions.
- nrDatabases() - Method in class org.apache.hop.base.AbstractMeta
- NrNonNulls - org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSampler.ProfilingType
- nrNotes() - Method in class org.apache.hop.base.AbstractMeta
-
Gets the number of notes.
- NrNulls - org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSampler.ProfilingType
- nrPartitions - Variable in class org.apache.hop.pipeline.BasePartitioner
- nrPassThruFields - Variable in class org.apache.hop.pipeline.transforms.file.BaseFileInputTransformData
- nrPipelineHops() - Method in class org.apache.hop.pipeline.PipelineMeta
-
Gets the number of hops in the pipeline.
- nrTransformChangeListeners() - Method in class org.apache.hop.pipeline.PipelineMeta
-
Gets the number of transformChangeListeners in the pipeline.
- nrTransforms() - Method in class org.apache.hop.pipeline.Pipeline
-
Gets the number of transforms in this pipeline.
- nrTransforms() - Method in class org.apache.hop.pipeline.PipelineMeta
-
Gets the number of transforms in the pipeline.
- nrWorkflowHops() - Method in class org.apache.hop.workflow.WorkflowMeta
-
Nr workflow hops.
- nrWorkflowTrackers() - Method in class org.apache.hop.core.gui.WorkflowTracker
- NULL_OR_EMPTY_ARRAY - Static variable in class org.apache.hop.core.util.CollectionPredicates
-
Null or empty array.
- NULL_OR_EMPTY_COLLECTION - Static variable in class org.apache.hop.core.util.CollectionPredicates
-
Null or empty collection.
- NULL_OR_EMPTY_MAP - Static variable in class org.apache.hop.core.util.CollectionPredicates
-
Null or empty map.
- nullCounters - Variable in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSamplerStore
-
The counters map for null values
- NVPair - Class in org.apache.hop.www.jaxrs
- NVPair() - Constructor for class org.apache.hop.www.jaxrs.NVPair
- NVPair(String, String) - Constructor for class org.apache.hop.www.jaxrs.NVPair
O
- of() - Static method in class org.apache.hop.execution.ExecutionBuilder
- of() - Static method in class org.apache.hop.execution.ExecutionDataBuilder
- of() - Static method in class org.apache.hop.execution.ExecutionStateBuilder
- offset - Variable in class org.apache.hop.core.gui.BasePainter
- offset - Variable in class org.apache.hop.pipeline.PipelinePainterExtension
- offset - Variable in class org.apache.hop.pipeline.PipelinePainterFlyoutExtension
- offset - Variable in class org.apache.hop.workflow.WorkflowPainterExtension
- ok - Variable in class org.apache.hop.pipeline.transform.TransformInitThread
- OK - Static variable in class org.apache.hop.www.WebResult
- oneIteration() - Method in class org.apache.hop.pipeline.SingleThreadedPipelineExecutor
-
Give all transforms in the pipeline the chance to process all rows on input...
- onlyProfilingLastTransforms - Variable in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSampler
- onTransformChange(PipelineMeta, TransformMeta, TransformMeta) - Method in interface org.apache.hop.pipeline.transform.ITransformMetaChangeListener
-
This method is called when a transform was changed
- open() - Method in interface org.apache.hop.pipeline.transform.ITransformDialog
-
Opens a transform dialog window.
- open() - Method in interface org.apache.hop.workflow.action.IActionDialog
-
Opens a ActionDialog and waits for the dialog to be confirmed or cancelled.
- openNextFile() - Method in class org.apache.hop.pipeline.transforms.file.BaseFileInputTransform
-
Open next VFS file for processing.
- org.apache.hop - package org.apache.hop
- org.apache.hop.base - package org.apache.hop.base
- org.apache.hop.config - package org.apache.hop.config
- org.apache.hop.core - package org.apache.hop.core
- org.apache.hop.core.annotations - package org.apache.hop.core.annotations
- org.apache.hop.core.attributes - package org.apache.hop.core.attributes
- org.apache.hop.core.attributes.metastore - package org.apache.hop.core.attributes.metastore
- org.apache.hop.core.auth - package org.apache.hop.core.auth
- org.apache.hop.core.auth.core - package org.apache.hop.core.auth.core
- org.apache.hop.core.auth.core.impl - package org.apache.hop.core.auth.core.impl
- org.apache.hop.core.auth.kerberos - package org.apache.hop.core.auth.kerberos
- org.apache.hop.core.changed - package org.apache.hop.core.changed
- org.apache.hop.core.compress - package org.apache.hop.core.compress
- org.apache.hop.core.compress.gzip - package org.apache.hop.core.compress.gzip
- org.apache.hop.core.compress.hadoopsnappy - package org.apache.hop.core.compress.hadoopsnappy
- org.apache.hop.core.compress.snappy - package org.apache.hop.core.compress.snappy
- org.apache.hop.core.compress.zip - package org.apache.hop.core.compress.zip
- org.apache.hop.core.file - package org.apache.hop.core.file
- org.apache.hop.core.gui - package org.apache.hop.core.gui
- org.apache.hop.core.injection - package org.apache.hop.core.injection
- org.apache.hop.core.injection.bean - package org.apache.hop.core.injection.bean
- org.apache.hop.core.listeners - package org.apache.hop.core.listeners
- org.apache.hop.core.listeners.impl - package org.apache.hop.core.listeners.impl
- org.apache.hop.core.logging - package org.apache.hop.core.logging
- org.apache.hop.core.metadata - package org.apache.hop.core.metadata
- org.apache.hop.core.playlist - package org.apache.hop.core.playlist
- org.apache.hop.core.plugins - package org.apache.hop.core.plugins
- org.apache.hop.core.reflection - package org.apache.hop.core.reflection
- org.apache.hop.core.search - package org.apache.hop.core.search
- org.apache.hop.core.truststore - package org.apache.hop.core.truststore
- org.apache.hop.core.undo - package org.apache.hop.core.undo
- org.apache.hop.core.util - package org.apache.hop.core.util
- org.apache.hop.encryption - package org.apache.hop.encryption
- org.apache.hop.execution - package org.apache.hop.execution
- org.apache.hop.execution.local - package org.apache.hop.execution.local
- org.apache.hop.execution.plugin - package org.apache.hop.execution.plugin
- org.apache.hop.execution.profiling - package org.apache.hop.execution.profiling
- org.apache.hop.execution.remote - package org.apache.hop.execution.remote
- org.apache.hop.execution.sampler - package org.apache.hop.execution.sampler
- org.apache.hop.execution.sampler.plugins - package org.apache.hop.execution.sampler.plugins
- org.apache.hop.execution.sampler.plugins.dataprof - package org.apache.hop.execution.sampler.plugins.dataprof
- org.apache.hop.execution.sampler.plugins.first - package org.apache.hop.execution.sampler.plugins.first
- org.apache.hop.execution.sampler.plugins.last - package org.apache.hop.execution.sampler.plugins.last
- org.apache.hop.execution.sampler.plugins.random - package org.apache.hop.execution.sampler.plugins.random
- org.apache.hop.history - package org.apache.hop.history
- org.apache.hop.history.local - package org.apache.hop.history.local
- org.apache.hop.imp - package org.apache.hop.imp
- org.apache.hop.lineage - package org.apache.hop.lineage
- org.apache.hop.partition - package org.apache.hop.partition
- org.apache.hop.pipeline - package org.apache.hop.pipeline
- org.apache.hop.pipeline.config - package org.apache.hop.pipeline.config
- org.apache.hop.pipeline.debug - package org.apache.hop.pipeline.debug
- org.apache.hop.pipeline.engine - package org.apache.hop.pipeline.engine
- org.apache.hop.pipeline.engines - package org.apache.hop.pipeline.engines
- org.apache.hop.pipeline.engines.local - package org.apache.hop.pipeline.engines.local
- org.apache.hop.pipeline.engines.local.transaction - package org.apache.hop.pipeline.engines.local.transaction
- org.apache.hop.pipeline.engines.localsingle - package org.apache.hop.pipeline.engines.localsingle
- org.apache.hop.pipeline.engines.remote - package org.apache.hop.pipeline.engines.remote
- org.apache.hop.pipeline.performance - package org.apache.hop.pipeline.performance
- org.apache.hop.pipeline.transform - package org.apache.hop.pipeline.transform
- org.apache.hop.pipeline.transform.errorhandling - package org.apache.hop.pipeline.transform.errorhandling
- org.apache.hop.pipeline.transform.stream - package org.apache.hop.pipeline.transform.stream
- org.apache.hop.pipeline.transform.utils - package org.apache.hop.pipeline.transform.utils
- org.apache.hop.pipeline.transforms.common - package org.apache.hop.pipeline.transforms.common
- org.apache.hop.pipeline.transforms.dummy - package org.apache.hop.pipeline.transforms.dummy
- org.apache.hop.pipeline.transforms.file - package org.apache.hop.pipeline.transforms.file
- org.apache.hop.pipeline.transforms.injector - package org.apache.hop.pipeline.transforms.injector
- org.apache.hop.pipeline.transforms.missing - package org.apache.hop.pipeline.transforms.missing
- org.apache.hop.resource - package org.apache.hop.resource
- org.apache.hop.run - package org.apache.hop.run
- org.apache.hop.search - package org.apache.hop.search
- org.apache.hop.server - package org.apache.hop.server
- org.apache.hop.workflow - package org.apache.hop.workflow
- org.apache.hop.workflow.action - package org.apache.hop.workflow.action
- org.apache.hop.workflow.action.validator - package org.apache.hop.workflow.action.validator
- org.apache.hop.workflow.actions.dummy - package org.apache.hop.workflow.actions.dummy
- org.apache.hop.workflow.actions.missing - package org.apache.hop.workflow.actions.missing
- org.apache.hop.workflow.actions.start - package org.apache.hop.workflow.actions.start
- org.apache.hop.workflow.config - package org.apache.hop.workflow.config
- org.apache.hop.workflow.engine - package org.apache.hop.workflow.engine
- org.apache.hop.workflow.engines.empty - package org.apache.hop.workflow.engines.empty
- org.apache.hop.workflow.engines.local - package org.apache.hop.workflow.engines.local
- org.apache.hop.workflow.engines.remote - package org.apache.hop.workflow.engines.remote
- org.apache.hop.www - package org.apache.hop.www
- org.apache.hop.www.jaxrs - package org.apache.hop.www.jaxrs
- org.apache.hop.www.service - package org.apache.hop.www.service
- OTHER - org.apache.hop.resource.ResourceEntry.ResourceType
- Output - org.apache.hop.execution.ExecutionMetricsType
- OUTPUT - org.apache.hop.core.gui.IGc.EImage
- OUTPUT - org.apache.hop.pipeline.transform.stream.IStream.StreamType
- OUTPUT - org.apache.hop.pipeline.transform.stream.StreamIcon
- outputFolder - Variable in class org.apache.hop.imp.HopImportBase
- outputFolderName - Variable in class org.apache.hop.imp.HopImportBase
- outputIsDone() - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Output is done.
- outputRowMeta - Variable in class org.apache.hop.pipeline.transforms.file.BaseFileInputTransformData
P
- PARALLEL - org.apache.hop.core.gui.IGc.EImage
- PARALLEL - org.apache.hop.core.gui.IGc.ELineStyle
- PARALLEL_DISABLED - org.apache.hop.core.gui.IGc.EImage
- PARAMETER_CHILDREN - Static variable in class org.apache.hop.www.GetExecutionInfoServlet
- PARAMETER_EXEC_TYPE - Static variable in class org.apache.hop.www.GetExecutionInfoServlet
- PARAMETER_ID - Static variable in class org.apache.hop.www.DeleteExecutionInfoServlet
- PARAMETER_ID - Static variable in class org.apache.hop.www.GetExecutionInfoServlet
- PARAMETER_INCLUDE_LARGE_LOGGING - Static variable in class org.apache.hop.www.GetExecutionInfoServlet
- PARAMETER_LIMIT - Static variable in class org.apache.hop.www.GetExecutionInfoServlet
- PARAMETER_LOAD - Static variable in class org.apache.hop.www.AddExportServlet
- PARAMETER_LOAD - Static variable in class org.apache.hop.www.RegisterPackageServlet
- PARAMETER_LOCATION - Static variable in class org.apache.hop.www.DeleteExecutionInfoServlet
- PARAMETER_LOCATION - Static variable in class org.apache.hop.www.GetExecutionInfoServlet
- PARAMETER_LOCATION - Static variable in class org.apache.hop.www.RegisterExecutionInfoServlet
- PARAMETER_NAME - Static variable in class org.apache.hop.www.GetExecutionInfoServlet
- PARAMETER_PARENT_ID - Static variable in class org.apache.hop.www.GetExecutionInfoServlet
- PARAMETER_TYPE - Static variable in class org.apache.hop.www.AddExportServlet
- PARAMETER_TYPE - Static variable in class org.apache.hop.www.GetExecutionInfoServlet
- PARAMETER_TYPE - Static variable in class org.apache.hop.www.RegisterExecutionInfoServlet
- PARAMETER_TYPE - Static variable in class org.apache.hop.www.RegisterPackageServlet
- parameterValues - Variable in class org.apache.hop.execution.ExecutionBuilder
- parent - Variable in class org.apache.hop.core.injection.bean.BeanLevelInfo
-
Parent transform or null for root.
- parent - Variable in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- PARENT_ID - org.apache.hop.www.GetExecutionInfoServlet.Type
- parentId - Variable in class org.apache.hop.execution.ExecutionBuilder
- parentLoggingObject - Variable in class org.apache.hop.workflow.Workflow
-
The parent logging interface to reference
- parentPipeline - Variable in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- parentPipeline - Variable in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
-
The parent pipeline
- parentPipeline - Variable in class org.apache.hop.workflow.Workflow
-
The parent pipeline
- parentTransformMeta - Variable in class org.apache.hop.pipeline.transform.BaseTransformMeta
- parentWorkflow - Variable in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- parentWorkflow - Variable in class org.apache.hop.workflow.action.ActionBase
-
The parent workflow
- parentWorkflow - Variable in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
-
The workflow that's launching this (sub-) workflow.
- parentWorkflow - Variable in class org.apache.hop.workflow.Workflow
-
The workflow that's launching this (sub-) workflow.
- parentWorkflowMeta - Variable in class org.apache.hop.workflow.action.ActionBase
- parseJettyOptions(Node) - Method in class org.apache.hop.www.HopServerConfig
-
Read and parse jetty options
- partitionColumnIndex - Variable in class org.apache.hop.pipeline.ModPartitioner
- PartitionerPlugin - Annotation Type in org.apache.hop.core.annotations
-
An alternate way of defining partiioners.
- PartitionerPluginType - Class in org.apache.hop.core.plugins
-
This is the partitioner plugin type.
- PARTITIONING_METHOD_MIRROR - Static variable in class org.apache.hop.pipeline.transform.TransformPartitioningMeta
- PARTITIONING_METHOD_NONE - Static variable in class org.apache.hop.pipeline.transform.TransformPartitioningMeta
- PARTITIONING_METHOD_SPECIAL - Static variable in class org.apache.hop.pipeline.transform.TransformPartitioningMeta
- PartitionSchema - Class in org.apache.hop.partition
-
A partition schema allow you to partition a transform according into a number of partitions that run independendly.
- PartitionSchema() - Constructor for class org.apache.hop.partition.PartitionSchema
- PartitionSchema(String, List<String>) - Constructor for class org.apache.hop.partition.PartitionSchema
- PartitionSchemaSearchableAnalyser - Class in org.apache.hop.core.search
- PartitionSchemaSearchableAnalyser() - Constructor for class org.apache.hop.core.search.PartitionSchemaSearchableAnalyser
- partOfPipelineHop(TransformMeta) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Determines whether or not a certain transform is part of a hop.
- passDataToServletOutput() - Method in interface org.apache.hop.pipeline.transform.ITransformMeta
-
True if the transform passes it's result data straight to the servlet output.
- passingThruFields - Variable in class org.apache.hop.pipeline.transforms.file.BaseFileInputFiles
-
If receiving input rows, should we pass through existing fields?
- passThruFields - Variable in class org.apache.hop.pipeline.transforms.file.BaseFileInputTransformData
- path - Variable in class org.apache.hop.core.injection.bean.BeanInjectionInfo.Property
- path - Variable in class org.apache.hop.pipeline.transforms.file.BaseFileInputTransformData
- pathArraysCount - Variable in class org.apache.hop.core.injection.bean.BeanInjectionInfo.Property
- pathField - Variable in class org.apache.hop.pipeline.transforms.file.BaseFileInputAdditionalField
- paused - Variable in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- pauseExecution() - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
-
Pauses the execution (all components).
- pauseExecution() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- pauseExecution() - Method in class org.apache.hop.pipeline.Pipeline
-
Pauses the pipeline (pause all transforms).
- pausePipeline(String) - Method in class org.apache.hop.www.jaxrs.PipelineResource
- PausePipelineServlet - Class in org.apache.hop.www
- PausePipelineServlet() - Constructor for class org.apache.hop.www.PausePipelineServlet
- PausePipelineServlet(PipelineMap) - Constructor for class org.apache.hop.www.PausePipelineServlet
- pauseResumePipeline(IVariables, String, String) - Method in class org.apache.hop.server.HopServer
- pauseRunning() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- pauseRunning() - Method in interface org.apache.hop.pipeline.transform.ITransform
-
Pause a running transform
- PENTAHO_JAAS_DEBUG - Static variable in class org.apache.hop.core.auth.kerberos.KerberosUtil
-
The environment property to set to enable JAAS debugging for the LoginConfiguration created by this utility.
- perform(CreateArgType) - Method in interface org.apache.hop.core.auth.core.IAuthenticationPerformer
- perform(CreateArgType) - Method in class org.apache.hop.core.auth.core.impl.ClassloaderBridgingAuthenticationPerformer
- perform(CreateArgType) - Method in class org.apache.hop.core.auth.core.impl.DefaultAuthenticationPerformer
- PerformanceSnapShot - Class in org.apache.hop.pipeline.performance
- PerformanceSnapShot(int, Date, String, String, int, long, long, long, long, long, long, long) - Constructor for class org.apache.hop.pipeline.performance.PerformanceSnapShot
- persistAuthenticationProvider(IAuthenticationProvider) - Static method in class org.apache.hop.core.auth.AuthenticationPersistenceManager
- Pipeline - Class in org.apache.hop.pipeline
-
This class represents the information and operations associated with the execution of a Pipeline.
- Pipeline - org.apache.hop.execution.ExecutionType
- Pipeline() - Constructor for class org.apache.hop.pipeline.Pipeline
-
Instantiates a new pipeline.
- Pipeline(PipelineMeta) - Constructor for class org.apache.hop.pipeline.Pipeline
-
Initializes a pipeline from pipeline meta-data defined in memory.
- Pipeline(PipelineMeta, IVariables, ILoggingObject) - Constructor for class org.apache.hop.pipeline.Pipeline
-
Initializes a pipeline from pipeline meta-data defined in memory.
- Pipeline(Parent, String, String, IHopMetadataProvider) - Constructor for class org.apache.hop.pipeline.Pipeline
-
Instantiates a new pipeline using any of the provided parameters including the variable bindings, a name and a filename.
- PIPELINE - org.apache.hop.resource.IResourceNaming.FileNamingType
- PIPELINE_EXTENSION - Static variable in class org.apache.hop.pipeline.PipelineMeta
- PIPELINE_IN_PREVIEW_MODE - Static variable in interface org.apache.hop.pipeline.engine.IPipelineEngine
- pipelineCompleted() - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
-
This method is called when all the finished listeners are executed and when the pipeline has completed.
- pipelineCompleted() - Method in class org.apache.hop.pipeline.engines.local.LocalPipelineEngine
- pipelineCompleted() - Method in class org.apache.hop.pipeline.engines.localsingle.LocalSinglePipelineEngine
- pipelineCompleted() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- pipelineCompleted() - Method in class org.apache.hop.pipeline.Pipeline
- PipelineConfiguration - Class in org.apache.hop.pipeline
- PipelineConfiguration(PipelineMeta, PipelineExecutionConfiguration, SerializableMetadataProvider) - Constructor for class org.apache.hop.pipeline.PipelineConfiguration
- PipelineConfiguration(Node) - Constructor for class org.apache.hop.pipeline.PipelineConfiguration
- PipelineDataLineage - Class in org.apache.hop.lineage
-
This class will help calculate and contain the data lineage for all values in the pipeline.
What we will get is a List of ValueLineage objects for all the values transforms in the pipeline. - PipelineDataLineage(PipelineMeta) - Constructor for class org.apache.hop.lineage.PipelineDataLineage
- PipelineDebugMeta - Class in org.apache.hop.pipeline.debug
-
For a certain pipeline, we want to be able to insert break-points into a pipeline.
- PipelineDebugMeta(PipelineMeta) - Constructor for class org.apache.hop.pipeline.debug.PipelineDebugMeta
- PipelineDebugMetaWrapper - Class in org.apache.hop.pipeline.debug
- PipelineDebugMetaWrapper(Pipeline, PipelineDebugMeta) - Constructor for class org.apache.hop.pipeline.debug.PipelineDebugMetaWrapper
- pipelineDelegationStarted(IPipelineEngine<PipelineMeta>, PipelineExecutionConfiguration) - Method in class org.apache.hop.workflow.DelegationAdapter
- pipelineDelegationStarted(IPipelineEngine<PipelineMeta>, PipelineExecutionConfiguration) - Method in interface org.apache.hop.workflow.IDelegationListener
- PipelineEngineCapabilities - Class in org.apache.hop.pipeline.engine
- PipelineEngineCapabilities() - Constructor for class org.apache.hop.pipeline.engine.PipelineEngineCapabilities
- PipelineEngineCapabilities(boolean, boolean, boolean, boolean) - Constructor for class org.apache.hop.pipeline.engine.PipelineEngineCapabilities
- PipelineEngineFactory - Class in org.apache.hop.pipeline.engine
- PipelineEngineFactory() - Constructor for class org.apache.hop.pipeline.engine.PipelineEngineFactory
- PipelineEnginePlugin - Annotation Type in org.apache.hop.pipeline.engine
- PipelineEnginePluginType - Class in org.apache.hop.pipeline.engine
- PipelineExecutionConfiguration - Class in org.apache.hop.pipeline
- PipelineExecutionConfiguration() - Constructor for class org.apache.hop.pipeline.PipelineExecutionConfiguration
- PipelineExecutionConfiguration(Node) - Constructor for class org.apache.hop.pipeline.PipelineExecutionConfiguration
- pipelineHop - Variable in class org.apache.hop.pipeline.PipelinePainterExtension
- PipelineHopMeta - Class in org.apache.hop.pipeline
-
Defines a link between 2 transforms in a pipeline
- PipelineHopMeta() - Constructor for class org.apache.hop.pipeline.PipelineHopMeta
- PipelineHopMeta(PipelineHopMeta) - Constructor for class org.apache.hop.pipeline.PipelineHopMeta
- PipelineHopMeta(TransformMeta, TransformMeta) - Constructor for class org.apache.hop.pipeline.PipelineHopMeta
- PipelineHopMeta(TransformMeta, TransformMeta, boolean) - Constructor for class org.apache.hop.pipeline.PipelineHopMeta
- PipelineHopMeta(Node, List<TransformMeta>) - Constructor for class org.apache.hop.pipeline.PipelineHopMeta
- pipelineMap - Variable in class org.apache.hop.www.BaseHttpServlet
- PipelineMap - Class in org.apache.hop.www
-
This is a map between the pipeline name and the (running/waiting/finished) pipeline.
- PipelineMap() - Constructor for class org.apache.hop.www.PipelineMap
- pipelineMeta - Variable in class org.apache.hop.pipeline.Pipeline
-
The pipeline metadata to execute.
- pipelineMeta - Variable in class org.apache.hop.pipeline.PipelinePainterExtension
- pipelineMeta - Variable in class org.apache.hop.pipeline.PipelinePainterFlyoutExtension
- PipelineMeta - Class in org.apache.hop.pipeline
-
This class defines information about a pipeline and offers methods to save and load it from XML as well as methods to alter a pipeline by adding/removing databases, transforms, hops, etc.
- PipelineMeta() - Constructor for class org.apache.hop.pipeline.PipelineMeta
-
Builds a new empty pipeline.
- PipelineMeta(InputStream, IHopMetadataProvider, IVariables) - Constructor for class org.apache.hop.pipeline.PipelineMeta
-
Instantiates a new pipeline meta-data object.
- PipelineMeta(String, IHopMetadataProvider, IVariables) - Constructor for class org.apache.hop.pipeline.PipelineMeta
-
Parses a file containing the XML that describes the pipeline.
- PipelineMeta(Node, IHopMetadataProvider) - Constructor for class org.apache.hop.pipeline.PipelineMeta
-
Parse a file containing the XML that describes the pipeline.
- PipelineMeta.PipelineType - Enum in org.apache.hop.pipeline
-
The PipelineType enum describes the various types of pipelines in terms of execution, including Normal, Serial Single-Threaded, and Single-Threaded.
- PipelineMetaFactoryImpl - Class in org.apache.hop.pipeline
- PipelineMetaFactoryImpl() - Constructor for class org.apache.hop.pipeline.PipelineMetaFactoryImpl
- PipelineMetaInfo - Class in org.apache.hop.pipeline
- PipelineMetaInfo() - Constructor for class org.apache.hop.pipeline.PipelineMetaInfo
- PipelineMetaSearchAnalyser - Class in org.apache.hop.pipeline
- PipelineMetaSearchAnalyser() - Constructor for class org.apache.hop.pipeline.PipelineMetaSearchAnalyser
- PipelinePainter - Class in org.apache.hop.pipeline
- PipelinePainter(IGc, IVariables, PipelineMeta, Point, DPoint, PipelineHopMeta, Rectangle, List<AreaOwner>, int, int, int, String, int, double, boolean, Map<String, Object>) - Constructor for class org.apache.hop.pipeline.PipelinePainter
- PipelinePainter(IGc, IVariables, PipelineMeta, Point, DPoint, PipelineHopMeta, Rectangle, List<AreaOwner>, int, int, int, String, int, IPipelineEngine<PipelineMeta>, boolean, double, Map<String, RowBuffer>, boolean, Map<String, Object>) - Constructor for class org.apache.hop.pipeline.PipelinePainter
- PipelinePainterExtension - Class in org.apache.hop.pipeline
- PipelinePainterExtension(IGc, List<AreaOwner>, PipelineMeta, TransformMeta, PipelineHopMeta, int, int, int, int, int, int, DPoint, int, Map<String, Object>) - Constructor for class org.apache.hop.pipeline.PipelinePainterExtension
- PipelinePainterFlyoutExtension - Class in org.apache.hop.pipeline
- PipelinePainterFlyoutExtension(IGc, List<AreaOwner>, PipelineMeta, TransformMeta, float, float, float, Point, Point) - Constructor for class org.apache.hop.pipeline.PipelinePainterFlyoutExtension
- PipelinePreviewFactory - Class in org.apache.hop.pipeline
- PipelinePreviewFactory() - Constructor for class org.apache.hop.pipeline.PipelinePreviewFactory
- PipelineResource - Class in org.apache.hop.www.jaxrs
- PipelineResource() - Constructor for class org.apache.hop.www.jaxrs.PipelineResource
- pipelineRunConfiguration - Variable in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- pipelineRunConfiguration - Variable in class org.apache.hop.pipeline.Pipeline
- PipelineRunConfiguration - Class in org.apache.hop.pipeline.config
- PipelineRunConfiguration() - Constructor for class org.apache.hop.pipeline.config.PipelineRunConfiguration
- PipelineRunConfiguration(String, String, String, List<DescribedVariable>, IPipelineEngineRunConfiguration, String, boolean) - Constructor for class org.apache.hop.pipeline.config.PipelineRunConfiguration
- PipelineRunConfiguration(PipelineRunConfiguration) - Constructor for class org.apache.hop.pipeline.config.PipelineRunConfiguration
- PipelineRunConfigurationMetadataObjectFactory - Class in org.apache.hop.pipeline.config
- PipelineRunConfigurationMetadataObjectFactory() - Constructor for class org.apache.hop.pipeline.config.PipelineRunConfigurationMetadataObjectFactory
- PipelineRunConfigurationSearchableAnalyser - Class in org.apache.hop.core.search
- PipelineRunConfigurationSearchableAnalyser() - Constructor for class org.apache.hop.core.search.PipelineRunConfigurationSearchableAnalyser
- PipelineRunConfigurationTypeMetadata - Class in org.apache.hop.pipeline.engines.remote
- PipelineRunConfigurationTypeMetadata() - Constructor for class org.apache.hop.pipeline.engines.remote.PipelineRunConfigurationTypeMetadata
- pipelineStatus - Variable in class org.apache.hop.pipeline.PipelineMeta
-
The status of the pipeline.
- PipelineStatus - Class in org.apache.hop.www.jaxrs
- PipelineStatus() - Constructor for class org.apache.hop.www.jaxrs.PipelineStatus
- PipelineSvgPainter - Class in org.apache.hop.pipeline
- PipelineSvgPainter() - Constructor for class org.apache.hop.pipeline.PipelineSvgPainter
- pipelineType - Variable in class org.apache.hop.pipeline.PipelineMetaInfo
-
The pipeline type.
- pipelineVersion - Variable in class org.apache.hop.pipeline.PipelineMetaInfo
-
The version string for the pipeline.
- PKG - Static variable in interface org.apache.hop.pipeline.transform.IRowHandler
- PKG - Static variable in class org.apache.hop.workflow.Workflow
- pluginId - Variable in class org.apache.hop.execution.local.FileExecutionInfoLocation
- pluginId - Variable in class org.apache.hop.execution.remote.RemoteExecutionInfoLocation
- pluginId - Variable in class org.apache.hop.execution.sampler.plugins.ExecutionDataSamplerBase
- pluginId - Variable in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- pluginId - Variable in class org.apache.hop.pipeline.Pipeline
- pluginId - Variable in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- PluginMessages - Class in org.apache.hop.core.util
-
Simple utility for messages.
- pluginName - Variable in class org.apache.hop.execution.local.FileExecutionInfoLocation
- pluginName - Variable in class org.apache.hop.execution.remote.RemoteExecutionInfoLocation
- pluginName - Variable in class org.apache.hop.execution.sampler.plugins.ExecutionDataSamplerBase
- PluginPropertyFactory - Class in org.apache.hop.core.util
- PluginPropertyFactory(KeyValueSet) - Constructor for class org.apache.hop.core.util.PluginPropertyFactory
-
Constructor.
- PluginPropertyHandler - Class in org.apache.hop.core.util
- PluginPropertyHandler.AbstractHandler - Class in org.apache.hop.core.util
- PluginPropertyHandler.AppendXml - Class in org.apache.hop.core.util
- PluginPropertyHandler.Fail - Class in org.apache.hop.core.util
-
Fail/throws HopException.
- PluginPropertyHandler.LoadXml - Class in org.apache.hop.core.util
- PluginPropertyHandler.ReadFromPreferences - Class in org.apache.hop.core.util
- PluginPropertyHandler.SaveToPreferences - Class in org.apache.hop.core.util
- pluginType - Static variable in class org.apache.hop.core.auth.AuthenticationConsumerPluginType
- pluginType - Static variable in class org.apache.hop.core.auth.AuthenticationProviderPluginType
- pluginType - Static variable in class org.apache.hop.core.compress.CompressionPluginType
- PORT - Static variable in class org.apache.hop.www.WebServer
- PositionAction - org.apache.hop.core.undo.ChangeAction.ActionType
- PositionNote - org.apache.hop.core.undo.ChangeAction.ActionType
- PositionTableRow - org.apache.hop.core.undo.ChangeAction.ActionType
- PositionTransform - org.apache.hop.core.undo.ChangeAction.ActionType
- prefix() - Method in annotation type org.apache.hop.core.injection.InjectionDeep
-
Injection prefix.
- prepareExecution() - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
-
Prepares for execution.
- prepareExecution() - Method in class org.apache.hop.pipeline.engines.local.LocalPipelineEngine
- prepareExecution() - Method in class org.apache.hop.pipeline.engines.localsingle.LocalSinglePipelineEngine
- prepareExecution() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- prepareExecution() - Method in class org.apache.hop.pipeline.Pipeline
-
Prepares the pipeline for execution.
- PrepareExecutionPipelineServlet - Class in org.apache.hop.www
- PrepareExecutionPipelineServlet() - Constructor for class org.apache.hop.www.PrepareExecutionPipelineServlet
- PrepareExecutionPipelineServlet(PipelineMap) - Constructor for class org.apache.hop.www.PrepareExecutionPipelineServlet
- preparePipeline(String) - Method in class org.apache.hop.www.jaxrs.PipelineResource
- prepareToRowProcessing() - Method in class org.apache.hop.pipeline.transforms.file.BaseFileInputTransform
-
Prepare to process.
- preparing - Variable in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- preview - Variable in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- previousResult - Variable in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- previousResult - Variable in class org.apache.hop.pipeline.PipelineMeta
-
The previous result.
- previousResult - Variable in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- previousTransformCache - Variable in class org.apache.hop.pipeline.PipelineMeta
-
The previous transform cache
- previousUndo() - Method in class org.apache.hop.base.AbstractMeta
- previousUndo() - Method in interface org.apache.hop.core.gui.IUndo
-
Get the previous undo operation and change the undo pointer
- processRow() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- processRow() - Method in interface org.apache.hop.pipeline.transform.ITransform
-
Perform the equivalent of processing one row.
- processRow() - Method in class org.apache.hop.pipeline.transforms.dummy.Dummy
- processRow() - Method in class org.apache.hop.pipeline.transforms.file.BaseFileInputTransform
-
Process next row.
- processRow() - Method in class org.apache.hop.pipeline.transforms.injector.Injector
- profileSamples - Variable in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSamplerStore
-
For each of the discovered data profiling results we can keep an original row of data in which the value occurs.
- profilingMaximum - Variable in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSampler
- profilingMaxLength - Variable in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSampler
- profilingMinimum - Variable in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSampler
- profilingMinLength - Variable in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSampler
- profilingNrNonNull - Variable in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSampler
- profilingNrNull - Variable in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSampler
- properties - Variable in class org.apache.hop.core.injection.bean.BeanInjectionInfo.Group
- properties - Variable in class org.apache.hop.core.injection.bean.BeanInjectionInfo
- Property(String, String, String, List<BeanLevelInfo>, boolean) - Constructor for class org.apache.hop.core.injection.bean.BeanInjectionInfo.Property
- propertyNames() - Method in class org.apache.hop.core.ConcurrentMapProperties
- purpule - Variable in class org.apache.hop.core.gui.SvgGc
- PURPULE - org.apache.hop.core.gui.IGc.EColor
- put(Object, Object) - Method in class org.apache.hop.core.ConcurrentMapProperties
- put(String, Object) - Method in class org.apache.hop.workflow.action.validator.ValidatorContext
- putAll(Map<? extends Object, ? extends Object>) - Method in class org.apache.hop.core.ConcurrentMapProperties
- putAll(Map<String, Object>) - Method in class org.apache.hop.workflow.action.validator.ValidatorContext
- putAsList(String, Object...) - Method in class org.apache.hop.workflow.action.validator.ValidatorContext
- putError(IRowMeta, Object[], long, String, String, String) - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Put error.
- putError(IRowMeta, Object[], long, String, String, String) - Method in interface org.apache.hop.pipeline.transform.IRowHandler
- putFailIfDoesNotExist(boolean) - Static method in class org.apache.hop.workflow.action.validator.FileExistsValidator
- putFailIfDoesNotExist(ValidatorContext, boolean) - Static method in class org.apache.hop.workflow.action.validator.FileExistsValidator
- putFailIfExists(boolean) - Static method in class org.apache.hop.workflow.action.validator.FileDoesNotExistValidator
- putFailIfExists(ValidatorContext, boolean) - Static method in class org.apache.hop.workflow.action.validator.FileDoesNotExistValidator
- putIfAbsent(Object, Object) - Method in class org.apache.hop.core.ConcurrentMapProperties
- putLevelOnFail(Map<String, Object>, int) - Static method in class org.apache.hop.workflow.action.validator.ActionValidatorUtils
- putLevelOnFail(Map<String, Object>, String, int) - Static method in class org.apache.hop.workflow.action.validator.ActionValidatorUtils
- putRow(IRowMeta, Object[]) - Method in class org.apache.hop.pipeline.RowProducer
-
Puts a row into the underlying row set.
- putRow(IRowMeta, Object[]) - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
putRow is used to copy a row, to the alternate rowset(s) This should get priority over everything else! (synchronized) If distribute is true, a row is copied only once to the output rowsets, otherwise copies are sent to each rowset!
- putRow(IRowMeta, Object[]) - Method in interface org.apache.hop.pipeline.transform.IRowHandler
- putRow(IRowMeta, Object[]) - Method in interface org.apache.hop.pipeline.transform.ITransform
-
Put a row on the destination rowsets.
- putRow(IRowMeta, Object[]) - Method in interface org.apache.hop.pipeline.transforms.file.IBaseFileInputTransformControl
- putRow(IRowMeta, Object[], boolean) - Method in class org.apache.hop.pipeline.RowProducer
-
Puts a row on to the underlying row set, optionally blocking until the row can be successfully put.
- putRowTo(IRowMeta, Object[], IRowSet) - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
putRowTo is used to put a row in a certain specific IRowSet.
- putRowTo(IRowMeta, Object[], IRowSet) - Method in interface org.apache.hop.pipeline.transform.IRowHandler
- putRowWait(IRowMeta, Object[], long, TimeUnit) - Method in class org.apache.hop.pipeline.RowProducer
- putValidators(IActionValidator...) - Static method in class org.apache.hop.workflow.action.validator.AndValidator
-
Uses varargs to conveniently add validators to the list of validators consumed by
AndValidator. - putValidators(ValidatorContext, IActionValidator...) - Static method in class org.apache.hop.workflow.action.validator.AndValidator
-
Uses varargs to conveniently add validators to the list of validators consumed by
AndValidator. - putVariableSpace(IVariables) - Static method in class org.apache.hop.workflow.action.validator.AbstractFileValidator
- putVariableSpace(ValidatorContext, IVariables) - Static method in class org.apache.hop.workflow.action.validator.AbstractFileValidator
R
- raiseNote(int) - Method in class org.apache.hop.base.AbstractMeta
-
Raises a note to the "top" of the list by removing the note at the specified index and re-inserting it at the end.
- Random - org.apache.hop.pipeline.engines.local.LocalPipelineRunConfiguration.SampleType
- RandomRowsExecutionDataSampler - Class in org.apache.hop.execution.sampler.plugins.random
- RandomRowsExecutionDataSampler() - Constructor for class org.apache.hop.execution.sampler.plugins.random.RandomRowsExecutionDataSampler
- RandomRowsExecutionDataSampler(String) - Constructor for class org.apache.hop.execution.sampler.plugins.random.RandomRowsExecutionDataSampler
- RandomRowsExecutionDataSampler(RandomRowsExecutionDataSampler) - Constructor for class org.apache.hop.execution.sampler.plugins.random.RandomRowsExecutionDataSampler
- RandomRowsExecutionDataSamplerStore - Class in org.apache.hop.execution.sampler.plugins.random
-
A class meant to contain transform execution sampling data
- RandomRowsExecutionDataSamplerStore(RandomRowsExecutionDataSampler, ExecutionDataSamplerMeta) - Constructor for class org.apache.hop.execution.sampler.plugins.random.RandomRowsExecutionDataSamplerStore
- RandomRowsExecutionDataSamplerStore(RandomRowsExecutionDataSampler, ExecutionDataSamplerMeta, IRowMeta, List<Object[]>, int) - Constructor for class org.apache.hop.execution.sampler.plugins.random.RandomRowsExecutionDataSamplerStore
- read() - Method in class org.apache.hop.core.compress.CompressionInputStream
- read() - Method in class org.apache.hop.core.compress.gzip.GzipCompressionInputStream
- read() - Method in class org.apache.hop.core.compress.snappy.SnappyCompressionInputStream
- read() - Method in class org.apache.hop.core.compress.zip.ZipCompressionInputStream
- read(byte[]) - Method in class org.apache.hop.core.compress.CompressionInputStream
- read(byte[], int, int) - Method in class org.apache.hop.core.compress.CompressionInputStream
- Read - org.apache.hop.execution.ExecutionMetricsType
- reader - Variable in class org.apache.hop.pipeline.transforms.file.BaseFileInputTransformData
-
Reader for current file.
- readFromPreferences() - Method in class org.apache.hop.core.util.AbstractTransformMeta
-
Read properties from preferences.
- readFromPreferences(Preferences) - Method in class org.apache.hop.core.util.BooleanPluginProperty
- readFromPreferences(Preferences) - Method in class org.apache.hop.core.util.IntegerPluginProperty
- readFromPreferences(Preferences) - Method in interface org.apache.hop.core.util.IPluginProperty
- readFromPreferences(Preferences) - Method in class org.apache.hop.core.util.StringListPluginProperty
- readFromPreferences(Preferences) - Method in class org.apache.hop.core.util.StringPluginProperty
- ReadFromPreferences(Preferences) - Constructor for class org.apache.hop.core.util.PluginPropertyHandler.ReadFromPreferences
-
Constructor.
- readRow() - Method in interface org.apache.hop.pipeline.transforms.file.IBaseFileInputReader
- readyToStart - Variable in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- real2screen(int, int) - Method in class org.apache.hop.core.gui.BasePainter
- realClone(boolean) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Perform a real clone of the pipeline meta-data object, including cloning all lists and copying all values.
- realClone(boolean) - Method in class org.apache.hop.workflow.WorkflowMeta
-
Perform a real clone of the workflow meta-data object, including cloning all lists and copying all values.
- red - Variable in class org.apache.hop.core.gui.SvgGc
- RED - org.apache.hop.core.gui.IGc.EColor
- refreshTimer - Variable in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- registerAuthenticationProvider(IAuthenticationProvider) - Method in class org.apache.hop.core.auth.core.AuthenticationManager
- registerConsumerClass(Class<? extends IAuthenticationConsumer<? extends ReturnType, ? extends ConsumedType>>) - Method in class org.apache.hop.core.auth.core.AuthenticationManager
- registerConsumerFactory(IAuthenticationConsumerFactory<ReturnType, CreateArgType, ConsumedType>) - Method in class org.apache.hop.core.auth.core.AuthenticationManager
- registerData(ExecutionData) - Method in interface org.apache.hop.execution.IExecutionInfoLocation
-
register output data for a given transform
- registerData(ExecutionData) - Method in class org.apache.hop.execution.local.FileExecutionInfoLocation
-
register output data for a given transform
- registerData(ExecutionData) - Method in class org.apache.hop.execution.remote.RemoteExecutionInfoLocation
- registerEvent(String, String, String, String) - Static method in class org.apache.hop.history.AuditManager
- registerExecution(Execution) - Method in interface org.apache.hop.execution.IExecutionInfoLocation
-
Register an execution of a pipeline or workflow at this location * *
- registerExecution(Execution) - Method in class org.apache.hop.execution.local.FileExecutionInfoLocation
- registerExecution(Execution) - Method in class org.apache.hop.execution.remote.RemoteExecutionInfoLocation
- RegisterExecutionInfoServlet - Class in org.apache.hop.www
- RegisterExecutionInfoServlet() - Constructor for class org.apache.hop.www.RegisterExecutionInfoServlet
- RegisterExecutionInfoServlet(PipelineMap) - Constructor for class org.apache.hop.www.RegisterExecutionInfoServlet
- RegisterPackageServlet - Class in org.apache.hop.www
- RegisterPackageServlet() - Constructor for class org.apache.hop.www.RegisterPackageServlet
- registerPipeline(Pipeline, PipelineConfiguration) - Method in class org.apache.hop.www.PipelineMap
- registerPipelineExecutionInformation() - Method in class org.apache.hop.pipeline.engines.local.LocalPipelineEngine
-
If needed, register this pipeline at the specified execution information location.
- RegisterPipelineServlet - Class in org.apache.hop.www
- RegisterPipelineServlet() - Constructor for class org.apache.hop.www.RegisterPipelineServlet
- registerWorkflowExecutionInformation() - Method in class org.apache.hop.workflow.engines.local.LocalWorkflowEngine
-
If needed, register this workflow at the specified execution information location.
- RegisterWorkflowServlet - Class in org.apache.hop.www
- RegisterWorkflowServlet() - Constructor for class org.apache.hop.www.RegisterWorkflowServlet
- registrationDate - Variable in class org.apache.hop.execution.ExecutionBuilder
- Rejected - org.apache.hop.execution.ExecutionMetricsType
- rejectedFiles - Variable in class org.apache.hop.pipeline.transforms.file.BaseFileInputTransformData
- RemoteExecutionInfoLocation - Class in org.apache.hop.execution.remote
- RemoteExecutionInfoLocation() - Constructor for class org.apache.hop.execution.remote.RemoteExecutionInfoLocation
- RemoteExecutionInfoLocation(RemoteExecutionInfoLocation) - Constructor for class org.apache.hop.execution.remote.RemoteExecutionInfoLocation
- RemotePipelineEngine - Class in org.apache.hop.pipeline.engines.remote
- RemotePipelineEngine() - Constructor for class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- RemotePipelineEngine(PipelineMeta) - Constructor for class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- RemotePipelineEngineCapabilities - Class in org.apache.hop.pipeline.engines.remote
- RemotePipelineEngineCapabilities() - Constructor for class org.apache.hop.pipeline.engines.remote.RemotePipelineEngineCapabilities
-
This engine doesn't support preview or debug However it does allow you to sniff test transform output remotely
- remotePipelineRunConfiguration - Variable in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- RemotePipelineRunConfiguration - Class in org.apache.hop.pipeline.engines.remote
- RemotePipelineRunConfiguration() - Constructor for class org.apache.hop.pipeline.engines.remote.RemotePipelineRunConfiguration
- RemotePipelineRunConfiguration(RemotePipelineRunConfiguration) - Constructor for class org.apache.hop.pipeline.engines.remote.RemotePipelineRunConfiguration
- RemoteWorkflowEngine - Class in org.apache.hop.workflow.engines.remote
- RemoteWorkflowEngine() - Constructor for class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- remoteWorkflowRunConfiguration - Variable in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- RemoteWorkflowRunConfiguration - Class in org.apache.hop.workflow.engines.remote
- RemoteWorkflowRunConfiguration() - Constructor for class org.apache.hop.workflow.engines.remote.RemoteWorkflowRunConfiguration
- RemoteWorkflowRunConfiguration(RemoteWorkflowRunConfiguration) - Constructor for class org.apache.hop.workflow.engines.remote.RemoteWorkflowRunConfiguration
- remove(Object) - Method in class org.apache.hop.core.ConcurrentMapProperties
- remove(Object, Object) - Method in class org.apache.hop.core.ConcurrentMapProperties
- remove(String) - Method in class org.apache.hop.core.util.KeyValueSet
- remove(String) - Method in class org.apache.hop.workflow.action.validator.ValidatorContext
- removeAction(int) - Method in class org.apache.hop.workflow.WorkflowMeta
-
Removes the action.
- removeActionListener(IActionListener) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- removeActionListener(IActionListener) - Method in class org.apache.hop.workflow.Workflow
- removeAllParameters() - Method in class org.apache.hop.base.AbstractMeta
- removeAllParameters() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- removeAllParameters() - Method in class org.apache.hop.pipeline.Pipeline
-
Remove all parameters.
- removeAllParameters() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- removeAllParameters() - Method in class org.apache.hop.workflow.Workflow
- removeBreakPointListener(IBreakPointListener) - Method in class org.apache.hop.pipeline.debug.TransformDebugMeta
-
Remove a break-point listener from the debug information.
- removeComponentMetric(IEngineComponent, IEngineMetric) - Method in class org.apache.hop.pipeline.engine.EngineMetrics
-
Remove the amount for a specific metric
- removeContentChangedListener(IContentChangedListener) - Method in class org.apache.hop.base.AbstractMeta
-
Removes the passed IContentChangedListener from the list of listeners.
- removeCurrentDirectoryChangedListener(ICurrentDirectoryChangedListener) - Method in class org.apache.hop.base.AbstractMeta
-
Add a listener to be notified of design-time changes to current directory variable
- removeFilenameChangedListener(IFilenameChangedListener) - Method in class org.apache.hop.base.AbstractMeta
-
Removes the filename changed listener.
- removeJob(String) - Method in class org.apache.hop.www.jaxrs.WorkflowResource
- removeMissingAction(MissingAction) - Method in class org.apache.hop.workflow.WorkflowMeta
- removeMissingPipeline(Missing) - Method in class org.apache.hop.pipeline.PipelineMeta
- removeNameChangedListener(INameChangedListener) - Method in class org.apache.hop.base.AbstractMeta
-
Removes the name changed listener.
- removeNote(int) - Method in class org.apache.hop.base.AbstractMeta
-
Removes a note at a certain location (i.e.
- removePipeline(String) - Method in class org.apache.hop.www.jaxrs.PipelineResource
- removePipeline(IVariables, String, String) - Method in class org.apache.hop.server.HopServer
- removePipeline(HopServerObjectEntry) - Method in class org.apache.hop.www.PipelineMap
- removePipelineHop(int) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Removes a hop from the pipeline on a certain location (i.e.
- removePipelineHop(PipelineHopMeta) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Removes a hop from the pipeline.
- RemovePipelineServlet - Class in org.apache.hop.www
- RemovePipelineServlet() - Constructor for class org.apache.hop.www.RemovePipelineServlet
- RemovePipelineServlet(PipelineMap) - Constructor for class org.apache.hop.www.RemovePipelineServlet
- removeRowListener(IRowListener) - Method in class org.apache.hop.pipeline.engine.EngineComponent
- removeRowListener(IRowListener) - Method in interface org.apache.hop.pipeline.engine.IEngineComponent
- removeRowListener(IRowListener) - Method in class org.apache.hop.pipeline.transform.BaseTransform
- removeRowListener(IRowListener) - Method in interface org.apache.hop.pipeline.transform.ITransform
-
Remove a rowlistener from this transform.
- removeTransform(int) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Removes a transform from the pipeline on a certain location (i.e.
- removeTransformChangeListener(ITransformMetaChangeListener) - Method in class org.apache.hop.pipeline.PipelineMeta
- removeWorkflow(IVariables, String, String) - Method in class org.apache.hop.server.HopServer
- removeWorkflow(HopServerObjectEntry) - Method in class org.apache.hop.www.WorkflowMap
- removeWorkflowHop(int) - Method in class org.apache.hop.workflow.WorkflowMeta
-
Removes the workflow hop.
- removeWorkflowHop(WorkflowHopMeta) - Method in class org.apache.hop.workflow.WorkflowMeta
-
Removes a hop from the pipeline.
- RemoveWorkflowServlet - Class in org.apache.hop.www
- RemoveWorkflowServlet() - Constructor for class org.apache.hop.www.RemoveWorkflowServlet
- RemoveWorkflowServlet(WorkflowMap) - Constructor for class org.apache.hop.www.RemoveWorkflowServlet
- renameActionIfNameCollides(ActionMeta) - Method in class org.apache.hop.workflow.WorkflowMeta
-
See if the name of the supplied action doesn't collide with any other action in the workflow.
- replace(Object, Object) - Method in class org.apache.hop.core.ConcurrentMapProperties
- replace(Object, Object, Object) - Method in class org.apache.hop.core.ConcurrentMapProperties
- replaceAll(BiFunction<? super Object, ? super Object, ? extends Object>) - Method in class org.apache.hop.core.ConcurrentMapProperties
- replaceFileName(String) - Method in class org.apache.hop.pipeline.TransformWithMappingMeta
- replaceMeta(PartitionSchema) - Method in class org.apache.hop.partition.PartitionSchema
- replaceMeta(TransformMeta) - Method in class org.apache.hop.pipeline.transform.TransformMeta
- replaceMeta(HopServer) - Method in class org.apache.hop.server.HopServer
- replaceMeta(ActionMeta) - Method in class org.apache.hop.workflow.action.ActionMeta
- replaceVariableValues(IVariables, IVariables) - Static method in class org.apache.hop.pipeline.TransformWithMappingMeta
- replaceVariableValues(IVariables, IVariables, String) - Static method in class org.apache.hop.pipeline.TransformWithMappingMeta
- replaceWorkflow(IWorkflowEngine<WorkflowMeta>, IWorkflowEngine<WorkflowMeta>, WorkflowConfiguration) - Method in class org.apache.hop.www.WorkflowMap
- RequiredFilesCode - Static variable in class org.apache.hop.pipeline.transforms.file.BaseFileInputFiles
- RequiredFilesCode - Static variable in class org.apache.hop.pipeline.transforms.file.BaseFileInputMeta
- RequiredFilesDesc - Static variable in class org.apache.hop.pipeline.transforms.file.BaseFileInputFiles
- RequiredFilesDesc - Static variable in class org.apache.hop.pipeline.transforms.file.BaseFileInputMeta
- reset() - Static method in class org.apache.hop.core.HopEnvironment
- resetErrors() - Method in class org.apache.hop.workflow.Workflow
-
Set the number of occured errors to 0.
- resetErrorsBeforeExecution() - Method in class org.apache.hop.workflow.action.ActionBase
-
Checks whether a reset of the number of errors is required before execution.
- resetErrorsBeforeExecution() - Method in class org.apache.hop.workflow.action.ActionMeta
- resetErrorsBeforeExecution() - Method in interface org.apache.hop.workflow.action.IAction
-
Checks whether a reset of the number of errors is required before execution.
- resetTransformIoMeta() - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
-
Reset transform io meta.
- resetTransformIoMeta() - Method in interface org.apache.hop.pipeline.transform.ITransformMeta
-
For transforms that handle dynamic input (info) or output (target) streams, it is useful to be able to force the recreate the TransformIoMeta definition.
- resolve(String) - Method in class org.apache.hop.pipeline.Pipeline
-
Substitutes any variable values into the given string, and returns the resolved string.
- resolve(String) - Method in class org.apache.hop.pipeline.transform.BaseTransform
- resolve(String) - Method in class org.apache.hop.workflow.action.ActionBase
-
Substitutes any variable values into the given string, and returns the resolved string
- resolve(String[]) - Method in class org.apache.hop.pipeline.Pipeline
-
Substitutes any variable values into each of the given strings, and returns an array containing the resolved string(s).
- resolve(String[]) - Method in class org.apache.hop.pipeline.transform.BaseTransform
- resolve(String[]) - Method in class org.apache.hop.workflow.action.ActionBase
-
Substitutes any variable values into each of the given strings, and returns an array containing the resolved string(s)
- resolve(String, IRowMeta, Object[]) - Method in class org.apache.hop.pipeline.Pipeline
- resolve(String, IRowMeta, Object[]) - Method in class org.apache.hop.pipeline.transform.BaseTransform
- resolve(String, IRowMeta, Object[]) - Method in class org.apache.hop.workflow.action.ActionBase
- resolveCurrentDirectory(IVariables, String) - Method in class org.apache.hop.core.util.CurrentDirectoryResolver
-
The logic of this method:
- resolveCurrentDirectory(IVariables, TransformMeta, String) - Method in class org.apache.hop.core.util.CurrentDirectoryResolver
- resolveCurrentDirectory(IVariables, IWorkflowEngine<WorkflowMeta>, String) - Method in class org.apache.hop.core.util.CurrentDirectoryResolver
- ResourceDefinition - Class in org.apache.hop.resource
- ResourceDefinition(String, String) - Constructor for class org.apache.hop.resource.ResourceDefinition
- ResourceEntry - Class in org.apache.hop.resource
- ResourceEntry(String, ResourceEntry.ResourceType) - Constructor for class org.apache.hop.resource.ResourceEntry
- ResourceEntry.ResourceType - Enum in org.apache.hop.resource
- ResourceReference - Class in org.apache.hop.resource
- ResourceReference(IResourceHolder) - Constructor for class org.apache.hop.resource.ResourceReference
- ResourceReference(IResourceHolder, List<ResourceEntry>) - Constructor for class org.apache.hop.resource.ResourceReference
- RESOURCES_PATH - Static variable in class org.apache.hop.www.StatusServletUtils
- ResourceUtil - Class in org.apache.hop.resource
- ResourceUtil() - Constructor for class org.apache.hop.resource.ResourceUtil
- respond(int) - Method in interface org.apache.hop.www.IHopServerRequestHandler.IHopServerRequest
- result - Variable in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- result - Variable in class org.apache.hop.workflow.Workflow
-
The result of the workflow, after execution.
- result - Variable in class org.apache.hop.workflow.WorkflowExecutionExtension
- RESULT_KEY_ERRORS - Static variable in class org.apache.hop.execution.ExecutionDataBuilder
- RESULT_KEY_RESULT - Static variable in class org.apache.hop.execution.ExecutionDataBuilder
- RESULT_KEY_STOPPED - Static variable in class org.apache.hop.execution.ExecutionDataBuilder
- resultFiles - Variable in class org.apache.hop.pipeline.Pipeline
- resultRows - Variable in class org.apache.hop.pipeline.Pipeline
- resumeExecution() - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
-
Resume the execution (all components).
- resumeExecution() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- resumeExecution() - Method in class org.apache.hop.pipeline.Pipeline
-
Resumes running the pipeline after a pause (resume all transforms).
- resumePipeline(String) - Method in class org.apache.hop.www.jaxrs.PipelineResource
- resumeRunning() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- resumeRunning() - Method in interface org.apache.hop.pipeline.transform.ITransform
-
Resume a running transform
- retrieveComponentOutput(IVariables, String, int, int, IPipelineComponentRowsReceived) - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
-
Retrieve output rows from a component copy.
- retrieveComponentOutput(IVariables, String, int, int, IPipelineComponentRowsReceived) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- retrieveComponentOutput(IVariables, String, int, int, IPipelineComponentRowsReceived) - Method in class org.apache.hop.pipeline.Pipeline
- retrieveList(String, String) - Method in interface org.apache.hop.history.IAuditManager
-
Retrieve a list of items of a certain group and type
- retrieveList(String, String) - Method in class org.apache.hop.history.local.LocalAuditManager
- retrieveState(String, String, String) - Method in interface org.apache.hop.history.IAuditManager
-
Retrieve the state of an object with a particular name
- retrieveState(String, String, String) - Method in class org.apache.hop.history.local.LocalAuditManager
- retrieveState(ILogChannel, String, String, String) - Static method in class org.apache.hop.history.AuditManager
- rootFolder - Variable in class org.apache.hop.execution.local.FileExecutionInfoLocation
- rootUriField - Variable in class org.apache.hop.pipeline.transforms.file.BaseFileInputAdditionalField
- rootUriName - Variable in class org.apache.hop.pipeline.transforms.file.BaseFileInputTransformData
- round(double) - Method in class org.apache.hop.core.gui.BasePainter
- ROW_DISTRIBUTION_ICON - org.apache.hop.core.gui.AreaOwner.AreaType
- RowAdapter - Class in org.apache.hop.pipeline.transform
-
RowAdapter is an adapter class for receiving row events.
- RowAdapter() - Constructor for class org.apache.hop.pipeline.transform.RowAdapter
-
Instantiates a new row adapter.
- RowDistributionPlugin - Annotation Type in org.apache.hop.pipeline.transform
-
This annotation signals to the plugin system that the class is a row distribution plugin.
- RowDistributionPluginType - Class in org.apache.hop.pipeline.transform
-
This class represents the row distribution plugin type.
- rowListeners - Variable in class org.apache.hop.pipeline.transform.BaseTransform
-
The list of IRowListener interfaces
- rowMeta - Variable in class org.apache.hop.execution.sampler.ExecutionDataSamplerStoreBase
- RowMetaUtils - Class in org.apache.hop.pipeline.transform.utils
- RowMetaUtils() - Constructor for class org.apache.hop.pipeline.transform.utils.RowMetaUtils
- RowProducer - Class in org.apache.hop.pipeline
-
Allows you to "Inject" rows into a transform.
- RowProducer(ITransform, IRowSet) - Constructor for class org.apache.hop.pipeline.RowProducer
- rowReadEvent(IRowMeta, Object[]) - Method in interface org.apache.hop.pipeline.transform.IRowListener
-
This method is called when a row is read from another transform
- rowReadEvent(IRowMeta, Object[]) - Method in class org.apache.hop.pipeline.transform.RowAdapter
-
Empty method implementing the IRowListener.rowReadEvent interface method
- rows - Variable in class org.apache.hop.execution.sampler.ExecutionDataSamplerStoreBase
- rowsetInputSize() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- rowsetInputSize() - Method in interface org.apache.hop.pipeline.transform.ITransform
- rowsetOutputSize() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- rowsetOutputSize() - Method in interface org.apache.hop.pipeline.transform.ITransform
- rowsets - Variable in class org.apache.hop.pipeline.Pipeline
-
A list of all the row sets.
- rowSetSize - Variable in class org.apache.hop.pipeline.engines.local.LocalPipelineRunConfiguration
- rowSetSize - Variable in class org.apache.hop.pipeline.Pipeline
- rowsReceived(IPipelineEngine<PipelineMeta>, RowBuffer) - Method in interface org.apache.hop.pipeline.engine.IPipelineComponentRowsReceived
-
When all rows are received for a specific task (sniff, preview, debug, ...) this method will get called.
- rowWrittenEvent(IRowMeta, Object[]) - Method in interface org.apache.hop.pipeline.transform.IRowListener
-
This method is called when a row is written to another transform (even if there is no next transform)
- rowWrittenEvent(IRowMeta, Object[]) - Method in class org.apache.hop.pipeline.transform.RowAdapter
-
Empty method implementing the IRowListener.rowWrittenEvent interface method
- run() - Method in class org.apache.hop.config.HopConfig
- run() - Method in class org.apache.hop.core.util.ConfigurableStreamLogger
-
(non-Javadoc)
- run() - Method in class org.apache.hop.imp.HopImport
- run() - Method in class org.apache.hop.pipeline.transform.RunThread
- run() - Method in class org.apache.hop.pipeline.transform.TransformInitThread
- run() - Method in class org.apache.hop.run.HopRun
- run() - Method in class org.apache.hop.search.HopSearch
- run() - Method in class org.apache.hop.www.HopServer
- run() - Method in class org.apache.hop.www.WebServerShutdownHook
- runConfigurationName - Variable in class org.apache.hop.execution.ExecutionBuilder
- runConfigurationName - Variable in class org.apache.hop.pipeline.engines.remote.RemotePipelineRunConfiguration
- runConfigurationName - Variable in class org.apache.hop.workflow.engines.remote.RemoteWorkflowRunConfiguration
- runHopServer() - Method in class org.apache.hop.www.HopServer
- runImport(IProgressMonitor) - Method in class org.apache.hop.imp.HopImportBase
- runImport(IProgressMonitor) - Method in interface org.apache.hop.imp.IHopImport
-
Perform the actual import of all files
- running - Variable in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- running - Variable in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- runOptions - Variable in class org.apache.hop.base.AbstractMeta
- runPostInjectionProcessing(Object) - Method in class org.apache.hop.core.injection.bean.BeanInjector
- RunThread - Class in org.apache.hop.pipeline.transform
- RunThread(TransformMetaDataCombi) - Constructor for class org.apache.hop.pipeline.transform.RunThread
- runWorkflow(IWorkflowEngine) - Method in class org.apache.hop.www.StartWorkflowServlet
S
- safeModeChecking(IRowMeta) - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Safe mode checking.
- safeModeChecking(IRowMeta, IRowMeta) - Static method in class org.apache.hop.pipeline.transform.BaseTransform
-
Safe mode checking.
- safeModeEnabled - Variable in class org.apache.hop.pipeline.engines.local.LocalPipelineRunConfiguration
- safeModeEnabled - Variable in class org.apache.hop.workflow.engines.local.LocalWorkflowRunConfiguration
- safeStop() - Method in class org.apache.hop.pipeline.Pipeline
-
Stops only input transforms so that all downstream transforms can finish processing rows that have already been input
- safeStopped - Variable in class org.apache.hop.pipeline.transform.BaseTransform
- samplerMeta - Variable in class org.apache.hop.execution.sampler.ExecutionDataSamplerStoreBase
- sampleRow(BasicDataProfilingDataSamplerStore, IStream.StreamType, IRowMeta, Object[]) - Method in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSampler
- sampleRow(FirstRowsExecutionDataSamplerStore, IStream.StreamType, IRowMeta, Object[]) - Method in class org.apache.hop.execution.sampler.plugins.first.FirstRowsExecutionDataSampler
- sampleRow(LastRowsExecutionDataSamplerStore, IStream.StreamType, IRowMeta, Object[]) - Method in class org.apache.hop.execution.sampler.plugins.last.LastRowsExecutionDataSampler
- sampleRow(RandomRowsExecutionDataSamplerStore, IStream.StreamType, IRowMeta, Object[]) - Method in class org.apache.hop.execution.sampler.plugins.random.RandomRowsExecutionDataSampler
- sampleRow(Store, IStream.StreamType, IRowMeta, Object[]) - Method in interface org.apache.hop.execution.sampler.IExecutionDataSampler
-
Sample one row in a stream or rows.
- sampleSize - Variable in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSampler
-
The number of rows to sample for each field and each profiling result.
- sampleSize - Variable in class org.apache.hop.execution.sampler.plugins.ExecutionDataSamplerBase
- sampleSize - Variable in class org.apache.hop.pipeline.engines.local.LocalPipelineRunConfiguration
-
The feedback size.
- sampleTypeInGui - Variable in class org.apache.hop.pipeline.engines.local.LocalPipelineRunConfiguration
-
The feedback size.
- saveAsPreferences() - Method in class org.apache.hop.core.util.AbstractTransformMeta
-
Saves properties to preferences.
- saveAuditStateMap(String, String, AuditStateMap) - Method in interface org.apache.hop.history.IAuditManager
-
Save the given audit state map for a map of objects.
- saveAuditStateMap(String, String, AuditStateMap) - Method in class org.apache.hop.history.local.LocalAuditManager
- saveMap(String, String, Map<String, String>) - Method in interface org.apache.hop.history.IAuditManager
-
Store a Strings Map
- saveMap(String, String, Map<String, String>) - Method in class org.apache.hop.history.local.LocalAuditManager
- saveToPreferences(Preferences) - Method in class org.apache.hop.core.util.BooleanPluginProperty
- saveToPreferences(Preferences) - Method in class org.apache.hop.core.util.IntegerPluginProperty
- saveToPreferences(Preferences) - Method in interface org.apache.hop.core.util.IPluginProperty
- saveToPreferences(Preferences) - Method in class org.apache.hop.core.util.StringListPluginProperty
- saveToPreferences(Preferences) - Method in class org.apache.hop.core.util.StringPluginProperty
- SaveToPreferences(Preferences) - Constructor for class org.apache.hop.core.util.PluginPropertyHandler.SaveToPreferences
-
Constructor.
- screenMagnification - Variable in class org.apache.hop.core.gui.BasePainter
- search(ISearchable<DatabaseMeta>, ISearchQuery) - Method in class org.apache.hop.core.search.DatabaseMetaSearchableAnalyser
- search(ISearchable<DescribedVariable>, ISearchQuery) - Method in class org.apache.hop.core.search.DescribedVariableSearchableAnalyser
- search(ISearchable<PartitionSchema>, ISearchQuery) - Method in class org.apache.hop.core.search.PartitionSchemaSearchableAnalyser
- search(ISearchable<PipelineRunConfiguration>, ISearchQuery) - Method in class org.apache.hop.core.search.PipelineRunConfigurationSearchableAnalyser
- search(ISearchable<PipelineMeta>, ISearchQuery) - Method in class org.apache.hop.pipeline.PipelineMetaSearchAnalyser
- search(ISearchable<HopServer>, ISearchQuery) - Method in class org.apache.hop.core.search.HopServerSearchableAnalyser
- search(ISearchable<WorkflowRunConfiguration>, ISearchQuery) - Method in class org.apache.hop.core.search.WorkflowRunConfigurationSearchableAnalyser
- search(ISearchable<WorkflowMeta>, ISearchQuery) - Method in class org.apache.hop.workflow.WorkflowMetaSearchAnalyser
- searchablesLocations - Variable in class org.apache.hop.search.HopSearch
- searchInfoAndTargetTransforms(List<TransformMeta>) - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
-
Change transform names into transform objects to allow them to be name-changed etc.
- searchInfoAndTargetTransforms(List<TransformMeta>) - Method in interface org.apache.hop.pipeline.transform.ITransformMeta
-
Change transform names into transform objects to allow them to be name-changed etc.
- selectAll() - Method in class org.apache.hop.pipeline.PipelineMeta
-
Mark all transforms in the pipeline as selected.
- selectAll() - Method in class org.apache.hop.workflow.WorkflowMeta
-
Select all.
- selectionRectangle - Variable in class org.apache.hop.core.gui.BasePainter
- SEND_RESULT - Static variable in class org.apache.hop.www.GetPipelineStatusServlet
- sendExport(IVariables, String, String, String) - Method in class org.apache.hop.server.HopServer
-
Send an exported archive over to this hop server
- sendJson(IVariables, String, String) - Method in class org.apache.hop.server.HopServer
- sendToHopServer(IVariables, WorkflowMeta, WorkflowExecutionConfiguration, IHopMetadataProvider) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
-
Send to hop server.
- sendXml(IVariables, String, String) - Method in class org.apache.hop.server.HopServer
- SEPARATOR_CHAR - Static variable in class org.apache.hop.core.util.StringListPluginProperty
-
The separator character.
- SequenceResourceNaming - Class in org.apache.hop.resource
-
With this resource naming scheme we try to keep the original filename.
- SequenceResourceNaming() - Constructor for class org.apache.hop.resource.SequenceResourceNaming
- SerializableMetadataProvider - Class in org.apache.hop.core.metadata
-
This metadata implementation is an in-memory metadata which serializes using JSON.
- SerializableMetadataProvider() - Constructor for class org.apache.hop.core.metadata.SerializableMetadataProvider
- SerializableMetadataProvider(String) - Constructor for class org.apache.hop.core.metadata.SerializableMetadataProvider
- SerializableMetadataProvider(IHopMetadataProvider) - Constructor for class org.apache.hop.core.metadata.SerializableMetadataProvider
-
Create a copy of all elements in an existing metadata.
- serializeResourceExportInterface(String, IResourceExport, IVariables, IHopMetadataProvider, IXml, String, String, String, Map<String, String>) - Static method in class org.apache.hop.resource.ResourceUtil
-
Serializes the referenced resource export interface (Workflow, Pipeline, Mapping, Transform, Action, etc) to a ZIP file.
- serialVersionUID - Static variable in class org.apache.hop.www.BaseHttpServlet
- SERVER - org.apache.hop.resource.ResourceEntry.ResourceType
- serverConfig - Variable in class org.apache.hop.www.BaseHttpServlet
- serverName - Variable in class org.apache.hop.execution.remote.RemoteExecutionInfoLocation
- serverPollDelay - Variable in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- serverPollDelay - Variable in class org.apache.hop.pipeline.engines.remote.RemotePipelineRunConfiguration
- serverPollDelay - Variable in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- serverPollDelay - Variable in class org.apache.hop.workflow.engines.remote.RemoteWorkflowRunConfiguration
- serverPollInterval - Variable in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- serverPollInterval - Variable in class org.apache.hop.pipeline.engines.remote.RemotePipelineRunConfiguration
- serverPollInterval - Variable in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- serverPollInterval - Variable in class org.apache.hop.workflow.engines.remote.RemoteWorkflowRunConfiguration
- ServerStatus - Class in org.apache.hop.www.jaxrs
- ServerStatus() - Constructor for class org.apache.hop.www.jaxrs.ServerStatus
- ServerStatus(String) - Constructor for class org.apache.hop.www.jaxrs.ServerStatus
- ServerStatus(Node) - Constructor for class org.apache.hop.www.jaxrs.ServerStatus
- service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hop.www.BaseHopServerPlugin
- service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hop.www.BaseHttpServlet
- setAction(int, ActionMeta) - Method in class org.apache.hop.workflow.WorkflowMeta
-
Sets the action.
- setAction(IAction) - Method in class org.apache.hop.workflow.action.ActionMeta
- setActionFilename(String) - Method in class org.apache.hop.workflow.ActionResult
- setActionListeners(List<IActionListener>) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- setActionName(String) - Method in class org.apache.hop.workflow.ActionResult
- setActionResult(ActionResult) - Method in class org.apache.hop.core.gui.WorkflowTracker
- setActionResults(List<ActionResult>) - Method in class org.apache.hop.workflow.WorkflowPainter
- setActive() - Method in interface org.apache.hop.pipeline.transform.ITransformDialog
-
Brings the dialog to the front if the dialog is already open.
- setActive() - Method in interface org.apache.hop.workflow.action.IActionDialog
-
Brings the dialog to the front if the dialog is already open.
- setActive(boolean) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- setActive(boolean) - Method in class org.apache.hop.workflow.Workflow
- setActiveActions(List<ActionMeta>) - Method in class org.apache.hop.workflow.WorkflowPainter
- setActiveActions(Set<ActionMeta>) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- setActiveAuditManager(IAuditManager) - Method in class org.apache.hop.history.AuditManager
- setActiveSubPipelines(Map<String, IPipelineEngine>) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- setActiveSubPipelines(Map<String, IPipelineEngine>) - Method in class org.apache.hop.pipeline.Pipeline
- setActiveSubWorkflows(Map<String, IWorkflowEngine<WorkflowMeta>>) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- setActiveSubWorkflows(Map<String, IWorkflowEngine<WorkflowMeta>>) - Method in class org.apache.hop.pipeline.Pipeline
- setAllocated(boolean) - Method in class org.apache.hop.www.SocketPortAllocation
- setAllOK(boolean) - Method in class org.apache.hop.www.HopServer
- setAllowEmptyFieldNamesAndTypes(boolean) - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Sets allowEmptyFieldNamesAndTypes
- setAlpha(int) - Method in interface org.apache.hop.core.gui.IGc
- setAlpha(int) - Method in class org.apache.hop.core.gui.SvgGc
- setAlwaysShowRunOptions(boolean) - Method in class org.apache.hop.base.AbstractMeta
- setAntialias(boolean) - Method in interface org.apache.hop.core.gui.IGc
- setAntialias(boolean) - Method in class org.apache.hop.core.gui.SvgGc
- setAppending(boolean) - Method in class org.apache.hop.core.logging.LogChannelFileWriter
- setArchiveName(String) - Method in class org.apache.hop.resource.TopLevelResource
- setArea(Point) - Method in class org.apache.hop.core.gui.BasePainter
- setArea(Rectangle) - Method in class org.apache.hop.core.gui.AreaOwner
- setAreaOwners(List<AreaOwner>) - Method in class org.apache.hop.core.gui.BasePainter
- setAreaType(AreaOwner.AreaType) - Method in class org.apache.hop.core.gui.AreaOwner
- setAttribute(String, String, String) - Method in class org.apache.hop.base.AbstractMeta
- setAttribute(String, String, String) - Method in class org.apache.hop.pipeline.transform.TransformMeta
- setAttribute(String, String, String) - Method in class org.apache.hop.workflow.action.ActionBase
- setAttribute(String, String, String) - Method in class org.apache.hop.workflow.action.ActionMeta
- setAttributes(String, Map<String, String>) - Method in class org.apache.hop.base.AbstractMeta
- setAttributes(String, Map<String, String>) - Method in class org.apache.hop.pipeline.transform.TransformMeta
- setAttributes(String, Map<String, String>) - Method in class org.apache.hop.workflow.action.ActionBase
- setAttributes(String, Map<String, String>) - Method in class org.apache.hop.workflow.action.ActionMeta
- setAttributesMap(Map<String, Map<String, String>>) - Method in class org.apache.hop.base.AbstractMeta
- setAttributesMap(Map<String, Map<String, String>>) - Method in class org.apache.hop.pipeline.transform.TransformMeta
- setAttributesMap(Map<String, Map<String, String>>) - Method in class org.apache.hop.workflow.action.ActionBase
- setAttributesMap(Map<String, Map<String, String>>) - Method in class org.apache.hop.workflow.action.ActionMeta
- setAuthenticationPerformerFactory(IAuthenticationPerformerFactory) - Method in class org.apache.hop.core.auth.core.AuthenticationManager
- setBackground(int, int, int) - Method in interface org.apache.hop.core.gui.IGc
- setBackground(int, int, int) - Method in class org.apache.hop.core.gui.SvgGc
- setBackground(IGc.EColor) - Method in interface org.apache.hop.core.gui.IGc
- setBackground(IGc.EColor) - Method in class org.apache.hop.core.gui.SvgGc
- setBackGroundColorBlue(int) - Method in class org.apache.hop.core.NotePadMeta
- setBackGroundColorGreen(int) - Method in class org.apache.hop.core.NotePadMeta
- setBackGroundColorRed(int) - Method in class org.apache.hop.core.NotePadMeta
- setBaseResourceName(String) - Method in class org.apache.hop.resource.TopLevelResource
- setBatchId(long) - Method in class org.apache.hop.core.logging.LoggingMetric
- setBeamBundleNr(int) - Method in class org.apache.hop.pipeline.transform.BaseTransformData
-
Sets beamBundleNr
- setBeamBundleNr(int) - Method in interface org.apache.hop.pipeline.transform.ITransformData
-
Sets beamBundleNr
- setBeamContext(boolean) - Method in class org.apache.hop.pipeline.transform.BaseTransformData
-
Sets beamContext
- setBeamContext(boolean) - Method in interface org.apache.hop.pipeline.transform.ITransformData
-
Sets beamContext
- setBodyContentVariable(String) - Method in class org.apache.hop.www.service.WebService
-
Sets bodyContentVariable
- setBorderColorBlue(int) - Method in class org.apache.hop.core.NotePadMeta
- setBorderColorGreen(int) - Method in class org.apache.hop.core.NotePadMeta
- setBorderColorRed(int) - Method in class org.apache.hop.core.NotePadMeta
- setCandidate(Hop) - Method in class org.apache.hop.core.gui.BasePainter
- setCandidateHopType(IStream.StreamType) - Method in class org.apache.hop.pipeline.PipelinePainter
- setCapturingTransformPerformanceSnapShots(boolean) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Sets whether the pipeline is capturing transform performance snapshots.
- setCapturingTransformPerformanceSnapShots(boolean) - Method in class org.apache.hop.pipeline.PipelineMetaInfo
-
Sets capturingTransformPerformanceSnapShots
- setCarteObjectId(String) - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Sets the container object ID.
- setCaseInsensitive(Boolean) - Method in class org.apache.hop.search.HopSearch
- setChanged() - Method in class org.apache.hop.base.AbstractMeta
- setChanged() - Method in class org.apache.hop.base.BaseHopMeta
- setChanged() - Method in class org.apache.hop.core.changed.ChangedFlag
-
Sets this as being changed.
- setChanged() - Method in interface org.apache.hop.core.changed.IChanged
- setChanged() - Method in class org.apache.hop.core.NotePadMeta
- setChanged() - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
-
Sets the changed.
- setChanged() - Method in interface org.apache.hop.pipeline.transform.ITransformMeta
- setChanged() - Method in class org.apache.hop.pipeline.transform.TransformMeta
- setChanged() - Method in class org.apache.hop.workflow.action.ActionBase
-
Sets that the action has changed (i.e.
- setChanged() - Method in class org.apache.hop.workflow.action.ActionMeta
- setChanged() - Method in interface org.apache.hop.workflow.action.IAction
-
Sets whether the action has changed
- setChanged(boolean) - Method in class org.apache.hop.base.AbstractMeta
- setChanged(boolean) - Method in class org.apache.hop.base.BaseHopMeta
- setChanged(boolean) - Method in class org.apache.hop.core.changed.ChangedFlag
-
Sets whether or not this has changed.
- setChanged(boolean) - Method in interface org.apache.hop.core.changed.IChanged
- setChanged(boolean) - Method in class org.apache.hop.core.NotePadMeta
- setChanged(boolean) - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
-
Sets the changed.
- setChanged(boolean) - Method in class org.apache.hop.pipeline.transform.TransformMeta
- setChanged(boolean) - Method in class org.apache.hop.workflow.action.ActionBase
-
Sets whether the action has changed
- setChanged(boolean) - Method in class org.apache.hop.workflow.action.ActionMeta
- setChanged(boolean) - Method in interface org.apache.hop.workflow.action.IAction
-
Sets whether the action has changed
- setChanged(Object[], Object[], int[]) - Method in class org.apache.hop.core.undo.ChangeAction
- setCheckpoint(boolean) - Method in class org.apache.hop.workflow.ActionResult
- setChildIds(List<String>) - Method in class org.apache.hop.execution.ExecutionState
-
Sets childIds
- setClearingLog(boolean) - Method in class org.apache.hop.base.AbstractMeta
- setClearingLog(boolean) - Method in interface org.apache.hop.IExecutionConfiguration
- setClearingLog(boolean) - Method in class org.apache.hop.pipeline.PipelineExecutionConfiguration
- setClearingLog(boolean) - Method in class org.apache.hop.workflow.WorkflowExecutionConfiguration
- setClusterRunId(String) - Method in class org.apache.hop.www.SocketPortAllocation
- setCmd(CommandLine) - Method in class org.apache.hop.config.HopConfig
- setCmd(CommandLine) - Method in class org.apache.hop.imp.HopImport
- setCmd(CommandLine) - Method in class org.apache.hop.run.HopRun
- setCmd(CommandLine) - Method in class org.apache.hop.search.HopSearch
- setCmd(CommandLine) - Method in class org.apache.hop.www.HopServer
- setCode(String) - Method in class org.apache.hop.pipeline.engine.EngineMetric
- setCollectedVariables(IVariables) - Method in class org.apache.hop.imp.HopImportBase
- setCollectionDate(Date) - Method in class org.apache.hop.execution.ExecutionData
-
Sets collectionDate
- setCombi(TransformMetaDataCombi) - Method in class org.apache.hop.pipeline.transform.TransformInitThread
- setComment(String) - Method in class org.apache.hop.workflow.ActionResult
- setComponentCopy(String) - Method in class org.apache.hop.execution.ExecutionStateComponentMetrics
-
Sets componentCopy
- setComponentMetric(IEngineComponent, IEngineMetric, Long) - Method in class org.apache.hop.pipeline.engine.EngineMetrics
- setComponentMetricsMap(Map<IEngineComponent, Map<IEngineMetric, Long>>) - Method in class org.apache.hop.pipeline.engine.EngineMetrics
- setComponentName(String) - Method in class org.apache.hop.execution.ExecutionStateComponentMetrics
-
Sets componentName
- setComponentName(String) - Method in class org.apache.hop.pipeline.performance.PerformanceSnapShot
- setComponentPerformanceSnapshots(Map<IEngineComponent, List<PerformanceSnapShot>>) - Method in class org.apache.hop.pipeline.engine.EngineMetrics
- setComponentRunning(IEngineComponent, Boolean) - Method in class org.apache.hop.pipeline.engine.EngineMetrics
- setComponentRunningMap(Map<IEngineComponent, Boolean>) - Method in class org.apache.hop.pipeline.engine.EngineMetrics
- setComponents(List<IEngineComponent>) - Method in class org.apache.hop.pipeline.engine.EngineMetrics
- setComponentSpeed(IEngineComponent, String) - Method in class org.apache.hop.pipeline.engine.EngineMetrics
- setComponentSpeedMap(Map<IEngineComponent, String>) - Method in class org.apache.hop.pipeline.engine.EngineMetrics
- setComponentStatus(IEngineComponent, String) - Method in class org.apache.hop.pipeline.engine.EngineMetrics
- setComponentStatusMap(Map<IEngineComponent, String>) - Method in class org.apache.hop.pipeline.engine.EngineMetrics
- setCondition(Condition) - Method in class org.apache.hop.pipeline.debug.TransformDebugMeta
- setConditional() - Method in class org.apache.hop.workflow.WorkflowHopMeta
- setConfig(HopServerConfig) - Method in class org.apache.hop.www.HopServer
- setConfigurationVariables(List<DescribedVariable>) - Method in class org.apache.hop.pipeline.config.PipelineRunConfiguration
- setConnectionCounter(int) - Method in class org.apache.hop.imp.HopImportBase
- setConnectionFileMap(TreeMap<String, String>) - Method in class org.apache.hop.imp.HopImportBase
- setConnectionName(StringPluginProperty) - Method in class org.apache.hop.core.util.AbstractTransformMeta
- setConnectionsList(List<DatabaseMeta>) - Method in class org.apache.hop.imp.HopImportBase
- setContainerId(String) - Method in class org.apache.hop.execution.ExecutionState
-
Sets containerId
- setContainerId(String) - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
-
The unique ID this pipeline engine has while executing in a container like a web-server and so on.
- setContainerId(String) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- setContainerId(String) - Method in class org.apache.hop.pipeline.Pipeline
-
Sets the container object ID.
- setContainerId(String) - Method in interface org.apache.hop.workflow.engine.IWorkflowEngine
- setContainerId(String) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- setContainerId(String) - Method in class org.apache.hop.workflow.Workflow
-
Sets the execution container object id (containerObjectId).
- setContainerObjectId(String) - Method in class org.apache.hop.workflow.action.ActionBase
-
Sets the container object id
- setContent(String) - Method in class org.apache.hop.resource.ResourceDefinition
- setContentType(String) - Method in class org.apache.hop.www.service.WebService
- setCopies(int) - Method in class org.apache.hop.pipeline.transform.TransformMeta
-
Sets the number of parallel copies that this transform will be launched with.
- setCopiesString(String) - Method in class org.apache.hop.pipeline.transform.TransformMeta
- setCopy(int) - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Sets the copy.
- setCopy(int) - Method in class org.apache.hop.pipeline.transform.TransformStatus
- setCopyNr(int) - Method in class org.apache.hop.pipeline.engine.EngineComponent
- setCopyNr(int) - Method in class org.apache.hop.pipeline.performance.PerformanceSnapShot
- setCopyNr(int) - Method in class org.apache.hop.pipeline.transform.BaseTransform
- setCopyNr(String) - Method in class org.apache.hop.execution.Execution
-
Sets copyNr
- setCopyNr(String) - Method in class org.apache.hop.execution.ExecutionDataSetMeta
-
Sets copyNr
- setCopyNr(String) - Method in class org.apache.hop.execution.ExecutionState
-
Sets copyNr
- setCopyNr(String) - Method in class org.apache.hop.execution.sampler.ExecutionDataSamplerMeta
-
Sets copyNr
- setCpuCores(int) - Method in class org.apache.hop.www.HopServerStatus
- setCpuCores(int) - Method in class org.apache.hop.www.jaxrs.ServerStatus
- setCpuProcessTime(long) - Method in class org.apache.hop.www.HopServerStatus
- setCpuProcessTime(long) - Method in class org.apache.hop.www.jaxrs.ServerStatus
- setCreatedDate(Date) - Method in class org.apache.hop.base.AbstractMeta
-
Sets the date the pipeline was created.
- setCreatedDate(Date) - Method in interface org.apache.hop.core.IEngineMeta
-
Sets the date the pipeline was created.
- setCreatedDate(Date) - Method in class org.apache.hop.pipeline.AbstractMetaInfo
-
Sets createdDate
- setCreatedDate(Date) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Sets the date the pipeline was created.
- setCreatedDate(Date) - Method in class org.apache.hop.workflow.WorkflowMeta
-
Sets the date the pipeline was created.
- setCreatedUser(String) - Method in class org.apache.hop.base.AbstractMeta
-
Sets the user by whom the pipeline was created.
- setCreatedUser(String) - Method in interface org.apache.hop.core.IEngineMeta
-
Sets the user by whom this was created.
- setCreatedUser(String) - Method in class org.apache.hop.pipeline.AbstractMetaInfo
-
Sets createdUser
- setCreatedUser(String) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Sets the user by whom the pipeline was created.
- setCreatedUser(String) - Method in class org.apache.hop.workflow.WorkflowMeta
-
Sets the user by whom the pipeline was created.
- setCreateParentFolder(boolean) - Method in class org.apache.hop.pipeline.PipelineExecutionConfiguration
- setCurrencySymbol(String) - Method in class org.apache.hop.core.file.TextFileInputField
- setCurrencySymbol(String) - Method in class org.apache.hop.pipeline.transforms.file.BaseFileField
- setCurrentInputRowSetNr(int) - Method in class org.apache.hop.pipeline.transform.BaseTransform
- setCurrentInputRowSetNr(int) - Method in interface org.apache.hop.pipeline.transform.ITransform
- setCurrentOutputRowSetNr(int) - Method in class org.apache.hop.pipeline.transform.BaseTransform
- setCurrentOutputRowSetNr(int) - Method in interface org.apache.hop.pipeline.transform.ITransform
- setDataLoggingDelay(String) - Method in class org.apache.hop.execution.ExecutionInfoLocation
-
Sets dataLoggingDelay
- setDataLoggingInterval(String) - Method in class org.apache.hop.execution.ExecutionInfoLocation
-
Sets dataLoggingInterval
- setDataSampler(FirstRowsExecutionDataSampler) - Method in class org.apache.hop.execution.sampler.plugins.first.FirstRowsExecutionDataSamplerStore
-
Sets dataSampler
- setDataSampler(LastRowsExecutionDataSampler) - Method in class org.apache.hop.execution.sampler.plugins.last.LastRowsExecutionDataSamplerStore
-
Sets dataSampler
- setDataSampler(RandomRowsExecutionDataSampler) - Method in class org.apache.hop.execution.sampler.plugins.random.RandomRowsExecutionDataSamplerStore
-
Sets dataSampler
- setDataSamplers(List<IExecutionDataSampler<? extends IExecutionDataSamplerStore>>) - Method in class org.apache.hop.pipeline.Pipeline
-
Sets dataSamplers
- setDataSetMeta(ExecutionDataSetMeta) - Method in class org.apache.hop.execution.ExecutionData
-
Sets dataSetMeta
- setDataSets(Map<String, RowBuffer>) - Method in class org.apache.hop.execution.ExecutionData
-
Sets dataSets
- setDataShown(boolean) - Method in class org.apache.hop.pipeline.debug.PipelineDebugMeta
-
Sets dataShown
- setDate(Date) - Method in class org.apache.hop.history.AuditEvent
- setDate(Date) - Method in class org.apache.hop.pipeline.performance.PerformanceSnapShot
- setDayOfMonth(int) - Method in class org.apache.hop.workflow.actions.start.ActionStart
- setDbMeta(DatabaseMeta) - Method in class org.apache.hop.core.util.AbstractTransformMeta
- setDecimalSymbol(String) - Method in class org.apache.hop.core.file.TextFileInputField
- setDecimalSymbol(String) - Method in class org.apache.hop.pipeline.transforms.file.BaseFileField
- setDefault() - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
- setDefault() - Method in interface org.apache.hop.pipeline.transform.ITransformMeta
-
Set default values
- setDefault() - Method in class org.apache.hop.pipeline.transforms.dummy.DummyMeta
- setDefaultError() - Method in class org.apache.hop.core.util.AbstractTransform
-
Set default error code.
- setDefaultPipelineRunConfiguration(String) - Method in class org.apache.hop.imp.HopImportBase
- setDefaultSelection(boolean) - Method in class org.apache.hop.pipeline.config.PipelineRunConfiguration
-
Sets defaultSelection
- setDefaultSelection(boolean) - Method in class org.apache.hop.workflow.config.WorkflowRunConfiguration
-
Sets defaultSelection
- setDefaultWorkflowRunConfiguration(String) - Method in class org.apache.hop.imp.HopImportBase
- setDelegationListeners(List<IDelegationListener>) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- setDelete(Object[], int[]) - Method in class org.apache.hop.core.undo.ChangeAction
- setDescription(String) - Method in class org.apache.hop.base.AbstractMeta
-
Set the description of the workflow.
- setDescription(String) - Method in class org.apache.hop.execution.ExecutionDataSetMeta
-
Sets description
- setDescription(String) - Method in class org.apache.hop.execution.ExecutionInfoLocation
-
Sets description
- setDescription(String) - Method in class org.apache.hop.execution.profiling.ExecutionDataProfile
-
Sets description
- setDescription(String) - Method in class org.apache.hop.execution.sampler.ExecutionDataSampleInformation
-
Sets description
- setDescription(String) - Method in class org.apache.hop.pipeline.AbstractMetaInfo
-
Sets description
- setDescription(String) - Method in class org.apache.hop.pipeline.BasePartitioner
- setDescription(String) - Method in class org.apache.hop.pipeline.config.PipelineRunConfiguration
- setDescription(String) - Method in interface org.apache.hop.pipeline.IPartitioner
-
Sets the description.
- setDescription(String) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Set the description of the workflow.
- setDescription(String) - Method in interface org.apache.hop.pipeline.transform.stream.IStream
- setDescription(String) - Method in class org.apache.hop.pipeline.transform.stream.Stream
- setDescription(String) - Method in class org.apache.hop.pipeline.transform.TransformMeta
- setDescription(String) - Method in class org.apache.hop.server.HopServer
- setDescription(String) - Method in class org.apache.hop.workflow.action.ActionBase
-
Sets the description for the action.
- setDescription(String) - Method in class org.apache.hop.workflow.action.ActionMeta
- setDescription(String) - Method in interface org.apache.hop.workflow.action.IAction
-
Sets the description of this action
- setDescription(String) - Method in class org.apache.hop.workflow.config.WorkflowRunConfiguration
- setDescription(String) - Method in class org.apache.hop.workflow.WorkflowMeta
-
Set the description of the workflow.
- setDetails(Map<String, String>) - Method in class org.apache.hop.execution.ExecutionState
-
Sets details
- setDirectoryMap(Map<String, String>) - Method in class org.apache.hop.resource.SimpleResourceNaming
- setDisplayPriority(String) - Method in class org.apache.hop.pipeline.engine.EngineMetric
- setDistributed(boolean) - Method in class org.apache.hop.pipeline.transform.BaseTransform
- setDistributes(boolean) - Method in class org.apache.hop.pipeline.transform.TransformMeta
- setDoIt(boolean) - Method in class org.apache.hop.pipeline.transform.TransformInitThread
- setDrawingEditIcons(boolean) - Method in class org.apache.hop.core.gui.BasePainter
- setDynamicallyDefined(boolean) - Method in class org.apache.hop.partition.PartitionSchema
- setEnabled() - Method in class org.apache.hop.base.BaseHopMeta
- setEnabled(boolean) - Method in class org.apache.hop.base.BaseHopMeta
- setEnabled(boolean) - Method in class org.apache.hop.pipeline.transform.TransformErrorMeta
- setEnabled(boolean) - Method in class org.apache.hop.www.service.WebService
- setEndDate(Date) - Method in class org.apache.hop.pipeline.engine.EngineMetrics
- setEndHopAction(ActionMeta) - Method in class org.apache.hop.workflow.WorkflowPainter
- setEndHopLocation(Point) - Method in class org.apache.hop.pipeline.PipelinePainter
- setEndHopLocation(Point) - Method in class org.apache.hop.workflow.WorkflowPainter
- setEndHopTransform(TransformMeta) - Method in class org.apache.hop.pipeline.PipelinePainter
- setEngineCapabilities(PipelineEngineCapabilities) - Method in class org.apache.hop.pipeline.engines.local.LocalPipelineEngine
- setEngineMetrics(EngineMetrics) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- setEnginePluginId(String) - Method in interface org.apache.hop.pipeline.config.IPipelineEngineRunConfiguration
- setEnginePluginId(String) - Method in class org.apache.hop.pipeline.engines.EmptyPipelineRunConfiguration
- setEnginePluginId(String) - Method in interface org.apache.hop.workflow.config.IWorkflowEngineRunConfiguration
- setEnginePluginId(String) - Method in class org.apache.hop.workflow.engines.empty.EmptyWorkflowRunConfiguration
- setEnginePluginName(String) - Method in interface org.apache.hop.pipeline.config.IPipelineEngineRunConfiguration
- setEnginePluginName(String) - Method in class org.apache.hop.pipeline.engines.EmptyPipelineRunConfiguration
- setEnginePluginName(String) - Method in interface org.apache.hop.workflow.config.IWorkflowEngineRunConfiguration
- setEnginePluginName(String) - Method in class org.apache.hop.workflow.engines.empty.EmptyWorkflowRunConfiguration
- setEngineRunConfiguration(IPipelineEngineRunConfiguration) - Method in class org.apache.hop.pipeline.config.PipelineRunConfiguration
- setEngineRunConfiguration(IWorkflowEngineRunConfiguration) - Method in class org.apache.hop.workflow.config.WorkflowRunConfiguration
- setEntries(List<ResourceEntry>) - Method in class org.apache.hop.resource.ResourceReference
- setEntryTransformSetVariable(String, String) - Method in class org.apache.hop.workflow.action.ActionBase
-
Sets the value of the specified EntryTransformSetVariable
- setEnvironmentDetails(Map<String, String>) - Method in class org.apache.hop.execution.Execution
-
Sets environmentDetails
- setErrorCodesValuename(String) - Method in class org.apache.hop.pipeline.transform.TransformErrorMeta
- setErrorDescription(String) - Method in class org.apache.hop.www.HopServerPipelineStatus
- setErrorDescription(String) - Method in class org.apache.hop.www.HopServerStatus
- setErrorDescription(String) - Method in class org.apache.hop.www.HopServerWorkflowStatus
- setErrorDescription(String) - Method in class org.apache.hop.www.jaxrs.ServerStatus
- setErrorDescriptionsValuename(String) - Method in class org.apache.hop.pipeline.transform.TransformErrorMeta
- setErrorFieldsValuename(String) - Method in class org.apache.hop.pipeline.transform.TransformErrorMeta
- setErrorHop(boolean) - Method in class org.apache.hop.base.BaseHopMeta
- setErrorRowMeta(IRowMeta) - Method in class org.apache.hop.pipeline.transform.BaseTransform
- setErrors(int) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- setErrors(long) - Method in class org.apache.hop.pipeline.engine.EngineComponent
- setErrors(long) - Method in class org.apache.hop.pipeline.performance.PerformanceSnapShot
- setErrors(long) - Method in class org.apache.hop.pipeline.transform.BaseTransform
- setErrors(long) - Method in interface org.apache.hop.pipeline.transform.ITransform
-
Sets the number of errors
- setErrors(long) - Method in class org.apache.hop.pipeline.transform.TransformStatus
- setErrors(long) - Method in interface org.apache.hop.pipeline.transforms.file.IBaseFileInputTransformControl
- setEvaluation() - Method in class org.apache.hop.workflow.WorkflowHopMeta
- setEvaluation(boolean) - Method in class org.apache.hop.workflow.WorkflowHopMeta
- setExecutingServer(String) - Method in interface org.apache.hop.core.IExecutor
- setExecutingServer(String) - Method in class org.apache.hop.pipeline.Pipeline
-
Sets the name of the executing server.
- setExecutingServer(String) - Method in class org.apache.hop.workflow.Workflow
-
Sets the executing server.
- setExecutingUser(String) - Method in interface org.apache.hop.core.IExecutor
- setExecutingUser(String) - Method in class org.apache.hop.pipeline.Pipeline
-
Sets the name of the executing user.
- setExecutingUser(String) - Method in class org.apache.hop.workflow.Workflow
-
Sets the executing user.
- setExecutionDataProfileName(String) - Method in class org.apache.hop.pipeline.config.PipelineRunConfiguration
-
Sets executionDataProfileName
- setExecutionDuration(long) - Method in class org.apache.hop.pipeline.engine.EngineComponent
- setExecutionEndDate(Date) - Method in class org.apache.hop.execution.ExecutionState
-
Sets executionEndDate
- setExecutionEndDate(Date) - Method in class org.apache.hop.pipeline.engine.EngineComponent
- setExecutionEndDate(Date) - Method in interface org.apache.hop.pipeline.engine.IEngineComponent
- setExecutionEndDate(Date) - Method in class org.apache.hop.pipeline.Pipeline
- setExecutionEndDate(Date) - Method in class org.apache.hop.pipeline.transform.BaseTransform
- setExecutionEndDate(Date) - Method in interface org.apache.hop.pipeline.transform.ITransform
- setExecutionEndDate(Date) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- setExecutionEndDate(Date) - Method in class org.apache.hop.workflow.Workflow
- setExecutionEndDate(Date) - Method in class org.apache.hop.www.HopServerPipelineStatus
- setExecutionEndDate(Date) - Method in class org.apache.hop.www.HopServerWorkflowStatus
- setExecutionFinishedListeners(List<IExecutionFinishedListener<IPipelineEngine<PipelineMeta>>>) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- setExecutionFinishedListeners(List<IExecutionFinishedListener<IPipelineEngine<PipelineMeta>>>) - Method in class org.apache.hop.pipeline.Pipeline
- setExecutionInfoLocation(IExecutionInfoLocation) - Method in class org.apache.hop.execution.ExecutionInfoLocation
-
Sets executionInfoLocation
- setExecutionInfoLocationName(String) - Method in class org.apache.hop.pipeline.config.PipelineRunConfiguration
-
Sets executionInfoLocationName
- setExecutionInfoLocationName(String) - Method in class org.apache.hop.workflow.config.WorkflowRunConfiguration
-
Sets executionInfoLocationName
- setExecutionInformation(IExecutor) - Static method in class org.apache.hop.core.HopEnvironment
-
Sets the executor's user and Server information
- setExecutionStartDate(Date) - Method in class org.apache.hop.execution.Execution
-
Sets executionStartDate
- setExecutionStartDate(Date) - Method in class org.apache.hop.pipeline.engine.EngineComponent
- setExecutionStartDate(Date) - Method in interface org.apache.hop.pipeline.engine.IEngineComponent
- setExecutionStartDate(Date) - Method in class org.apache.hop.pipeline.Pipeline
- setExecutionStartDate(Date) - Method in class org.apache.hop.pipeline.transform.BaseTransform
- setExecutionStartDate(Date) - Method in interface org.apache.hop.pipeline.transform.ITransform
- setExecutionStartDate(Date) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- setExecutionStartDate(Date) - Method in class org.apache.hop.workflow.Workflow
- setExecutionStartDate(Date) - Method in class org.apache.hop.www.HopServerPipelineStatus
- setExecutionStartDate(Date) - Method in class org.apache.hop.www.HopServerWorkflowStatus
- setExecutionStartedListeners(List<IExecutionStartedListener<IPipelineEngine<PipelineMeta>>>) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- setExecutionStartedListeners(List<IExecutionStartedListener<IPipelineEngine<PipelineMeta>>>) - Method in class org.apache.hop.pipeline.Pipeline
- setExecutionStoppedListeners(List<IExecutionStoppedListener<IPipelineEngine<PipelineMeta>>>) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- setExecutionStoppedListeners(List<IExecutionStoppedListener<IPipelineEngine<PipelineMeta>>>) - Method in class org.apache.hop.pipeline.Pipeline
-
Sets the list of stop-event listeners for the pipeline.
- setExecutionType(ExecutionType) - Method in class org.apache.hop.execution.Execution
-
Sets executionType
- setExecutionType(ExecutionType) - Method in class org.apache.hop.execution.ExecutionData
-
Sets executionType
- setExecutionType(ExecutionType) - Method in class org.apache.hop.execution.ExecutionState
-
Sets executionType
- setExecutorXml(String) - Method in class org.apache.hop.execution.Execution
-
Sets executorXml
- setExpandingRemoteWorkflow(boolean) - Method in class org.apache.hop.workflow.WorkflowExecutionConfiguration
- setExpandingRemoteWorkflow(boolean) - Method in class org.apache.hop.workflow.WorkflowMeta
- setExportingResources(boolean) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineRunConfiguration
- setExportingResources(boolean) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowRunConfiguration
- setExtendedDescription(String) - Method in class org.apache.hop.base.AbstractMeta
-
Set the description of the workflow.
- setExtendedDescription(String) - Method in class org.apache.hop.pipeline.AbstractMetaInfo
-
Sets extendedDescription
- setExtendedDescription(String) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Set the description of the workflow.
- setExtendedDescription(String) - Method in class org.apache.hop.workflow.WorkflowMeta
-
Set the description of the workflow.
- setExtensionDataMap(Map<String, Object>) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- setExtensionDataMap(Map<String, Object>) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- setExtensionOptions(Map<String, String>) - Method in class org.apache.hop.workflow.WorkflowExecutionConfiguration
- setFailed(boolean) - Method in class org.apache.hop.execution.ExecutionState
-
Sets failed
- setFeedbackShown(boolean) - Method in class org.apache.hop.pipeline.engines.local.LocalPipelineRunConfiguration
- setFeedbackShown(boolean) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- setFeedbackShown(boolean) - Method in class org.apache.hop.pipeline.Pipeline
- setFeedbackSize(int) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- setFeedbackSize(int) - Method in class org.apache.hop.pipeline.Pipeline
- setFeedbackSize(String) - Method in class org.apache.hop.pipeline.engines.local.LocalPipelineRunConfiguration
- setFieldName(String) - Method in class org.apache.hop.core.reflection.StringSearchResult
- setFieldName(String) - Method in class org.apache.hop.core.util.TypeFieldDefinition
- setFieldName(String) - Method in class org.apache.hop.execution.ExecutionDataSetMeta
-
Sets fieldName
- setFieldName(String) - Method in class org.apache.hop.pipeline.ModPartitioner
- setFieldName(String) - Method in class org.apache.hop.www.service.WebService
- setFilename(String) - Method in class org.apache.hop.base.AbstractMeta
-
Set the filename of the workflow
- setFilename(String) - Method in interface org.apache.hop.core.IEngineMeta
-
Sets the filename.
- setFilename(String) - Method in class org.apache.hop.execution.Execution
-
Sets filename
- setFilename(String) - Method in class org.apache.hop.pipeline.TransformWithMappingMeta
- setFilename(String) - Method in class org.apache.hop.resource.ResourceDefinition
- setFilename(String) - Method in class org.apache.hop.run.HopRun
- setFilename(String) - Method in class org.apache.hop.www.HopServerConfig
- setFilename(String) - Method in class org.apache.hop.www.service.WebService
- setFileRequired(String[]) - Method in class org.apache.hop.pipeline.transforms.file.BaseFileInputFiles
- setFileSystemPrefix(String) - Method in class org.apache.hop.resource.SimpleResourceNaming
- setFinished(boolean) - Method in class org.apache.hop.execution.ExecutionData
-
Sets finished
- setFinished(boolean) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- setFinished(boolean) - Method in class org.apache.hop.pipeline.Pipeline
- setFinished(boolean) - Method in interface org.apache.hop.workflow.engine.IWorkflowEngine
- setFinished(boolean) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- setFinished(boolean) - Method in class org.apache.hop.workflow.Workflow
- setFinishedWithoutError(boolean) - Method in class org.apache.hop.imp.HopImport
- setFinishedWithoutError(boolean) - Method in class org.apache.hop.run.HopRun
- setFirstLoggingLineNr(int) - Method in class org.apache.hop.www.HopServerPipelineStatus
- setFirstLoggingLineNr(int) - Method in class org.apache.hop.www.HopServerWorkflowStatus
- setFirstRowReadDate(Date) - Method in class org.apache.hop.pipeline.engine.EngineComponent
- setFirstRowReadDate(Date) - Method in interface org.apache.hop.pipeline.engine.IEngineComponent
- setFirstRowReadDate(Date) - Method in class org.apache.hop.pipeline.transform.BaseTransform
- setFirstRowReadDate(Date) - Method in interface org.apache.hop.pipeline.transform.ITransform
- setFirstTransform(boolean) - Method in class org.apache.hop.execution.sampler.ExecutionDataSamplerMeta
-
Sets firstTransform
- setFont(String, int, boolean, boolean) - Method in interface org.apache.hop.core.gui.IGc
- setFont(String, int, boolean, boolean) - Method in class org.apache.hop.core.gui.SvgGc
- setFont(IGc.EFont) - Method in interface org.apache.hop.core.gui.IGc
- setFont(IGc.EFont) - Method in class org.apache.hop.core.gui.SvgGc
- setFontBold(boolean) - Method in class org.apache.hop.core.NotePadMeta
- setFontColorBlue(int) - Method in class org.apache.hop.core.NotePadMeta
- setFontColorGreen(int) - Method in class org.apache.hop.core.NotePadMeta
- setFontColorRed(int) - Method in class org.apache.hop.core.NotePadMeta
- setFontItalic(boolean) - Method in class org.apache.hop.core.NotePadMeta
- setFontName(String) - Method in class org.apache.hop.core.NotePadMeta
- setFontSize(int) - Method in class org.apache.hop.core.NotePadMeta
- setForcingSeparateLogging(boolean) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- setForcingSeparateLogging(boolean) - Method in class org.apache.hop.pipeline.Pipeline
- setForcingSeparateLogging(boolean) - Method in class org.apache.hop.pipeline.transform.BaseTransform
- setForcingSeparateLogging(boolean) - Method in class org.apache.hop.workflow.action.ActionBase
- setForcingSeparateLogging(boolean) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- setForcingSeparateLogging(boolean) - Method in class org.apache.hop.workflow.Workflow
- setForeground(int, int, int) - Method in interface org.apache.hop.core.gui.IGc
- setForeground(int, int, int) - Method in class org.apache.hop.core.gui.SvgGc
- setForeground(IGc.EColor) - Method in interface org.apache.hop.core.gui.IGc
- setForeground(IGc.EColor) - Method in class org.apache.hop.core.gui.SvgGc
- setFormat(String) - Method in class org.apache.hop.core.file.TextFileInputField
- setFormat(String) - Method in class org.apache.hop.pipeline.transforms.file.BaseFileField
- setFromAction(ActionMeta) - Method in class org.apache.hop.workflow.WorkflowHopMeta
- setFromTransform(TransformMeta) - Method in class org.apache.hop.pipeline.PipelineHopMeta
- setGatheringMetrics(boolean) - Method in class org.apache.hop.pipeline.engines.local.LocalPipelineRunConfiguration
- setGatheringMetrics(boolean) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- setGatheringMetrics(boolean) - Method in class org.apache.hop.pipeline.Pipeline
- setGatheringMetrics(boolean) - Method in class org.apache.hop.pipeline.transform.BaseTransform
- setGatheringMetrics(boolean) - Method in class org.apache.hop.workflow.action.ActionBase
- setGatheringMetrics(boolean) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- setGatheringMetrics(boolean) - Method in class org.apache.hop.workflow.Workflow
- setGatheringMetrics(boolean) - Method in class org.apache.hop.workflow.WorkflowExecutionConfiguration
- setGc(IGc) - Method in class org.apache.hop.core.gui.BasePainter
- setGeneralInfoDescription(String) - Method in interface org.apache.hop.pipeline.transform.ITransformIOMeta
-
Set the general info stream description
- setGeneralInfoDescription(String) - Method in class org.apache.hop.pipeline.transform.TransformIOMeta
- setGeneralTargetDescription(String) - Method in interface org.apache.hop.pipeline.transform.ITransformIOMeta
-
Set the general target stream description
- setGeneralTargetDescription(String) - Method in class org.apache.hop.pipeline.transform.TransformIOMeta
- setGrandParentObject(Object) - Method in class org.apache.hop.core.reflection.StringSearchResult
- setGraphPort(Rectangle) - Method in class org.apache.hop.core.gui.BasePainter
-
Sets graphPort
- setGridSize(int) - Method in class org.apache.hop.core.gui.BasePainter
- setGroup(String) - Method in class org.apache.hop.history.AuditEvent
- setGroupSymbol(String) - Method in class org.apache.hop.core.file.TextFileInputField
- setGroupSymbol(String) - Method in class org.apache.hop.pipeline.transforms.file.BaseFileField
- setHasHaltedComponents(boolean) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- setHeader(String) - Method in class org.apache.hop.pipeline.engine.EngineMetric
- setHeight(int) - Method in class org.apache.hop.core.NotePadMeta
- setHelpRequested(boolean) - Method in class org.apache.hop.imp.HopImport
- setHelpRequested(boolean) - Method in class org.apache.hop.run.HopRun
- setHelpRequested(boolean) - Method in class org.apache.hop.search.HopSearch
- SetHopConfigVariables - Class in org.apache.hop.config
- SetHopConfigVariables() - Constructor for class org.apache.hop.config.SetHopConfigVariables
- setHopImport(IHopImport) - Method in class org.apache.hop.imp.HopImport
- setHops(List<PipelineHopMeta>) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Sets hops
- setHopServer(HopServer) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- setHopServer(HopServer) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- setHopServer(HopServer) - Method in class org.apache.hop.www.HopServerConfig
- setHopServer(HopServer) - Static method in class org.apache.hop.www.HopServerSingleton
- setHopServerConfig(HopServerConfig) - Static method in class org.apache.hop.www.HopServerSingleton
- setHopServerConfig(HopServerConfig) - Method in class org.apache.hop.www.PipelineMap
- setHopServerConfig(HopServerConfig) - Method in class org.apache.hop.www.WorkflowMap
- setHopServerName(String) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineRunConfiguration
- setHopServerName(String) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowRunConfiguration
- setHostname(String) - Method in class org.apache.hop.server.HopServer
- setHostname(String) - Method in class org.apache.hop.www.WebServer
- setHour(int) - Method in class org.apache.hop.workflow.actions.start.ActionStart
- setIconSize(int) - Method in class org.apache.hop.core.gui.BasePainter
- setId(String) - Method in class org.apache.hop.core.auth.KerberosAuthenticationProvider
- setId(String) - Method in class org.apache.hop.core.auth.UsernamePasswordAuthenticationProvider
- setId(String) - Method in class org.apache.hop.execution.Execution
-
Sets id
- setId(String) - Method in class org.apache.hop.execution.ExecutionState
-
Sets id
- setId(String) - Method in class org.apache.hop.pipeline.BasePartitioner
- setId(String) - Method in interface org.apache.hop.pipeline.IPartitioner
-
Sets the id.
- setId(String) - Method in class org.apache.hop.www.HopServerObjectEntry
- setId(String) - Method in class org.apache.hop.www.HopServerPipelineStatus
- setId(String) - Method in class org.apache.hop.www.HopServerWorkflowStatus
- setId(String) - Method in class org.apache.hop.www.jaxrs.PipelineStatus
- setId(String) - Method in class org.apache.hop.www.jaxrs.WorkflowStatus
- setId(String) - Method in class org.apache.hop.www.WebResult
- setIfNullValue(String) - Method in class org.apache.hop.core.file.TextFileInputField
- setIfNullValue(String) - Method in class org.apache.hop.pipeline.transforms.file.BaseFileField
- setIgnored(boolean) - Method in class org.apache.hop.core.file.TextFileInputField
- setIgnored(boolean) - Method in class org.apache.hop.pipeline.transforms.file.BaseFileField
- setIncludeSubFolders(String[]) - Method in class org.apache.hop.pipeline.transforms.file.BaseFileInputFiles
- setInfo(PipelineMetaInfo) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Sets info
- setInfo(WorkflowMetaInfo) - Method in class org.apache.hop.workflow.WorkflowMeta
-
Sets info
- setInfoTransforms(TransformMeta[]) - Method in interface org.apache.hop.pipeline.transform.ITransformIOMeta
-
Replace the info transforms with the supplied source transforms.
- setInfoTransforms(TransformMeta[]) - Method in class org.apache.hop.pipeline.transform.TransformIOMeta
-
Replace the info transforms with the supplied source transforms.
- setInitialized(boolean) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- setInitialized(boolean) - Method in class org.apache.hop.workflow.Workflow
- setInitializing(boolean) - Method in class org.apache.hop.pipeline.Pipeline
-
Sets whether the pipeline is initializing.
- setInitStartDate(Date) - Method in class org.apache.hop.pipeline.engine.EngineComponent
- setInitStartDate(Date) - Method in interface org.apache.hop.pipeline.engine.IEngineComponent
- setInitStartDate(Date) - Method in class org.apache.hop.pipeline.transform.BaseTransform
- setInitStartDate(Date) - Method in interface org.apache.hop.pipeline.transform.ITransform
- setInjectorFields(List<InjectorField>) - Method in class org.apache.hop.pipeline.transforms.injector.InjectorMeta
- setInputAcceptor(boolean) - Method in class org.apache.hop.pipeline.transform.TransformIOMeta
- setInputBufferSize(long) - Method in class org.apache.hop.pipeline.engine.EngineComponent
- setInputBufferSize(long) - Method in class org.apache.hop.pipeline.performance.PerformanceSnapShot
- setInputBufferSize(long) - Method in class org.apache.hop.pipeline.transform.TransformStatus
- setInputDynamic(boolean) - Method in interface org.apache.hop.pipeline.transform.ITransformIOMeta
- setInputDynamic(boolean) - Method in class org.apache.hop.pipeline.transform.TransformIOMeta
- setInputFieldname(String) - Method in class org.apache.hop.lineage.FieldnameLineage
- setInputFolder(FileObject) - Method in class org.apache.hop.imp.HopImportBase
- setInputFolderName(String) - Method in class org.apache.hop.imp.HopImport
- setInputFolderName(String) - Method in class org.apache.hop.imp.HopImportBase
- setInputOptional(boolean) - Method in class org.apache.hop.pipeline.transform.TransformIOMeta
- setInputRowMeta(IRowMeta) - Method in class org.apache.hop.pipeline.transform.BaseTransform
- setInputRowSets(List<IRowSet>) - Method in class org.apache.hop.pipeline.transform.BaseTransform
- setInteractive(boolean) - Method in interface org.apache.hop.workflow.engine.IWorkflowEngine
- setInteractive(boolean) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- setInteractive(boolean) - Method in class org.apache.hop.workflow.Workflow
-
Sets the value of interactive.
- setInternalEntryCurrentDirectory(boolean) - Method in class org.apache.hop.pipeline.Pipeline
- setInternalEntryCurrentDirectory(IVariables) - Method in class org.apache.hop.pipeline.PipelineMeta
- setInternalEntryCurrentDirectory(IVariables) - Method in class org.apache.hop.workflow.WorkflowMeta
- setInternalFilenameHopVariables(IVariables) - Method in class org.apache.hop.base.AbstractMeta
-
Sets the internal filename hop variables.
- setInternalFilenameHopVariables(IVariables) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Sets the internal filename hop variables.
- setInternalFilenameHopVariables(IVariables) - Method in class org.apache.hop.workflow.WorkflowMeta
-
Sets the internal filename hop variables.
- setInternalHopVariables() - Method in interface org.apache.hop.workflow.engine.IWorkflowEngine
- setInternalHopVariables() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- setInternalHopVariables() - Method in class org.apache.hop.workflow.Workflow
- setInternalHopVariables(IVariables) - Method in class org.apache.hop.base.AbstractMeta
-
This method sets various internal hop variables.
- setInternalHopVariables(IVariables) - Method in interface org.apache.hop.core.IEngineMeta
-
Sets the internal hop variables on the provided IVariables
- setInternalHopVariables(IVariables) - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
-
Make the engine define internal hop variables based on the given variables, the filename and so on
- setInternalHopVariables(IVariables) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- setInternalHopVariables(IVariables) - Method in class org.apache.hop.pipeline.Pipeline
-
Sets the internal Hop variables.
- setInternalHopVariables(IVariables) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Sets the internal hop variables.
- setInternalHopVariables(IVariables) - Method in class org.apache.hop.workflow.WorkflowMeta
-
This method sets various internal hop variables that can be used by the pipeline.
- setInternalHopVariables(IVariables, String, String) - Static method in class org.apache.hop.workflow.Workflow
-
Sets the internal hop variables.
- setInternalNameHopVariable(IVariables) - Method in class org.apache.hop.base.AbstractMeta
-
Sets the internal name hop variable.
- setInternalNameHopVariable(IVariables) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Sets the internal name hop variable.
- setInternalNameHopVariable(IVariables) - Method in class org.apache.hop.workflow.WorkflowMeta
-
Sets the internal name hop variable.
- setInternalVariables() - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Sets the internal variables.
- setIntervalMinutes(int) - Method in class org.apache.hop.workflow.actions.start.ActionStart
- setIntervalSeconds(int) - Method in class org.apache.hop.workflow.actions.start.ActionStart
- setItemMove(int[], int[]) - Method in class org.apache.hop.core.undo.ChangeAction
- setJdbcPropertiesFilename(String) - Method in class org.apache.hop.imp.HopImport
- setJdbcPropertiesFilename(String) - Method in class org.apache.hop.imp.HopImportBase
- setJdbcPropertiesFilename(String) - Method in interface org.apache.hop.imp.IHopImport
- setJettyMode(boolean) - Method in class org.apache.hop.www.BaseHttpServlet
- setJettyMode(boolean) - Method in interface org.apache.hop.www.IHopServerPlugin
- setJoining(boolean) - Method in class org.apache.hop.www.HopServerConfig
- setJoinOverride(Boolean) - Method in class org.apache.hop.www.HopServer
- setKettlePropertiesFilename(String) - Method in class org.apache.hop.imp.HopImport
- setKettlePropertiesFilename(String) - Method in class org.apache.hop.imp.HopImportBase
- setKettlePropertiesFilename(String) - Method in interface org.apache.hop.imp.IHopImport
- setKeyPassword(String) - Method in class org.apache.hop.www.SslConfiguration
- setKeyStore(String) - Method in class org.apache.hop.www.SslConfiguration
- setKeyStorePassword(String) - Method in class org.apache.hop.www.SslConfiguration
- setKeyStoreType(String) - Method in class org.apache.hop.www.SslConfiguration
- setKeytabLocation(String) - Method in class org.apache.hop.core.auth.KerberosAuthenticationProvider
- setKillServer(boolean) - Method in class org.apache.hop.www.HopServer
- setLastLoggingLineNr(int) - Method in class org.apache.hop.www.HopServerPipelineStatus
- setLastLoggingLineNr(int) - Method in class org.apache.hop.www.HopServerWorkflowStatus
- setLastLogLineNr(int) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- setLastLogLineNr(int) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- setLastLogLineNr(Integer) - Method in class org.apache.hop.execution.ExecutionState
-
Sets lastLogLineNr
- setLastRequested(Date) - Method in class org.apache.hop.www.SocketPortAllocation
- setLastRowWrittenDate(Date) - Method in class org.apache.hop.pipeline.engine.EngineComponent
- setLastRowWrittenDate(Date) - Method in interface org.apache.hop.pipeline.engine.IEngineComponent
- setLastRowWrittenDate(Date) - Method in class org.apache.hop.pipeline.transform.BaseTransform
- setLastRowWrittenDate(Date) - Method in interface org.apache.hop.pipeline.transform.ITransform
- setLastTransform(boolean) - Method in class org.apache.hop.execution.sampler.ExecutionDataSamplerMeta
-
Sets lastTransform
- setLaunchingInParallel(boolean) - Method in class org.apache.hop.workflow.action.ActionMeta
- setLength(int) - Method in class org.apache.hop.core.file.TextFileInputField
- setLength(int) - Method in class org.apache.hop.pipeline.transforms.file.BaseFileField
- setLength(String) - Method in class org.apache.hop.pipeline.transforms.injector.InjectorField
- setLevel(String) - Method in class org.apache.hop.run.HopRun
- setLevel(String) - Method in class org.apache.hop.www.HopServer
- setLinesInput(long) - Method in class org.apache.hop.pipeline.engine.EngineComponent
- setLinesInput(long) - Method in class org.apache.hop.pipeline.performance.PerformanceSnapShot
- setLinesInput(long) - Method in class org.apache.hop.pipeline.transform.BaseTransform
- setLinesInput(long) - Method in class org.apache.hop.pipeline.transform.TransformStatus
- setLinesOutput(long) - Method in class org.apache.hop.pipeline.engine.EngineComponent
- setLinesOutput(long) - Method in class org.apache.hop.pipeline.performance.PerformanceSnapShot
- setLinesOutput(long) - Method in class org.apache.hop.pipeline.transform.BaseTransform
- setLinesOutput(long) - Method in class org.apache.hop.pipeline.transform.TransformStatus
- setLinesRead(long) - Method in class org.apache.hop.pipeline.engine.EngineComponent
- setLinesRead(long) - Method in class org.apache.hop.pipeline.performance.PerformanceSnapShot
- setLinesRead(long) - Method in class org.apache.hop.pipeline.transform.BaseTransform
- setLinesRead(long) - Method in class org.apache.hop.pipeline.transform.TransformStatus
- setLinesRejected(long) - Method in class org.apache.hop.pipeline.engine.EngineComponent
- setLinesRejected(long) - Method in class org.apache.hop.pipeline.performance.PerformanceSnapShot
- setLinesRejected(long) - Method in class org.apache.hop.pipeline.transform.BaseTransform
- setLinesRejected(long) - Method in interface org.apache.hop.pipeline.transform.ITransform
- setLinesRejected(long) - Method in class org.apache.hop.pipeline.transform.TransformStatus
- setLinesSkipped(long) - Method in class org.apache.hop.pipeline.transform.BaseTransform
- setLineStyle(IGc.ELineStyle) - Method in interface org.apache.hop.core.gui.IGc
- setLineStyle(IGc.ELineStyle) - Method in class org.apache.hop.core.gui.SvgGc
- setLinesUpdated(long) - Method in class org.apache.hop.pipeline.engine.EngineComponent
- setLinesUpdated(long) - Method in class org.apache.hop.pipeline.performance.PerformanceSnapShot
- setLinesUpdated(long) - Method in class org.apache.hop.pipeline.transform.BaseTransform
- setLinesUpdated(long) - Method in class org.apache.hop.pipeline.transform.TransformStatus
- setLinesWritten(long) - Method in class org.apache.hop.pipeline.engine.EngineComponent
- setLinesWritten(long) - Method in class org.apache.hop.pipeline.performance.PerformanceSnapShot
- setLinesWritten(long) - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Set the number of lines written to next transforms
- setLinesWritten(long) - Method in class org.apache.hop.pipeline.transform.TransformStatus
- setLineWidth(int) - Method in class org.apache.hop.core.gui.BasePainter
- setLineWidth(int) - Method in interface org.apache.hop.core.gui.IGc
- setLineWidth(int) - Method in class org.apache.hop.core.gui.SvgGc
- setListingStatus(boolean) - Method in class org.apache.hop.www.service.WebService
- setListPluginTypes(Boolean) - Method in class org.apache.hop.imp.HopImport
- setLoadAvg(double) - Method in class org.apache.hop.www.HopServerStatus
- setLoadAvg(double) - Method in class org.apache.hop.www.jaxrs.ServerStatus
- setLocation(int, int) - Method in class org.apache.hop.core.NotePadMeta
- setLocation(int, int) - Method in class org.apache.hop.pipeline.transform.TransformMeta
- setLocation(int, int) - Method in class org.apache.hop.workflow.action.ActionMeta
- setLocation(Point) - Method in class org.apache.hop.core.NotePadMeta
- setLocation(Point) - Method in class org.apache.hop.pipeline.transform.TransformMeta
- setLocation(Point) - Method in class org.apache.hop.workflow.action.ActionMeta
- setLocation(ExecutionInfoLocation) - Method in class org.apache.hop.execution.remote.RemoteExecutionInfoLocation
-
Sets location
- setLocationName(String) - Method in class org.apache.hop.execution.remote.RemoteExecutionInfoLocation
-
Sets locationName
- setLog(ILogChannel) - Method in class org.apache.hop.imp.HopImport
- setLog(ILogChannel) - Method in class org.apache.hop.run.HopRun
- setLog(ILogChannel) - Method in class org.apache.hop.www.BaseHttpServlet
- setLog(ILogChannel) - Method in class org.apache.hop.www.HopServer
- setLog(ILogChannel) - Method in class org.apache.hop.www.WebServer
- setLogChannel(ILogChannel) - Method in class org.apache.hop.pipeline.engine.EngineComponent
- setLogChannel(ILogChannel) - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
-
Sets the log channel.
- setLogChannel(ILogChannel) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- setLogChannel(ILogChannel) - Method in class org.apache.hop.pipeline.Pipeline
-
Sets the log channel interface for the pipeline.
- setLogChannel(ILogChannel) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- setLogChannelId(String) - Method in class org.apache.hop.core.logging.LogChannelFileWriter
- setLogChannelId(String) - Method in class org.apache.hop.execution.ExecutionDataSetMeta
-
Sets logChannelId
- setLogChannelId(String) - Method in class org.apache.hop.execution.sampler.ExecutionDataSamplerMeta
-
Sets logChannelId
- setLogChannelId(String) - Method in class org.apache.hop.pipeline.engine.EngineComponent
- setLogDate(Date) - Method in class org.apache.hop.workflow.ActionResult
- setLogDate(Date) - Method in class org.apache.hop.www.HopServerPipelineStatus
- setLogDate(Date) - Method in class org.apache.hop.www.HopServerWorkflowStatus
- setLogFile(String) - Method in class org.apache.hop.run.HopRun
- setLogFile(FileObject) - Method in class org.apache.hop.core.logging.LogChannelFileWriter
- setLogFileName(String) - Method in class org.apache.hop.pipeline.PipelineExecutionConfiguration
- setLoggingObject(ILoggingObject) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- setLoggingObject(LoggingObject) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- setLoggingString(String) - Method in class org.apache.hop.www.HopServerPipelineStatus
- setLoggingString(String) - Method in class org.apache.hop.www.HopServerWorkflowStatus
- setLoggingText(String) - Method in class org.apache.hop.execution.ExecutionState
-
Sets loggingText
- setLogLevel(LogLevel) - Method in class org.apache.hop.execution.Execution
-
Sets logLevel
- setLogLevel(LogLevel) - Method in interface org.apache.hop.IExecutionConfiguration
- setLogLevel(LogLevel) - Method in class org.apache.hop.pipeline.engine.EngineComponent
- setLogLevel(LogLevel) - Method in interface org.apache.hop.pipeline.engine.IEngineComponent
- setLogLevel(LogLevel) - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
- setLogLevel(LogLevel) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- setLogLevel(LogLevel) - Method in class org.apache.hop.pipeline.Pipeline
-
Sets the log level.
- setLogLevel(LogLevel) - Method in class org.apache.hop.pipeline.PipelineExecutionConfiguration
- setLogLevel(LogLevel) - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Sets the log level.
- setLogLevel(LogLevel) - Method in class org.apache.hop.workflow.action.ActionBase
-
Sets the logging level for the action
- setLogLevel(LogLevel) - Method in interface org.apache.hop.workflow.engine.IWorkflowEngine
- setLogLevel(LogLevel) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- setLogLevel(LogLevel) - Method in class org.apache.hop.workflow.Workflow
-
Sets the log level.
- setLogLevel(LogLevel) - Method in class org.apache.hop.workflow.WorkflowExecutionConfiguration
- setLogRemoteExecutionLocally(boolean) - Method in class org.apache.hop.pipeline.PipelineExecutionConfiguration
- setLogText(String) - Method in class org.apache.hop.pipeline.engine.EngineComponent
- setMagnification(float) - Method in class org.apache.hop.core.gui.BasePainter
- setMaxChildren(int) - Method in class org.apache.hop.core.gui.WorkflowTracker
- setMaxErrors(String) - Method in class org.apache.hop.pipeline.transform.TransformErrorMeta
- setMaximum(Point) - Method in class org.apache.hop.core.gui.BasePainter
-
Sets maximum
- setMaxLengths(Map<String, Integer>) - Method in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSamplerStore
-
Sets maxLengths
- setMaxLogLines(int) - Method in class org.apache.hop.www.HopServerConfig
- setMaxLogTimeoutMinutes(int) - Method in class org.apache.hop.www.HopServerConfig
- setMaxMeta(Map<String, IValueMeta>) - Method in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSamplerStore
-
Sets maxMeta
- setMaxPercentErrors(String) - Method in class org.apache.hop.pipeline.transform.TransformErrorMeta
- setMaxRows(int) - Method in class org.apache.hop.execution.sampler.ExecutionDataSamplerStoreBase
-
Sets maxRows
- setMaxUndo(int) - Method in class org.apache.hop.base.AbstractMeta
- setMaxUndo(int) - Method in interface org.apache.hop.core.gui.IUndo
-
Sets the maximum number of undo operations that are allowed.
- setMaxValues(Map<String, Object>) - Method in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSamplerStore
-
Sets maxValues
- setMemoryFree(long) - Method in class org.apache.hop.www.HopServerStatus
- setMemoryFree(long) - Method in class org.apache.hop.www.jaxrs.ServerStatus
- setMemoryTotal(long) - Method in class org.apache.hop.www.HopServerStatus
- setMemoryTotal(long) - Method in class org.apache.hop.www.jaxrs.ServerStatus
- setMessage(String) - Method in class org.apache.hop.www.WebResult
- setMeta(TransformPartitioningMeta) - Method in class org.apache.hop.pipeline.BasePartitioner
- setMeta(TransformPartitioningMeta) - Method in interface org.apache.hop.pipeline.IPartitioner
-
Sets the meta.
- setMetadataExportFile(String) - Method in class org.apache.hop.run.HopRun
-
Sets metadataExportFile
- setMetadataFolder(String) - Method in class org.apache.hop.www.HopServerConfig
- setMetadataJson(String) - Method in class org.apache.hop.execution.Execution
-
Sets metadataJson
- setMetadataProvider(IHopMetadataProvider) - Method in class org.apache.hop.base.AbstractMeta
- setMetadataProvider(IHopMetadataProvider) - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
- setMetadataProvider(IHopMetadataProvider) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- setMetadataProvider(IHopMetadataProvider) - Method in class org.apache.hop.pipeline.Pipeline
- setMetadataProvider(IHopMetadataProvider) - Method in class org.apache.hop.pipeline.transform.BaseTransform
- setMetadataProvider(IHopMetadataProvider) - Method in interface org.apache.hop.pipeline.transform.ITransform
-
Pass along the metadata to use when loading external elements at runtime.
- setMetadataProvider(IHopMetadataProvider) - Method in interface org.apache.hop.pipeline.transform.ITransformDialog
-
void populateComposite( Composite parent);
- setMetadataProvider(IHopMetadataProvider) - Method in class org.apache.hop.workflow.action.ActionBase
- setMetadataProvider(IHopMetadataProvider) - Method in interface org.apache.hop.workflow.action.IAction
-
Sets the MetaStore
- setMetadataProvider(IHopMetadataProvider) - Method in interface org.apache.hop.workflow.action.IActionDialog
-
The Metadata provider to pass
- setMetadataProvider(IHopMetadataProvider) - Method in interface org.apache.hop.workflow.engine.IWorkflowEngine
- setMetadataProvider(IHopMetadataProvider) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- setMetadataProvider(IHopMetadataProvider) - Method in class org.apache.hop.workflow.Workflow
- setMetadataProvider(MultiMetadataProvider) - Method in class org.apache.hop.config.HopConfig
- setMetadataProvider(MultiMetadataProvider) - Method in class org.apache.hop.imp.HopImport
- setMetadataProvider(MultiMetadataProvider) - Method in class org.apache.hop.imp.HopImportBase
- setMetadataProvider(MultiMetadataProvider) - Method in interface org.apache.hop.imp.IHopImport
- setMetadataProvider(MultiMetadataProvider) - Method in class org.apache.hop.run.HopRun
- setMetadataProvider(MultiMetadataProvider) - Method in class org.apache.hop.search.HopSearch
- setMetadataProvider(MultiMetadataProvider) - Method in class org.apache.hop.www.HopServer
- setMetadataProvider(MultiMetadataProvider) - Method in class org.apache.hop.www.HopServerConfig
- setMetadataTargetFolder(String) - Method in class org.apache.hop.imp.HopImportBase
- setMethod(String) - Method in class org.apache.hop.pipeline.transform.TransformPartitioningMeta
- setMethodType(int) - Method in class org.apache.hop.pipeline.transform.TransformPartitioningMeta
- setMetrics(List<ExecutionStateComponentMetrics>) - Method in class org.apache.hop.execution.ExecutionState
-
Sets metrics
- setMetrics(Map<String, Long>) - Method in class org.apache.hop.execution.ExecutionStateComponentMetrics
-
Sets metrics
- setMigratedFilesMap(HashMap<String, DOMSource>) - Method in class org.apache.hop.imp.HopImportBase
- setMiniIconSize(int) - Method in class org.apache.hop.core.gui.BasePainter
- setMinLengths(Map<String, Integer>) - Method in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSamplerStore
-
Sets minLengths
- setMinMeta(Map<String, IValueMeta>) - Method in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSamplerStore
-
Sets minMeta
- setMinPercentRows(String) - Method in class org.apache.hop.pipeline.transform.TransformErrorMeta
- setMinutes(int) - Method in class org.apache.hop.workflow.actions.start.ActionStart
- setMinValues(Map<String, Object>) - Method in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSamplerStore
-
Sets minValues
- setMissingPluginId(String) - Method in class org.apache.hop.pipeline.transforms.missing.Missing
- setModifiedDate(Date) - Method in class org.apache.hop.base.AbstractMeta
-
Sets the date the pipeline was modified.
- setModifiedDate(Date) - Method in interface org.apache.hop.core.IEngineMeta
-
Sets the date this was modified.
- setModifiedDate(Date) - Method in class org.apache.hop.pipeline.AbstractMetaInfo
-
Sets modifiedDate
- setModifiedDate(Date) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Sets the date the pipeline was modified.
- setModifiedDate(Date) - Method in class org.apache.hop.workflow.WorkflowMeta
-
Sets the date the pipeline was modified.
- setModifiedUser(String) - Method in class org.apache.hop.base.AbstractMeta
-
Sets the user who last modified the pipeline.
- setModifiedUser(String) - Method in interface org.apache.hop.core.IEngineMeta
-
Sets the user who last modified this.
- setModifiedUser(String) - Method in class org.apache.hop.pipeline.AbstractMetaInfo
-
Sets modifiedUser
- setModifiedUser(String) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Sets the user who last modified the pipeline.
- setModifiedUser(String) - Method in class org.apache.hop.workflow.WorkflowMeta
-
Sets the user who last modified the pipeline.
- setMonitor(IProgressMonitor) - Method in class org.apache.hop.imp.HopImportBase
- setName(String) - Method in class org.apache.hop.base.AbstractMeta
-
Set the name.
- setName(String) - Method in class org.apache.hop.core.file.TextFileInputField
- setName(String) - Method in interface org.apache.hop.core.IEngineMeta
-
Set the name of the engine metadata object
- setName(String) - Method in class org.apache.hop.execution.Execution
-
Sets name
- setName(String) - Method in class org.apache.hop.execution.ExecutionDataSetMeta
-
Sets name
- setName(String) - Method in class org.apache.hop.execution.ExecutionState
-
Sets name
- setName(String) - Method in class org.apache.hop.history.AuditEvent
- setName(String) - Method in class org.apache.hop.history.AuditState
- setName(String) - Method in class org.apache.hop.pipeline.AbstractMetaInfo
-
Sets name
- setName(String) - Method in class org.apache.hop.pipeline.engine.EngineComponent
- setName(String) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Set the name.
- setName(String) - Method in class org.apache.hop.pipeline.transform.TransformMeta
- setName(String) - Method in class org.apache.hop.pipeline.transforms.file.BaseFileField
- setName(String) - Method in class org.apache.hop.pipeline.transforms.injector.InjectorField
- setName(String) - Method in class org.apache.hop.workflow.action.ActionBase
-
Sets the name of the action
- setName(String) - Method in class org.apache.hop.workflow.action.ActionMeta
- setName(String) - Method in interface org.apache.hop.workflow.action.IAction
-
Sets the name for this action.
- setName(String) - Method in class org.apache.hop.workflow.WorkflowMeta
-
Set the name.
- setName(String) - Method in class org.apache.hop.www.HopServerObjectEntry
- setName(String) - Method in class org.apache.hop.www.jaxrs.NVPair
- setName(String) - Method in class org.apache.hop.www.jaxrs.PipelineStatus
- setName(String) - Method in class org.apache.hop.www.jaxrs.WorkflowStatus
- setNamedParams(INamedParameters) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- setNamedParams(INamedParameters) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- setNamedResourcesSourceFolder(String) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineRunConfiguration
- setNamedResourcesSourceFolder(String) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowRunConfiguration
- setNamedResourcesTargetFolder(String) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineRunConfiguration
- setNamedResourcesTargetFolder(String) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowRunConfiguration
- setNames(List<String>) - Method in class org.apache.hop.history.AuditList
- setNameStateMap(Map<String, AuditState>) - Method in class org.apache.hop.history.AuditStateMap
- setNameSynchronizedWithFilename(boolean) - Method in class org.apache.hop.base.AbstractMeta
- setNameSynchronizedWithFilename(boolean) - Method in interface org.apache.hop.core.IEngineMeta
- setNameSynchronizedWithFilename(boolean) - Method in class org.apache.hop.pipeline.AbstractMetaInfo
-
Sets nameSynchronizedWithFilename
- setNameSynchronizedWithFilename(boolean) - Method in class org.apache.hop.pipeline.PipelineMeta
- setNameSynchronizedWithFilename(boolean) - Method in class org.apache.hop.workflow.WorkflowMeta
- setNew(Object[], int[]) - Method in class org.apache.hop.core.undo.ChangeAction
- setNextAlso(boolean) - Method in class org.apache.hop.core.undo.ChangeAction
-
Indicate that the next operations needs to be undone too.
- setNoInputAction(ActionMeta) - Method in class org.apache.hop.workflow.WorkflowPainter
- setNoInputTransform(TransformMeta) - Method in class org.apache.hop.pipeline.PipelinePainter
- setNonNullCounters(Map<String, Long>) - Method in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSamplerStore
-
Sets nonNullCounters
- setNonProxyHosts(String) - Method in class org.apache.hop.server.HopServer
- setNote(String) - Method in class org.apache.hop.core.NotePadMeta
- setNoteFontHeight(int) - Method in class org.apache.hop.core.gui.BasePainter
- setNoteFontName(String) - Method in class org.apache.hop.core.gui.BasePainter
- setNotes(List<NotePadMeta>) - Method in class org.apache.hop.base.AbstractMeta
-
Sets notes
- setNrErrorsValuename(String) - Method in class org.apache.hop.pipeline.transform.TransformErrorMeta
- setNrPartitions(int) - Method in class org.apache.hop.pipeline.BasePartitioner
-
Sets the nr partitions.
- setNullCounters(Map<String, Long>) - Method in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSamplerStore
-
Sets nullCounters
- setNullString(String) - Method in class org.apache.hop.core.file.TextFileInputField
- setNullString(String) - Method in class org.apache.hop.pipeline.transforms.file.BaseFileField
- setNumberOfHits(int) - Method in class org.apache.hop.pipeline.debug.TransformDebugMeta
- setNumberOfPartitions(String) - Method in class org.apache.hop.partition.PartitionSchema
- setNumeric(boolean) - Method in class org.apache.hop.pipeline.engine.EngineMetric
- setObjectTimeoutMinutes(int) - Method in class org.apache.hop.www.HopServerConfig
- setOffset(DPoint) - Method in class org.apache.hop.core.gui.BasePainter
- setOnlyProfilingLastTransforms(boolean) - Method in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSampler
-
Sets onlyProfilingLastTransforms
- setOperation(String) - Method in class org.apache.hop.history.AuditEvent
- setOrigin(String) - Method in class org.apache.hop.resource.ResourceDefinition
- setOsArchitecture(String) - Method in class org.apache.hop.www.HopServerStatus
- setOsArchitecture(String) - Method in class org.apache.hop.www.jaxrs.ServerStatus
- setOsName(String) - Method in class org.apache.hop.www.HopServerStatus
- setOsName(String) - Method in class org.apache.hop.www.jaxrs.ServerStatus
- setOsVersion(String) - Method in class org.apache.hop.www.HopServerStatus
- setOsVersion(String) - Method in class org.apache.hop.www.jaxrs.ServerStatus
- setOutputBufferSize(long) - Method in class org.apache.hop.pipeline.engine.EngineComponent
- setOutputBufferSize(long) - Method in class org.apache.hop.pipeline.performance.PerformanceSnapShot
- setOutputBufferSize(long) - Method in class org.apache.hop.pipeline.transform.TransformStatus
- setOutputDone() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- setOutputDone() - Method in interface org.apache.hop.pipeline.transform.ITransform
-
Signal output done to destination transforms
- setOutputDynamic(boolean) - Method in interface org.apache.hop.pipeline.transform.ITransformIOMeta
- setOutputDynamic(boolean) - Method in class org.apache.hop.pipeline.transform.TransformIOMeta
- setOutputFieldname(String) - Method in class org.apache.hop.lineage.FieldnameLineage
- setOutputFolder(FileObject) - Method in class org.apache.hop.imp.HopImportBase
- setOutputFolderName(String) - Method in class org.apache.hop.imp.HopImport
- setOutputFolderName(String) - Method in class org.apache.hop.imp.HopImportBase
- setOutputProducer(boolean) - Method in class org.apache.hop.pipeline.transform.TransformIOMeta
- setOutputRowSets(List<IRowSet>) - Method in class org.apache.hop.pipeline.transform.BaseTransform
- setOutputRowsMap(Map<String, RowBuffer>) - Method in class org.apache.hop.pipeline.PipelinePainter
- setOverrideExistingProperties(boolean) - Method in class org.apache.hop.server.HopServer
- setOwner(Owner) - Method in class org.apache.hop.core.gui.AreaOwner
- setOwnerId(String) - Method in class org.apache.hop.execution.ExecutionData
-
Sets ownerId
- setParameters(String[]) - Method in class org.apache.hop.run.HopRun
- setParameters(List<String>) - Method in class org.apache.hop.www.HopServer
- setParametersMap(Map<String, String>) - Method in interface org.apache.hop.IExecutionConfiguration
- setParametersMap(Map<String, String>) - Method in class org.apache.hop.pipeline.PipelineExecutionConfiguration
- setParametersMap(Map<String, String>) - Method in class org.apache.hop.workflow.WorkflowExecutionConfiguration
- setParameterValue(String, String) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- setParameterValue(String, String) - Method in class org.apache.hop.pipeline.Pipeline
-
Sets the value for the specified parameter.
- setParameterValue(String, String) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- setParameterValue(String, String) - Method in class org.apache.hop.workflow.Workflow
- setParameterValues(Map<String, String>) - Method in class org.apache.hop.execution.Execution
-
Sets parameterValues
- setParent(ILoggingObject) - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
-
Sets the parent logging object.
- setParent(ILoggingObject) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- setParent(ILoggingObject) - Method in class org.apache.hop.pipeline.Pipeline
-
Sets the parent logging object.
- setParent(Parent) - Method in class org.apache.hop.core.gui.AreaOwner
- setParentId(String) - Method in class org.apache.hop.execution.Execution
-
Sets parentId
- setParentId(String) - Method in class org.apache.hop.execution.ExecutionData
-
Sets parentId
- setParentId(String) - Method in class org.apache.hop.execution.ExecutionState
-
Sets parentId
- setParentLoggingObject(ILoggingObject) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- setParentLoggingObject(ILoggingObject) - Method in class org.apache.hop.workflow.Workflow
- setParentName(String) - Method in class org.apache.hop.pipeline.performance.PerformanceSnapShot
- setParentObject(Object) - Method in class org.apache.hop.core.reflection.StringSearchResult
- setParentPipeline(IPipelineEngine) - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
-
Inform the pipeline that it's being executed as part of another pipeline
- setParentPipeline(IPipelineEngine) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- setParentPipeline(IPipelineEngine) - Method in class org.apache.hop.pipeline.Pipeline
-
Sets the parent pipeline.
- setParentPipeline(IPipelineEngine) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- setParentPipeline(IPipelineEngine) - Method in class org.apache.hop.workflow.Workflow
- setParentPipeline(IPipelineEngine<PipelineMeta>) - Method in interface org.apache.hop.workflow.engine.IWorkflowEngine
- setParentPipelineMeta(PipelineMeta) - Method in class org.apache.hop.pipeline.transform.TransformMeta
- setParentTransformMeta(TransformMeta) - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
-
Sets the parent transform meta.
- setParentTransformMeta(TransformMeta) - Method in interface org.apache.hop.pipeline.transform.ITransformMeta
-
Provide original lineage for this metadata object
- setParentVariables(IVariables) - Method in class org.apache.hop.pipeline.Pipeline
-
Sets the parent variable variables.
- setParentVariables(IVariables) - Method in class org.apache.hop.pipeline.transform.BaseTransform
- setParentVariables(IVariables) - Method in class org.apache.hop.workflow.action.ActionBase
-
Sets the parent variable variables
- setParentWorkflow(IWorkflowEngine<WorkflowMeta>) - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
-
Inform the pipeline that it's being executed as part of a workflow
- setParentWorkflow(IWorkflowEngine<WorkflowMeta>) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- setParentWorkflow(IWorkflowEngine<WorkflowMeta>) - Method in class org.apache.hop.pipeline.Pipeline
-
Sets the parent workflow for the pipeline.
- setParentWorkflow(IWorkflowEngine<WorkflowMeta>) - Method in class org.apache.hop.workflow.action.ActionBase
-
Sets the parent workflow.
- setParentWorkflow(IWorkflowEngine<WorkflowMeta>) - Method in interface org.apache.hop.workflow.action.IAction
-
Sets the parent workflow.
- setParentWorkflow(IWorkflowEngine<WorkflowMeta>) - Method in interface org.apache.hop.workflow.engine.IWorkflowEngine
- setParentWorkflow(IWorkflowEngine<WorkflowMeta>) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- setParentWorkflow(IWorkflowEngine<WorkflowMeta>) - Method in class org.apache.hop.workflow.Workflow
-
Sets the parent workflow.
- setParentWorkflowMeta(WorkflowMeta) - Method in class org.apache.hop.workflow.action.ActionBase
-
At save and run time, the system will attempt to set the workflowMeta so that it can be accessed by the actions if necessary.
- setParentWorkflowMeta(WorkflowMeta) - Method in class org.apache.hop.workflow.action.ActionMeta
- setParentWorkflowMeta(WorkflowMeta) - Method in interface org.apache.hop.workflow.action.IAction
-
At save and run time, the system will attempt to set the workflowMeta so that it can be accessed by the actions if necessary.
- setParentWorkflowTracker(WorkflowTracker) - Method in class org.apache.hop.core.gui.WorkflowTracker
- setPartitioned(boolean) - Method in class org.apache.hop.pipeline.transform.BaseTransform
- setPartitioned(boolean) - Method in interface org.apache.hop.pipeline.transform.ITransform
- setPartitioner(IPartitioner) - Method in class org.apache.hop.pipeline.transform.TransformPartitioningMeta
- setPartitionId(String) - Method in class org.apache.hop.pipeline.transform.BaseTransform
- setPartitionId(String) - Method in interface org.apache.hop.pipeline.transform.ITransform
- setPartitionIDs(List<String>) - Method in class org.apache.hop.partition.PartitionSchema
- setPartitionSchema(PartitionSchema) - Method in class org.apache.hop.pipeline.transform.TransformPartitioningMeta
- setPartitionTargets(Map<String, BlockingRowSet>) - Method in class org.apache.hop.pipeline.transform.BaseTransform
- setPassingExport(boolean) - Method in class org.apache.hop.pipeline.PipelineExecutionConfiguration
- setPassword(String) - Method in class org.apache.hop.core.auth.KerberosAuthenticationProvider
- setPassword(String) - Method in class org.apache.hop.core.auth.UsernamePasswordAuthenticationProvider
- setPassword(String) - Method in class org.apache.hop.server.HopServer
- setPassword(String) - Method in class org.apache.hop.www.HopServer
- setPasswordFile(String) - Method in class org.apache.hop.www.HopServerConfig
- setPasswordFile(String) - Method in class org.apache.hop.www.WebServer
- setPath(String) - Method in interface org.apache.hop.core.listeners.impl.EntryCurrentDirectoryChangedListener.IPathReference
- setPaused(boolean) - Method in class org.apache.hop.pipeline.engine.EngineComponent
- setPaused(boolean) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- setPaused(boolean) - Method in class org.apache.hop.pipeline.Pipeline
- setPaused(boolean) - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Sets the paused.
- setPaused(boolean) - Method in class org.apache.hop.pipeline.transform.TransformStatus
- setPaused(boolean) - Method in class org.apache.hop.www.HopServerPipelineStatus
- setPaused(AtomicBoolean) - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Sets the paused.
- setPausingOnBreakPoint(boolean) - Method in class org.apache.hop.pipeline.debug.TransformDebugMeta
- setPipeline(IPipelineEngine<PipelineMeta>) - Method in class org.apache.hop.pipeline.PipelinePainter
- setPipeline(Pipeline) - Method in class org.apache.hop.pipeline.transform.TransformInitThread
- setPipelineExecutionConfiguration(PipelineExecutionConfiguration) - Method in class org.apache.hop.pipeline.PipelineConfiguration
- setPipelineHop(int, PipelineHopMeta) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Changes the content of a hop on a certain position.
- setPipelineMap(PipelineMap) - Method in class org.apache.hop.www.BaseHttpServlet
- setPipelineMap(PipelineMap) - Method in class org.apache.hop.www.HopServerSingleton
- setPipelineMap(PipelineMap) - Method in class org.apache.hop.www.WebServer
- setPipelineMeta(PipelineMeta) - Method in class org.apache.hop.lineage.PipelineDataLineage
- setPipelineMeta(PipelineMeta) - Method in class org.apache.hop.lineage.ValueLineage
- setPipelineMeta(PipelineMeta) - Method in class org.apache.hop.pipeline.debug.PipelineDebugMeta
- setPipelineMeta(PipelineMeta) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- setPipelineMeta(PipelineMeta) - Method in class org.apache.hop.pipeline.Pipeline
-
Sets the meta-data for the pipeline.
- setPipelineMeta(PipelineMeta) - Method in class org.apache.hop.pipeline.PipelineConfiguration
- setPipelineMeta(PipelineMeta) - Method in class org.apache.hop.pipeline.PipelinePainter
- setPipelineMeta(T) - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
- setPipelineName(String) - Method in class org.apache.hop.www.HopServerPipelineStatus
- setPipelineName(String) - Method in class org.apache.hop.www.SocketPortAllocation
- setPipelineRunConfiguration(PipelineRunConfiguration) - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
- setPipelineRunConfiguration(PipelineRunConfiguration) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- setPipelineRunConfiguration(PipelineRunConfiguration) - Method in class org.apache.hop.pipeline.Pipeline
- setPipelineStatus(int) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Sets the status of the pipeline.
- setPipelineStatusList(List<HopServerPipelineStatus>) - Method in class org.apache.hop.www.HopServerStatus
- setPipelineType(PipelineMeta.PipelineType) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Sets the pipeline type.
- setPipelineType(PipelineMeta.PipelineType) - Method in class org.apache.hop.pipeline.PipelineMetaInfo
-
Sets pipelineType
- setPipelineVersion(String) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Sets the version of the pipeline.
- setPipelineVersion(String) - Method in class org.apache.hop.pipeline.PipelineMetaInfo
-
Sets pipelineVersion
- setPluginId(String) - Method in interface org.apache.hop.execution.IExecutionInfoLocation
- setPluginId(String) - Method in class org.apache.hop.execution.local.FileExecutionInfoLocation
- setPluginId(String) - Method in class org.apache.hop.execution.remote.RemoteExecutionInfoLocation
-
Sets pluginId
- setPluginId(String) - Method in interface org.apache.hop.execution.sampler.IExecutionDataSampler
- setPluginId(String) - Method in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSampler
-
Sets pluginId
- setPluginId(String) - Method in class org.apache.hop.execution.sampler.plugins.ExecutionDataSamplerBase
-
Sets pluginId
- setPluginId(String) - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
- setPluginId(String) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- setPluginId(String) - Method in class org.apache.hop.pipeline.Pipeline
- setPluginId(String) - Method in class org.apache.hop.workflow.action.ActionBase
-
Sets the plugin id.
- setPluginId(String) - Method in interface org.apache.hop.workflow.action.IAction
-
Sets the plugin id.
- setPluginId(String) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- setPluginName(String) - Method in interface org.apache.hop.execution.IExecutionInfoLocation
- setPluginName(String) - Method in class org.apache.hop.execution.local.FileExecutionInfoLocation
- setPluginName(String) - Method in class org.apache.hop.execution.remote.RemoteExecutionInfoLocation
-
Sets pluginName
- setPluginName(String) - Method in interface org.apache.hop.execution.sampler.IExecutionDataSampler
- setPluginName(String) - Method in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSampler
-
Sets pluginName
- setPluginName(String) - Method in class org.apache.hop.execution.sampler.plugins.ExecutionDataSamplerBase
-
Sets pluginName
- setPollingInterval(int) - Method in class org.apache.hop.core.logging.LogChannelFileWriter
- setPort(int) - Method in class org.apache.hop.www.SocketPortAllocation
- setPort(int) - Method in class org.apache.hop.www.WebServer
- setPort(String) - Method in class org.apache.hop.server.HopServer
- setPosition(int) - Method in class org.apache.hop.core.file.TextFileInputField
- setPosition(int) - Method in class org.apache.hop.pipeline.transforms.file.BaseFileField
- setPosition(Object[], int[], Point[], Point[]) - Method in class org.apache.hop.core.undo.ChangeAction
- setPrecision(int) - Method in class org.apache.hop.core.file.TextFileInputField
- setPrecision(int) - Method in class org.apache.hop.pipeline.transforms.file.BaseFileField
- setPrecision(String) - Method in class org.apache.hop.pipeline.transforms.injector.InjectorField
- setPreparing(boolean) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- setPreparing(boolean) - Method in class org.apache.hop.pipeline.Pipeline
-
Sets whether the pipeline is preparing for execution.
- setPreview(boolean) - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
-
Deprecated.
- setPreview(boolean) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- setPreview(boolean) - Method in class org.apache.hop.pipeline.Pipeline
-
Sets whether the pipeline is being previewed.
- setPreviewRowMeta(IRowMeta) - Method in class org.apache.hop.pipeline.transform.BaseTransform
- setPreviousResult(Result) - Method in interface org.apache.hop.IExecutionConfiguration
- setPreviousResult(Result) - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
-
Inform the pipeline about a previous execution result in a workflow or pipeline
- setPreviousResult(Result) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- setPreviousResult(Result) - Method in class org.apache.hop.pipeline.Pipeline
- setPreviousResult(Result) - Method in class org.apache.hop.pipeline.PipelineExecutionConfiguration
- setPreviousResult(Result) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- setPreviousResult(Result) - Method in class org.apache.hop.workflow.WorkflowExecutionConfiguration
- setPrincipal(String) - Method in class org.apache.hop.core.auth.KerberosAuthenticationProvider
- setPrintingOptions(boolean) - Method in class org.apache.hop.run.HopRun
- setPriority(String) - Method in class org.apache.hop.pipeline.transform.TransformStatus
- setProfileSamples(Map<String, Map<BasicDataProfilingDataSampler.ProfilingType, RowBuffer>>) - Method in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSamplerStore
-
Sets profileSamples
- setProfilingMaximum(boolean) - Method in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSampler
-
Sets profilingMaximum
- setProfilingMaxLength(boolean) - Method in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSampler
-
Sets profilingMaxLength
- setProfilingMinimum(boolean) - Method in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSampler
-
Sets profilingMinimum
- setProfilingMinLength(boolean) - Method in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSampler
-
Sets profilingMinLength
- setProfilingNrNonNull(boolean) - Method in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSampler
-
Sets profilingNrNonNull
- setProfilingNrNull(boolean) - Method in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSampler
-
Sets profilingNrNull
- setPropertiesMasterName(String) - Method in class org.apache.hop.server.HopServer
- setProperty(Object, String, List<RowMetaAndData>, String) - Method in class org.apache.hop.core.injection.bean.BeanInjector
- setProperty(String, String) - Method in class org.apache.hop.core.ConcurrentMapProperties
- setProxyHostname(String) - Method in class org.apache.hop.server.HopServer
- setProxyPort(String) - Method in class org.apache.hop.server.HopServer
- setReadingFirstRows(boolean) - Method in class org.apache.hop.pipeline.debug.TransformDebugMeta
- setReadyToStart(boolean) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- setReadyToStart(boolean) - Method in class org.apache.hop.pipeline.Pipeline
- setRealFilename(String) - Method in class org.apache.hop.run.HopRun
- setRealFilename(String) - Method in class org.apache.hop.www.HopServer
- setRealRunConfigurationName(String) - Method in class org.apache.hop.run.HopRun
- setReason(String) - Method in class org.apache.hop.workflow.ActionResult
- setReferenceHolder(IResourceHolder) - Method in class org.apache.hop.resource.ResourceReference
- setRegistrationDate(Date) - Method in class org.apache.hop.execution.Execution
-
Sets registrationDate
- setRegularExpression(Boolean) - Method in class org.apache.hop.search.HopSearch
- setRepartitioning(int) - Method in class org.apache.hop.pipeline.transform.BaseTransform
- setRepartitioning(int) - Method in interface org.apache.hop.pipeline.transform.ITransform
- setRepeat(boolean) - Method in class org.apache.hop.workflow.actions.start.ActionStart
- setRepeated(boolean) - Method in class org.apache.hop.core.file.TextFileInputField
- setRepeated(boolean) - Method in class org.apache.hop.pipeline.transforms.file.BaseFileField
- setResource(String) - Method in class org.apache.hop.resource.ResourceEntry
- setResourceName(String) - Method in class org.apache.hop.resource.TopLevelResource
- setResourcetype(ResourceEntry.ResourceType) - Method in class org.apache.hop.resource.ResourceEntry
- setResult(String) - Method in class org.apache.hop.www.WebResult
- setResult(Result) - Method in class org.apache.hop.workflow.ActionResult
- setResult(Result) - Method in interface org.apache.hop.workflow.engine.IWorkflowEngine
- setResult(Result) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- setResult(Result) - Method in class org.apache.hop.workflow.Workflow
- setResult(Result) - Method in class org.apache.hop.www.HopServerPipelineStatus
- setResult(Result) - Method in class org.apache.hop.www.HopServerWorkflowStatus
- setResultFiles(List<ResultFile>) - Method in class org.apache.hop.pipeline.Pipeline
- setResultRows(List<RowMetaAndData>) - Method in class org.apache.hop.pipeline.Pipeline
- setRootFolder(String) - Method in class org.apache.hop.execution.local.FileExecutionInfoLocation
- setRowBuffer(List<Object[]>) - Method in class org.apache.hop.pipeline.debug.TransformDebugMeta
- setRowBufferMeta(IRowMeta) - Method in class org.apache.hop.pipeline.debug.TransformDebugMeta
- setRowCount(int) - Method in class org.apache.hop.pipeline.debug.TransformDebugMeta
- setRowDistribution(IRowDistribution) - Method in class org.apache.hop.pipeline.transform.TransformMeta
- setRowHandler(IRowHandler) - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
IRowHandler controls how getRow/putRow are handled.
- setRowMeta(IRowMeta) - Method in class org.apache.hop.execution.sampler.ExecutionDataSamplerStoreBase
-
Sets rowMeta
- setRows(List<Object[]>) - Method in class org.apache.hop.execution.sampler.ExecutionDataSamplerStoreBase
-
Sets rows
- setRowsBinaryGzipBase64Encoded(String) - Method in class org.apache.hop.execution.ExecutionData
-
Convert the encoded rows of data back to a list of rows
- setRowSet(IRowSet) - Method in class org.apache.hop.pipeline.RowProducer
- setRowSetSize(int) - Method in class org.apache.hop.pipeline.Pipeline
- setRowSetSize(String) - Method in class org.apache.hop.pipeline.engines.local.LocalPipelineRunConfiguration
- setRunConfiguration(String) - Method in interface org.apache.hop.IExecutionConfiguration
- setRunConfiguration(String) - Method in class org.apache.hop.pipeline.PipelineExecutionConfiguration
- setRunConfiguration(String) - Method in class org.apache.hop.workflow.WorkflowExecutionConfiguration
- setRunConfigurationName(String) - Method in class org.apache.hop.execution.Execution
-
Sets runConfigurationName
- setRunConfigurationName(String) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineRunConfiguration
- setRunConfigurationName(String) - Method in class org.apache.hop.run.HopRun
- setRunConfigurationName(String) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowRunConfiguration
- setRunConfigurationName(String) - Method in class org.apache.hop.www.service.WebService
-
Sets runConfigurationName
- setRunning(boolean) - Method in class org.apache.hop.pipeline.engine.EngineComponent
- setRunning(boolean) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- setRunning(boolean) - Method in class org.apache.hop.pipeline.Pipeline
-
Sets whether the pipeline is running.
- setRunning(boolean) - Method in class org.apache.hop.pipeline.transform.BaseTransform
- setRunning(boolean) - Method in interface org.apache.hop.pipeline.transform.ITransform
-
Flag the transform as running or not
- setRunning(boolean) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- setSafeModeEnabled(boolean) - Method in class org.apache.hop.base.AbstractMeta
- setSafeModeEnabled(boolean) - Method in class org.apache.hop.pipeline.engines.local.LocalPipelineRunConfiguration
- setSafeModeEnabled(boolean) - Method in class org.apache.hop.pipeline.Pipeline
-
Turn on safe mode during running: the pipeline will run slower but with more checking enabled.
- setSafeModeEnabled(boolean) - Method in class org.apache.hop.workflow.engines.local.LocalWorkflowRunConfiguration
- setSafeStopped(boolean) - Method in class org.apache.hop.pipeline.transform.BaseTransform
- setSafeStopped(boolean) - Method in interface org.apache.hop.pipeline.transform.ITransform
- setSampleDescription(String) - Method in class org.apache.hop.execution.ExecutionDataSetMeta
-
Sets sampleDescription
- setSamplerMeta(ExecutionDataSamplerMeta) - Method in class org.apache.hop.execution.sampler.ExecutionDataSamplerStoreBase
-
Sets samplerMeta
- setSampleRowMeta(IRowMeta) - Method in class org.apache.hop.pipeline.transform.TransformStatus
- setSampleRows(List<Object[]>) - Method in class org.apache.hop.pipeline.transform.TransformStatus
- setSamplers(List<IExecutionDataSampler>) - Method in class org.apache.hop.execution.profiling.ExecutionDataProfile
-
Sets samplers
- setSamples(String[]) - Method in class org.apache.hop.core.file.TextFileInputField
- setSamples(String[]) - Method in class org.apache.hop.pipeline.transforms.file.BaseFileField
- setSampleSize(String) - Method in class org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSampler
-
Sets sampleSize
- setSampleSize(String) - Method in class org.apache.hop.execution.sampler.plugins.ExecutionDataSamplerBase
-
Sets sampleSize
- setSampleSize(String) - Method in class org.apache.hop.pipeline.engines.local.LocalPipelineRunConfiguration
- setSampleTypeInGui(String) - Method in class org.apache.hop.pipeline.engines.local.LocalPipelineRunConfiguration
- setSchedulerType(int) - Method in class org.apache.hop.workflow.actions.start.ActionStart
- setScreenMagnification(float) - Method in class org.apache.hop.core.gui.BasePainter
-
Sets screenMagnification
- setSearchablesLocations(List<ISearchablesLocation>) - Method in class org.apache.hop.search.HopSearch
- setSearchString(String) - Method in class org.apache.hop.search.HopSearch
- setSeconds(double) - Method in class org.apache.hop.pipeline.transform.TransformStatus
- setSelected(boolean) - Method in class org.apache.hop.core.NotePadMeta
- setSelected(boolean) - Method in class org.apache.hop.pipeline.engine.EngineComponent
- setSelected(boolean) - Method in class org.apache.hop.pipeline.transform.TransformMeta
- setSelected(boolean) - Method in class org.apache.hop.workflow.action.ActionMeta
- setSelectionRectangle(Rectangle) - Method in class org.apache.hop.core.gui.BasePainter
- setSeqNr(int) - Method in class org.apache.hop.pipeline.performance.PerformanceSnapShot
- setServer(HopServer) - Method in class org.apache.hop.execution.remote.RemoteExecutionInfoLocation
-
Sets server
- setServer(Server) - Method in class org.apache.hop.www.WebServer
- setServerConfig(HopServerConfig) - Method in class org.apache.hop.www.BaseHttpServlet
- setServerName(String) - Method in class org.apache.hop.execution.remote.RemoteExecutionInfoLocation
-
Sets serverName
- setServerPollDelay(long) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- setServerPollDelay(long) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- setServerPollDelay(String) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineRunConfiguration
- setServerPollDelay(String) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowRunConfiguration
- setServerPollInterval(long) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- setServerPollInterval(long) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- setServerPollInterval(String) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineRunConfiguration
- setServerPollInterval(String) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowRunConfiguration
- setServletReponse(HttpServletResponse) - Method in class org.apache.hop.pipeline.Pipeline
-
Sets encoding of HttpServletResponse according to System encoding.Check if system encoding is null or an empty and set it to HttpServletResponse when not and writes error to log if null.
- setServletRequest(HttpServletRequest) - Method in class org.apache.hop.pipeline.Pipeline
- setSetAppendLogfile(boolean) - Method in class org.apache.hop.pipeline.PipelineExecutionConfiguration
- setSetKey(String) - Method in class org.apache.hop.execution.ExecutionDataSetMeta
-
Sets setKey
- setSetLogfile(boolean) - Method in class org.apache.hop.pipeline.PipelineExecutionConfiguration
- setSetMetaData(Map<String, ExecutionDataSetMeta>) - Method in class org.apache.hop.execution.ExecutionData
-
Sets setDescriptions
- setSharedXmlFilename(String) - Method in class org.apache.hop.imp.HopImport
- setSharedXmlFilename(String) - Method in class org.apache.hop.imp.HopImportBase
- setSharedXmlFilename(String) - Method in interface org.apache.hop.imp.IHopImport
- setShowDialog(boolean) - Method in class org.apache.hop.base.AbstractMeta
- setShowingNavigationView(boolean) - Method in class org.apache.hop.core.gui.BasePainter
-
Sets showingNavigationView
- setShowingSubComponents(boolean) - Method in class org.apache.hop.pipeline.PipelineExecutionConfiguration
- setShutdownPort(String) - Method in class org.apache.hop.server.HopServer
- setShuttingDown(boolean) - Method in class org.apache.hop.www.WebServerShutdownHook
- setSkippingExistingTargetFiles(boolean) - Method in class org.apache.hop.imp.HopImport
- setSkippingExistingTargetFiles(boolean) - Method in class org.apache.hop.imp.HopImportBase
- setSkippingExistingTargetFiles(boolean) - Method in interface org.apache.hop.imp.IHopImport
- setSkippingExistingTargetFiles(Boolean) - Method in class org.apache.hop.imp.HopImport
- setSkippingFolders(boolean) - Method in class org.apache.hop.imp.HopImport
- setSkippingFolders(boolean) - Method in class org.apache.hop.imp.HopImportBase
- setSkippingFolders(boolean) - Method in interface org.apache.hop.imp.IHopImport
- setSkippingFolders(Boolean) - Method in class org.apache.hop.imp.HopImport
- setSkippingHiddenFilesAndFolders(boolean) - Method in class org.apache.hop.imp.HopImport
- setSkippingHiddenFilesAndFolders(boolean) - Method in class org.apache.hop.imp.HopImportBase
- setSkippingHiddenFilesAndFolders(boolean) - Method in interface org.apache.hop.imp.IHopImport
- setSkippingHiddenFilesAndFolders(Boolean) - Method in class org.apache.hop.imp.HopImport
- setSlowTransformIndicatorEnabled(boolean) - Method in class org.apache.hop.pipeline.PipelinePainter
- setSnapshot(IMetricsSnapshot) - Method in class org.apache.hop.core.logging.LoggingMetric
- setSortedDataRequired(boolean) - Method in class org.apache.hop.pipeline.transform.TransformIOMeta
- setSortingTransformsTopologically(boolean) - Method in class org.apache.hop.pipeline.engines.local.LocalPipelineRunConfiguration
- setSortingTransformsTopologically(boolean) - Method in class org.apache.hop.pipeline.Pipeline
- setSourceRows(List<RowMetaAndData>) - Method in interface org.apache.hop.workflow.engine.IWorkflowEngine
- setSourceRows(List<RowMetaAndData>) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- setSourceRows(List<RowMetaAndData>) - Method in class org.apache.hop.workflow.Workflow
- setSourceServerName(String) - Method in class org.apache.hop.www.SocketPortAllocation
- setSourceTransform(TransformMeta) - Method in class org.apache.hop.pipeline.transform.TransformErrorMeta
- setSourceTransformCopy(String) - Method in class org.apache.hop.www.SocketPortAllocation
- setSourceTransformName(String) - Method in class org.apache.hop.www.SocketPortAllocation
- setSourceTransforms(List<TransformMeta>) - Method in class org.apache.hop.lineage.ValueLineage
- setSpeed(String) - Method in class org.apache.hop.pipeline.transform.TransformStatus
- setSplit(boolean) - Method in class org.apache.hop.base.BaseHopMeta
- setSslConfig(SslConfiguration) - Method in class org.apache.hop.server.HopServer
- setSslMode(boolean) - Method in class org.apache.hop.server.HopServer
- setStartActionMeta(ActionMeta) - Method in interface org.apache.hop.workflow.engine.IWorkflowEngine
- setStartActionMeta(ActionMeta) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- setStartActionMeta(ActionMeta) - Method in class org.apache.hop.workflow.Workflow
-
Sets the start action meta.
- setStartActionName(String) - Method in class org.apache.hop.workflow.WorkflowExecutionConfiguration
- setStartActionName(String) - Method in class org.apache.hop.workflow.WorkflowMeta
- setStartActionResult(Result) - Method in class org.apache.hop.workflow.Workflow
- setStartDate(Date) - Method in class org.apache.hop.pipeline.engine.EngineMetrics
- setStartErrorHopTransform(boolean) - Method in class org.apache.hop.pipeline.PipelinePainter
- setStartHopAction(ActionMeta) - Method in class org.apache.hop.workflow.WorkflowPainter
- setStartHopTransform(TransformMeta) - Method in class org.apache.hop.pipeline.PipelinePainter
- setStateMap(Map<String, Object>) - Method in class org.apache.hop.history.AuditState
- setStateMap(Map<String, Object>) - Method in class org.apache.hop.pipeline.PipelinePainter
- setStatus(String) - Method in class org.apache.hop.www.jaxrs.PipelineStatus
- setStatus(String) - Method in class org.apache.hop.www.jaxrs.WorkflowStatus
- setStatus(EngineComponent.ComponentExecutionStatus) - Method in class org.apache.hop.pipeline.engine.EngineComponent
- setStatus(EngineComponent.ComponentExecutionStatus) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- setStatus(EngineComponent.ComponentExecutionStatus) - Method in class org.apache.hop.pipeline.transform.BaseTransformData
-
Set the status of the transform data.
- setStatus(EngineComponent.ComponentExecutionStatus) - Method in interface org.apache.hop.pipeline.transform.ITransformData
-
Sets the status.
- setStatusDescription(String) - Method in class org.apache.hop.execution.ExecutionState
-
Sets statusDescription
- setStatusDescription(String) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- setStatusDescription(String) - Method in class org.apache.hop.pipeline.transform.TransformStatus
- setStatusDescription(String) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- setStatusDescription(String) - Method in class org.apache.hop.www.HopServerPipelineStatus
- setStatusDescription(String) - Method in class org.apache.hop.www.HopServerStatus
- setStatusDescription(String) - Method in class org.apache.hop.www.HopServerWorkflowStatus
- setStatusDescription(String) - Method in class org.apache.hop.www.jaxrs.ServerStatus
- setStopped(boolean) - Method in class org.apache.hop.pipeline.engine.EngineComponent
- setStopped(boolean) - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- setStopped(boolean) - Method in class org.apache.hop.pipeline.Pipeline
- setStopped(boolean) - Method in class org.apache.hop.pipeline.transform.BaseTransform
- setStopped(boolean) - Method in interface org.apache.hop.pipeline.transform.ITransform
- setStopped(boolean) - Method in class org.apache.hop.pipeline.transform.TransformStatus
- setStopped(boolean) - Method in interface org.apache.hop.workflow.engine.IWorkflowEngine
- setStopped(boolean) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- setStopped(boolean) - Method in class org.apache.hop.workflow.Workflow
-
Sets the stopped.
- setStreamIcon(StreamIcon) - Method in interface org.apache.hop.pipeline.transform.stream.IStream
- setStreamIcon(StreamIcon) - Method in class org.apache.hop.pipeline.transform.stream.Stream
- setStreamType(IStream.StreamType) - Method in interface org.apache.hop.pipeline.transform.stream.IStream
- setStreamType(IStream.StreamType) - Method in class org.apache.hop.pipeline.transform.stream.Stream
- setString(String) - Method in class org.apache.hop.core.reflection.StringSearchResult
- setSubject(Object) - Method in class org.apache.hop.core.gui.BasePainter
- setSubject(String) - Method in interface org.apache.hop.pipeline.transform.stream.IStream
- setSubject(String) - Method in class org.apache.hop.pipeline.transform.stream.Stream
- setSupportingDebug(boolean) - Method in class org.apache.hop.pipeline.engine.PipelineEngineCapabilities
- setSupportingPause(boolean) - Method in class org.apache.hop.pipeline.engine.PipelineEngineCapabilities
- setSupportingPreview(boolean) - Method in class org.apache.hop.pipeline.engine.PipelineEngineCapabilities
- setSupportingSniffing(boolean) - Method in class org.apache.hop.pipeline.engine.PipelineEngineCapabilities
- setSystemProperties(String[]) - Method in class org.apache.hop.run.HopRun
- setSystemProperties(String[]) - Method in class org.apache.hop.www.HopServer
- setTargetConfigFilename(String) - Method in class org.apache.hop.imp.HopImport
- setTargetConfigFilename(String) - Method in class org.apache.hop.imp.HopImportBase
- setTargetConfigFilename(String) - Method in interface org.apache.hop.imp.IHopImport
- setTargetServerName(String) - Method in class org.apache.hop.www.SocketPortAllocation
- setTargetTransform(TransformMeta) - Method in class org.apache.hop.pipeline.transform.TransformErrorMeta
- setTargetTransformCopy(String) - Method in class org.apache.hop.www.SocketPortAllocation
- setTargetTransformName(String) - Method in class org.apache.hop.www.SocketPortAllocation
- setTargetTransformPartitioningMeta(TransformPartitioningMeta) - Method in class org.apache.hop.pipeline.transform.TransformMeta
- setter - Variable in class org.apache.hop.core.injection.bean.BeanLevelInfo
- setTerminator() - Method in class org.apache.hop.pipeline.transform.TransformMeta
- setTerminator(boolean) - Method in class org.apache.hop.pipeline.transform.TransformMeta
- setThreadCount(int) - Method in class org.apache.hop.www.HopServerStatus
- setThreadCount(int) - Method in class org.apache.hop.www.jaxrs.ServerStatus
- setTimeDifference(long) - Method in class org.apache.hop.pipeline.performance.PerformanceSnapShot
- setToAction(ActionMeta) - Method in class org.apache.hop.workflow.WorkflowHopMeta
- setTooltip(String) - Method in class org.apache.hop.pipeline.engine.EngineMetric
- setTotalErrors(long) - Method in class org.apache.hop.pipeline.performance.PerformanceSnapShot
- setTotalLinesInput(long) - Method in class org.apache.hop.pipeline.performance.PerformanceSnapShot
- setTotalLinesOutput(long) - Method in class org.apache.hop.pipeline.performance.PerformanceSnapShot
- setTotalLinesRead(long) - Method in class org.apache.hop.pipeline.performance.PerformanceSnapShot
- setTotalLinesRejected(long) - Method in class org.apache.hop.pipeline.performance.PerformanceSnapShot
- setTotalLinesUpdated(long) - Method in class org.apache.hop.pipeline.performance.PerformanceSnapShot
- setTotalLinesWritten(long) - Method in class org.apache.hop.pipeline.performance.PerformanceSnapShot
- setToTransform(TransformMeta) - Method in class org.apache.hop.pipeline.PipelineHopMeta
- setTransactional(boolean) - Method in class org.apache.hop.pipeline.engines.local.LocalPipelineRunConfiguration
- setTransactional(boolean) - Method in class org.apache.hop.workflow.engines.local.LocalWorkflowRunConfiguration
- setTransform(float, float, float) - Method in interface org.apache.hop.core.gui.IGc
- setTransform(float, float, float) - Method in class org.apache.hop.core.gui.SvgGc
- setTransform(int, TransformMeta) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Changes the content of a transform on a certain position.
- setTransform(ITransform) - Method in class org.apache.hop.pipeline.RowProducer
- setTransform(ITransformMeta) - Method in class org.apache.hop.pipeline.transform.TransformMeta
- setTransformDebugMetaMap(Map<TransformMeta, TransformDebugMeta>) - Method in class org.apache.hop.pipeline.debug.PipelineDebugMeta
- setTransformErrorMeta(TransformErrorMeta) - Method in class org.apache.hop.pipeline.transform.TransformMeta
- setTransformFinishedListeners(List<ITransformFinishedListener>) - Method in class org.apache.hop.pipeline.transform.BaseTransform
- setTransformIOMeta(ITransformIOMeta) - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
-
Sets the Input/Output metadata for this transform.
- setTransformLogMap(Map<String, String>) - Method in class org.apache.hop.pipeline.PipelinePainter
- setTransformMeta(TransformMeta) - Method in class org.apache.hop.pipeline.debug.TransformDebugMeta
- setTransformMeta(TransformMeta) - Method in interface org.apache.hop.pipeline.transform.stream.IStream
- setTransformMeta(TransformMeta) - Method in class org.apache.hop.pipeline.transform.stream.Stream
- setTransformName(String) - Method in class org.apache.hop.execution.sampler.ExecutionDataSamplerMeta
-
Sets transformName
- setTransformName(String) - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Sets the transformName.
- setTransformName(String) - Method in class org.apache.hop.pipeline.transform.TransformStatus
- setTransformName(String) - Method in class org.apache.hop.pipeline.transforms.missing.Missing
- setTransformName(String) - Method in class org.apache.hop.www.service.WebService
- setTransformPartitioningMeta(TransformPartitioningMeta) - Method in class org.apache.hop.pipeline.transform.TransformMeta
- setTransformPerformanceCapturingDelay(long) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Sets the transform performance capturing delay.
- setTransformPerformanceCapturingDelay(long) - Method in class org.apache.hop.pipeline.PipelineMetaInfo
-
Sets transformPerformanceCapturingDelay
- setTransformPerformanceCapturingSizeLimit(String) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Sets the transform performance capturing size limit.
- setTransformPerformanceCapturingSizeLimit(String) - Method in class org.apache.hop.pipeline.PipelineMetaInfo
-
Sets transformPerformanceCapturingSizeLimit
- setTransformPerformanceSnapShots(Map<String, List<PerformanceSnapShot>>) - Method in class org.apache.hop.pipeline.Pipeline
-
Sets the named list (map) of transform performance snapshots.
- setTransformPluginId(String) - Method in class org.apache.hop.pipeline.transform.TransformMeta
-
Set the plugin transform id (code)
- setTransforms(List<TransformMeta>) - Method in class org.apache.hop.pipeline.PipelineMeta
-
Sets transforms
- setTransforms(List<TransformMetaDataCombi>) - Method in class org.apache.hop.pipeline.Pipeline
- setTransformStartedListeners(List<ITransformStartedListener>) - Method in class org.apache.hop.pipeline.transform.BaseTransform
- setTransformStatuses(List<TransformStatus>) - Method in class org.apache.hop.www.jaxrs.PipelineStatus
- setTransformStatusList(List<TransformStatus>) - Method in class org.apache.hop.www.HopServerPipelineStatus
- setTrimType(int) - Method in class org.apache.hop.core.file.TextFileInputField
- setTrimType(int) - Method in class org.apache.hop.pipeline.transforms.file.BaseFileField
- setTrimType(String) - Method in class org.apache.hop.core.file.TextFileInputField
- setTrimType(String) - Method in class org.apache.hop.pipeline.transforms.file.BaseFileField
- setType(int) - Method in class org.apache.hop.core.file.TextFileInputField
- setType(int) - Method in class org.apache.hop.core.util.TypeFieldDefinition
- setType(int) - Method in class org.apache.hop.pipeline.transforms.file.BaseFileField
- setType(String) - Method in class org.apache.hop.core.file.TextFileInputField
- setType(String) - Method in class org.apache.hop.history.AuditEvent
- setType(String) - Method in class org.apache.hop.imp.HopImport
- setType(String) - Method in class org.apache.hop.pipeline.transforms.file.BaseFileField
- setType(String) - Method in class org.apache.hop.pipeline.transforms.injector.InjectorField
- setUnconditional() - Method in class org.apache.hop.workflow.WorkflowHopMeta
- setUnconditional(boolean) - Method in class org.apache.hop.workflow.WorkflowHopMeta
- setup(PipelineMap, WorkflowMap) - Method in class org.apache.hop.www.BaseHttpServlet
- setup(PipelineMap, WorkflowMap) - Method in interface org.apache.hop.www.IHopServerPlugin
- setUpdateTime(Date) - Method in class org.apache.hop.execution.ExecutionState
-
Sets updateTime
- setupJettyOptions(ServerConnector) - Method in class org.apache.hop.www.WebServer
-
Set up jetty options to the connector
- setUpJettyOptions(Node) - Method in class org.apache.hop.www.HopServerConfig
-
Set up jetty options to the system properties
- setUptime(long) - Method in class org.apache.hop.www.HopServerStatus
- setUptime(long) - Method in class org.apache.hop.www.jaxrs.ServerStatus
- setUseExternalCredentials(boolean) - Method in class org.apache.hop.core.auth.KerberosAuthenticationProvider
- setUseKeytab(boolean) - Method in class org.apache.hop.core.auth.KerberosAuthenticationProvider
- setUseOriginalPathInTargetName(boolean) - Method in class org.apache.hop.resource.SimpleResourceNaming
- setUsername(String) - Method in class org.apache.hop.core.auth.UsernamePasswordAuthenticationProvider
- setUsername(String) - Method in class org.apache.hop.server.HopServer
- setUsername(String) - Method in class org.apache.hop.www.HopServer
- setValidateInputFolder(String) - Method in class org.apache.hop.imp.HopImportBase
- setValidateInputFolder(String) - Method in interface org.apache.hop.imp.IHopImport
- setValidateOutputFolder(String) - Method in class org.apache.hop.imp.HopImportBase
- setValidateOutputFolder(String) - Method in interface org.apache.hop.imp.IHopImport
- setValue(String) - Method in class org.apache.hop.pipeline.transform.TransformOption
- setValue(String) - Method in class org.apache.hop.www.jaxrs.NVPair
- setValue(T) - Method in class org.apache.hop.core.util.KeyValue
- setValueLineages(List<ValueLineage>) - Method in class org.apache.hop.lineage.PipelineDataLineage
- setValueMeta(IValueMeta) - Method in class org.apache.hop.lineage.ValueLineage
- setValues(String...) - Method in class org.apache.hop.core.util.StringListPluginProperty
- setVariable(String, String) - Method in class org.apache.hop.pipeline.Pipeline
-
Sets the value of the specified variable to the specified value.
- setVariable(String, String) - Method in class org.apache.hop.pipeline.transform.BaseTransform
- setVariable(String, String) - Method in class org.apache.hop.workflow.action.ActionBase
-
Sets the value of the specified variable to the specified value
- setVariableCounter(int) - Method in class org.apache.hop.imp.HopImportBase
- setVariables(Map<String, String>) - Method in class org.apache.hop.pipeline.Pipeline
-
Injects variables using the given Map.
- setVariables(Map<String, String>) - Method in class org.apache.hop.pipeline.transform.BaseTransform
- setVariables(Map<String, String>) - Method in class org.apache.hop.workflow.action.ActionBase
-
Injects variables using the given Map.
- setVariables(IVariables) - Method in class org.apache.hop.core.gui.BasePainter
-
Sets variables
- setVariables(IVariables) - Method in class org.apache.hop.execution.remote.RemoteExecutionInfoLocation
-
Sets variables
- setVariables(IVariables) - Method in class org.apache.hop.imp.HopImport
- setVariables(IVariables) - Method in class org.apache.hop.pipeline.Pipeline
- setVariables(IVariables) - Method in class org.apache.hop.run.HopRun
- setVariables(IVariables) - Method in class org.apache.hop.search.HopSearch
- setVariables(IVariables) - Method in class org.apache.hop.www.HopServer
- setVariables(IVariables) - Method in class org.apache.hop.www.HopServerConfig
- setVariables(IVariables) - Method in class org.apache.hop.www.WebServer
- setVariablesMap(Map<String, String>) - Method in interface org.apache.hop.IExecutionConfiguration
- setVariablesMap(Map<String, String>) - Method in class org.apache.hop.pipeline.PipelineExecutionConfiguration
- setVariablesMap(Map<String, String>) - Method in class org.apache.hop.workflow.WorkflowExecutionConfiguration
- setVariablesMap(IVariables) - Method in interface org.apache.hop.IExecutionConfiguration
- setVariablesMap(IVariables) - Method in class org.apache.hop.pipeline.PipelineExecutionConfiguration
- setVariablesMap(IVariables) - Method in class org.apache.hop.workflow.WorkflowExecutionConfiguration
- setVariableValues(Map<String, String>) - Method in class org.apache.hop.execution.Execution
-
Sets variableValues
- setViewPort(Rectangle) - Method in class org.apache.hop.core.gui.BasePainter
-
Sets viewPort
- setWaitTime(String) - Method in class org.apache.hop.pipeline.engines.local.LocalPipelineRunConfiguration
- setWebAppName(String) - Method in class org.apache.hop.server.HopServer
- setWebServer(WebServer) - Method in class org.apache.hop.www.HopServer
- setWebServerShutdownHandler(IWebServerShutdownHandler) - Method in class org.apache.hop.www.WebServer
-
Can be used to override the default shutdown behavior of performing a System.exit
- setWeekDay(int) - Method in class org.apache.hop.workflow.actions.start.ActionStart
- setWidth(int) - Method in class org.apache.hop.core.NotePadMeta
- setWorkflowExecutionConfiguration(WorkflowExecutionConfiguration) - Method in class org.apache.hop.workflow.WorkflowConfiguration
- setWorkflowFilename(String) - Method in class org.apache.hop.core.gui.WorkflowTracker
- setWorkflowFinishedListeners(List<IExecutionFinishedListener<IWorkflowEngine<WorkflowMeta>>>) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- setWorkflowFinishedListeners(List<IExecutionFinishedListener<IWorkflowEngine<WorkflowMeta>>>) - Method in class org.apache.hop.workflow.Workflow
- setWorkflowMap(WorkflowMap) - Method in class org.apache.hop.www.BaseHttpServlet
- setWorkflowMap(WorkflowMap) - Method in class org.apache.hop.www.HopServerSingleton
- setWorkflowMap(WorkflowMap) - Method in class org.apache.hop.www.WebServer
- setWorkflowMeta(WorkflowMeta) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- setWorkflowMeta(WorkflowMeta) - Method in class org.apache.hop.workflow.Workflow
- setWorkflowMeta(WorkflowMeta) - Method in class org.apache.hop.workflow.WorkflowConfiguration
- setWorkflowMeta(WorkflowMeta) - Method in class org.apache.hop.workflow.WorkflowPainter
- setWorkflowMeta(T) - Method in interface org.apache.hop.workflow.engine.IWorkflowEngine
- setWorkflowName(String) - Method in class org.apache.hop.core.gui.WorkflowTracker
- setWorkflowName(String) - Method in class org.apache.hop.www.HopServerWorkflowStatus
- setWorkflowRunConfiguration(WorkflowRunConfiguration) - Method in interface org.apache.hop.workflow.engine.IWorkflowEngine
- setWorkflowRunConfiguration(WorkflowRunConfiguration) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- setWorkflowRunConfiguration(WorkflowRunConfiguration) - Method in class org.apache.hop.workflow.Workflow
- setWorkflowStartedListeners(List<IExecutionStartedListener<IWorkflowEngine<WorkflowMeta>>>) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- setWorkflowStartedListeners(List<IExecutionStartedListener<IWorkflowEngine<WorkflowMeta>>>) - Method in class org.apache.hop.workflow.Workflow
- setWorkflowStatus(int) - Method in class org.apache.hop.workflow.WorkflowMeta
-
Set the status of the workflow.
- setWorkflowStatus(HopServerWorkflowStatus) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- setWorkflowStatusList(List<HopServerWorkflowStatus>) - Method in class org.apache.hop.www.HopServerStatus
- setWorkflowTracker(WorkflowTracker) - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- setWorkflowTracker(WorkflowTracker) - Method in class org.apache.hop.workflow.Workflow
- setWorkflowTrackers(List<WorkflowTracker>) - Method in class org.apache.hop.core.gui.WorkflowTracker
- setWorkflowVersion(String) - Method in class org.apache.hop.workflow.WorkflowMeta
-
Set the version of the workflow.
- setZoomFactor(double) - Method in class org.apache.hop.core.gui.BasePainter
- shadow - Variable in class org.apache.hop.pipeline.PipelinePainterFlyoutExtension
- sharedXmlFilename - Variable in class org.apache.hop.imp.HopImportBase
- shareWith(IVariables) - Method in class org.apache.hop.pipeline.Pipeline
-
Shares a variable variables from another variable variables.
- shareWith(IVariables) - Method in class org.apache.hop.pipeline.transform.BaseTransform
- shareWith(IVariables) - Method in class org.apache.hop.workflow.action.ActionBase
-
Shares a variable variables from another variable variables.
- SHELL_SCRIPT - org.apache.hop.resource.IResourceNaming.FileNamingType
- shortFilename - Variable in class org.apache.hop.pipeline.transforms.file.BaseFileInputTransformData
-
File-dependent data for fill additional fields.
- shortFilenameField - Variable in class org.apache.hop.pipeline.transforms.file.BaseFileInputAdditionalField
-
Additional fields
- showingNavigationView - Variable in class org.apache.hop.core.gui.BasePainter
- shutdown() - Static method in class org.apache.hop.core.HopEnvironment
- SHUTDOWN_PORT - Static variable in class org.apache.hop.www.WebServer
- shutdownWebServer() - Method in class org.apache.hop.www.DefaultWebServerShutdownHandler
- shutdownWebServer() - Method in interface org.apache.hop.www.IWebServerShutdownHandler
- SimpleResourceNaming - Class in org.apache.hop.resource
- SimpleResourceNaming() - Constructor for class org.apache.hop.resource.SimpleResourceNaming
- SimpleResourceNaming(String) - Constructor for class org.apache.hop.resource.SimpleResourceNaming
- SINGLE - org.apache.hop.core.file.EncodingType
- SingleThreaded - org.apache.hop.pipeline.PipelineMeta.PipelineType
-
A single-threaded pipeline.
- SingleThreadedPipelineExecutor - Class in org.apache.hop.pipeline
- SingleThreadedPipelineExecutor(Pipeline) - Constructor for class org.apache.hop.pipeline.SingleThreadedPipelineExecutor
- SingleThreadedPipelineExecutor(Pipeline, boolean) - Constructor for class org.apache.hop.pipeline.SingleThreadedPipelineExecutor
- size - Variable in class org.apache.hop.pipeline.transforms.file.BaseFileInputTransformData
- size() - Method in class org.apache.hop.core.ConcurrentMapProperties
- size() - Method in class org.apache.hop.core.util.KeyValueSet
- size() - Method in class org.apache.hop.core.util.StringListPluginProperty
- size() - Method in class org.apache.hop.workflow.action.validator.ValidatorContext
- sizeField - Variable in class org.apache.hop.pipeline.transforms.file.BaseFileInputAdditionalField
- skipBadFiles - Variable in class org.apache.hop.pipeline.transforms.file.BaseFileErrorHandling
- skippingExistingTargetFiles - Variable in class org.apache.hop.imp.HopImportBase
- skippingFolders - Variable in class org.apache.hop.imp.HopImportBase
- skippingHiddenFilesAndFolders - Variable in class org.apache.hop.imp.HopImportBase
- SMALL - org.apache.hop.core.gui.IGc.EFont
- SnapAllignDistribute - Class in org.apache.hop.core.gui
- SnapAllignDistribute(IUndo, List<? extends IGuiPosition>, int[], IAddUndoPosition, IRedrawable) - Constructor for class org.apache.hop.core.gui.SnapAllignDistribute
- SnappyCompressionInputStream - Class in org.apache.hop.core.compress.snappy
- SnappyCompressionInputStream(InputStream, ICompressionProvider) - Constructor for class org.apache.hop.core.compress.snappy.SnappyCompressionInputStream
- SnappyCompressionOutputStream - Class in org.apache.hop.core.compress.snappy
- SnappyCompressionOutputStream(OutputStream, ICompressionProvider) - Constructor for class org.apache.hop.core.compress.snappy.SnappyCompressionOutputStream
- SnappyCompressionProvider - Class in org.apache.hop.core.compress.snappy
- SnappyCompressionProvider() - Constructor for class org.apache.hop.core.compress.snappy.SnappyCompressionProvider
- snapToGrid(int) - Method in class org.apache.hop.core.gui.SnapAllignDistribute
- sniffTransform(IVariables, String, String, String, String, int, String) - Method in class org.apache.hop.server.HopServer
-
Sniff rows on a the hop server, return xml containing the row metadata and data.
- SniffTransformServlet - Class in org.apache.hop.www
- SniffTransformServlet() - Constructor for class org.apache.hop.www.SniffTransformServlet
- SniffTransformServlet(PipelineMap) - Constructor for class org.apache.hop.www.SniffTransformServlet
- SocketPortAllocation - Class in org.apache.hop.www
- SocketPortAllocation(int, Date, String, String, String, String, String, String, String, String) - Constructor for class org.apache.hop.www.SocketPortAllocation
- SOLID - org.apache.hop.core.gui.IGc.ELineStyle
- sortHops() - Method in class org.apache.hop.pipeline.PipelineMeta
-
Sorts all the hops in the pipeline.
- sortHopsNatural() - Method in class org.apache.hop.pipeline.PipelineMeta
-
Sorts the hops in a natural way: from beginning to end.
- sortingTransformsTopologically - Variable in class org.apache.hop.pipeline.engines.local.LocalPipelineRunConfiguration
- sortTransforms() - Method in class org.apache.hop.pipeline.PipelineMeta
-
Puts the transforms in alphabetical order.
- sortTransformsNatural() - Method in class org.apache.hop.pipeline.PipelineMeta
-
Puts the transforms in a more natural order: from start to finish.
- sourceRows - Variable in class org.apache.hop.workflow.Workflow
-
The rows that were passed onto this workflow by a previous pipeline.
- split - Variable in class org.apache.hop.base.BaseHopMeta
- SSL_MODE_TAG - Static variable in class org.apache.hop.server.HopServer
- SslConfiguration - Class in org.apache.hop.www
- SslConfiguration() - Constructor for class org.apache.hop.www.SslConfiguration
- SslConfiguration(Node) - Constructor for class org.apache.hop.www.SslConfiguration
- startActionMeta - Variable in class org.apache.hop.workflow.Workflow
- startActionName - Variable in class org.apache.hop.workflow.WorkflowMeta
- startActionResult - Variable in class org.apache.hop.workflow.Workflow
- startBundle() - Method in class org.apache.hop.pipeline.SingleThreadedPipelineExecutor
- startBundle() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- startBundle() - Method in interface org.apache.hop.pipeline.transform.ITransform
-
When running in a Beam context this signals the transform that a new bundle was started.
- started(T) - Method in interface org.apache.hop.pipeline.IExecutionStartedListener
-
The execution started
- startExecution() - Method in interface org.apache.hop.workflow.engine.IWorkflowEngine
- startExecution() - Method in class org.apache.hop.workflow.engines.local.LocalWorkflowEngine
- startExecution() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- startExecution() - Method in class org.apache.hop.workflow.Workflow
- startExecutionInfoTimer() - Method in class org.apache.hop.workflow.engines.local.LocalWorkflowEngine
- StartExecutionPipelineServlet - Class in org.apache.hop.www
- StartExecutionPipelineServlet() - Constructor for class org.apache.hop.www.StartExecutionPipelineServlet
- StartExecutionPipelineServlet(PipelineMap) - Constructor for class org.apache.hop.www.StartExecutionPipelineServlet
- startJob(String) - Method in class org.apache.hop.www.jaxrs.WorkflowResource
- startLogging() - Method in class org.apache.hop.core.logging.LogChannelFileWriter
-
Start the logging thread which will write log data from the specified log channel to the log file.
- startPipeline(String) - Method in class org.apache.hop.www.jaxrs.PipelineResource
- startPipeline(IVariables, String, String) - Method in class org.apache.hop.server.HopServer
- StartPipelineServlet - Class in org.apache.hop.www
- StartPipelineServlet() - Constructor for class org.apache.hop.www.StartPipelineServlet
- StartPipelineServlet(PipelineMap) - Constructor for class org.apache.hop.www.StartPipelineServlet
- startServer() - Method in class org.apache.hop.www.WebServer
- startThreads() - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
-
Starts the engine itself after prepareExecution.
- startThreads() - Method in class org.apache.hop.pipeline.engines.local.LocalPipelineEngine
- startThreads() - Method in class org.apache.hop.pipeline.engines.localsingle.LocalSinglePipelineEngine
- startThreads() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- startThreads() - Method in class org.apache.hop.pipeline.Pipeline
-
Starts the threads prepared by prepareThreads().
- startThreads(IPipelineEngine<PipelineMeta>) - Method in class org.apache.hop.www.StartExecutionPipelineServlet
- startTransformExecutionInfoTimer() - Method in class org.apache.hop.pipeline.engines.local.LocalPipelineEngine
- startWorkflow(IVariables, String, String) - Method in class org.apache.hop.server.HopServer
- StartWorkflowServlet - Class in org.apache.hop.www
- StartWorkflowServlet() - Constructor for class org.apache.hop.www.StartWorkflowServlet
- StartWorkflowServlet(WorkflowMap) - Constructor for class org.apache.hop.www.StartWorkflowServlet
- startXml(HttpServletResponse, PrintWriter) - Method in class org.apache.hop.www.BodyHttpServlet
- STATE - org.apache.hop.www.GetExecutionInfoServlet.Type
- STATE_LOGGING - org.apache.hop.www.GetExecutionInfoServlet.Type
- stateMap - Variable in class org.apache.hop.pipeline.PipelinePainterExtension
- STATIC_PATH - Static variable in class org.apache.hop.www.StatusServletUtils
- status - Variable in class org.apache.hop.workflow.Workflow
-
Int value for storage workflow statuses
- STATUS_DISPOSED - org.apache.hop.pipeline.engine.EngineComponent.ComponentExecutionStatus
-
The status disposed.
- STATUS_EMPTY - org.apache.hop.pipeline.engine.EngineComponent.ComponentExecutionStatus
-
The status empty.
- STATUS_FINISHED - org.apache.hop.pipeline.engine.EngineComponent.ComponentExecutionStatus
-
The status finished.
- STATUS_HALTED - org.apache.hop.pipeline.engine.EngineComponent.ComponentExecutionStatus
-
The status halted.
- STATUS_HALTING - org.apache.hop.pipeline.engine.EngineComponent.ComponentExecutionStatus
-
The status halting.
- STATUS_IDLE - org.apache.hop.pipeline.engine.EngineComponent.ComponentExecutionStatus
-
The status idle.
- STATUS_INIT - org.apache.hop.pipeline.engine.EngineComponent.ComponentExecutionStatus
-
The status init.
- STATUS_PAUSED - org.apache.hop.pipeline.engine.EngineComponent.ComponentExecutionStatus
-
The status paused.
- STATUS_RUNNING - org.apache.hop.pipeline.engine.EngineComponent.ComponentExecutionStatus
-
The status running.
- STATUS_STOPPED - org.apache.hop.pipeline.engine.EngineComponent.ComponentExecutionStatus
-
The status stopped.
- statusDescription - Variable in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- StatusServletUtils - Class in org.apache.hop.www
- StatusServletUtils() - Constructor for class org.apache.hop.www.StatusServletUtils
- stopAll() - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
-
Stops all parts of the execution from running and alerts any registered listeners.
- stopAll() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
-
Stop the pipeline on the server
- stopAll() - Method in class org.apache.hop.pipeline.Pipeline
-
Stops all transforms from running, and alerts any registered listeners.
- stopAll() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- stopAll() - Method in interface org.apache.hop.pipeline.transform.ITransform
-
Flags all rowsets as stopped/completed/finished.
- stopAll() - Method in interface org.apache.hop.pipeline.transforms.file.IBaseFileInputTransformControl
- stopExecution() - Method in interface org.apache.hop.workflow.engine.IWorkflowEngine
- stopExecution() - Method in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- stopExecution() - Method in class org.apache.hop.workflow.Workflow
-
Stop all activity by setting the stopped property to true.
- stopExecutionInfoTimer() - Method in class org.apache.hop.workflow.engines.local.LocalWorkflowEngine
- stopJob(String) - Method in class org.apache.hop.www.jaxrs.WorkflowResource
- stopLogging() - Method in class org.apache.hop.core.logging.LogChannelFileWriter
- stopped - Variable in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- stopped - Variable in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- stopped(T) - Method in interface org.apache.hop.pipeline.IExecutionStoppedListener
- stopPipeline(String) - Method in class org.apache.hop.www.jaxrs.PipelineResource
- stopPipeline(IVariables, String, String) - Method in class org.apache.hop.server.HopServer
- StopPipelineServlet - Class in org.apache.hop.www
- StopPipelineServlet() - Constructor for class org.apache.hop.www.StopPipelineServlet
- StopPipelineServlet(PipelineMap) - Constructor for class org.apache.hop.www.StopPipelineServlet
- stopRunning() - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Perform actions to stop a running transform.
- stopRunning() - Method in interface org.apache.hop.pipeline.transform.ITransform
-
Stop running operations...
- stopServer() - Method in class org.apache.hop.www.WebServer
- stopTransform(TransformMetaDataCombi, boolean) - Method in class org.apache.hop.pipeline.Pipeline
- stopTransformExecutionInfoTimer() - Method in class org.apache.hop.pipeline.engines.local.LocalPipelineEngine
- stopWorkflow(IVariables, String, String) - Method in class org.apache.hop.server.HopServer
- StopWorkflowServlet - Class in org.apache.hop.www
- StopWorkflowServlet() - Constructor for class org.apache.hop.www.StopWorkflowServlet
- StopWorkflowServlet(WorkflowMap) - Constructor for class org.apache.hop.www.StopWorkflowServlet
- storageMap - Variable in class org.apache.hop.core.ConcurrentMapProperties
- store(OutputStream, String) - Method in class org.apache.hop.core.ConcurrentMapProperties
- store(Writer, String) - Method in class org.apache.hop.core.ConcurrentMapProperties
- storeEvent(AuditEvent) - Method in interface org.apache.hop.history.IAuditManager
-
Add an event
- storeEvent(AuditEvent) - Method in class org.apache.hop.history.local.LocalAuditManager
- storeList(String, String, AuditList) - Method in interface org.apache.hop.history.IAuditManager
-
Store a list
- storeList(String, String, AuditList) - Method in class org.apache.hop.history.local.LocalAuditManager
- storeState(String, String, AuditState) - Method in interface org.apache.hop.history.IAuditManager
-
Store the state of an object
- storeState(String, String, AuditState) - Method in class org.apache.hop.history.local.LocalAuditManager
- storeState(ILogChannel, String, String, String, Map<String, Object>) - Static method in class org.apache.hop.history.AuditManager
- storeToXML(OutputStream, String) - Method in class org.apache.hop.core.ConcurrentMapProperties
- storeToXML(OutputStream, String, String) - Method in class org.apache.hop.core.ConcurrentMapProperties
- storeWithName - Variable in class org.apache.hop.core.injection.bean.BeanLevelInfo
-
To support inflation from a hop metadata provider by name
- Stream - Class in org.apache.hop.pipeline.transform.stream
- Stream(IStream) - Constructor for class org.apache.hop.pipeline.transform.stream.Stream
- Stream(IStream.StreamType, TransformMeta, String, StreamIcon, String) - Constructor for class org.apache.hop.pipeline.transform.stream.Stream
- StreamIcon - Enum in org.apache.hop.pipeline.transform.stream
- STRING - Static variable in class org.apache.hop.core.util.KeyValueFactory
-
Default instance for ...
- STRING_ERROR - Static variable in class org.apache.hop.www.WebResult
- STRING_FINISHED - Static variable in class org.apache.hop.pipeline.Pipeline
-
Constant indicating a pipeline status of Finished.
- STRING_FINISHED_WITH_ERRORS - Static variable in class org.apache.hop.pipeline.Pipeline
-
Constant indicating a pipeline status of Finished (with errors).
- STRING_HALTING - Static variable in class org.apache.hop.pipeline.Pipeline
-
Constant indicating a pipeline status of Halting.
- STRING_HOP_SERVER - Static variable in class org.apache.hop.server.HopServer
- STRING_HOP_SERVER_SERVLET - Static variable in class org.apache.hop.www.HopServerServlet
- STRING_HOP_TYPE_COPY - Static variable in class org.apache.hop.pipeline.PipelinePainter
- STRING_ID_ETL_META_INJECT - Static variable in class org.apache.hop.pipeline.transform.TransformMeta
- STRING_ID_MAPPING - Static variable in class org.apache.hop.pipeline.transform.TransformMeta
- STRING_ID_MAPPING_INPUT - Static variable in class org.apache.hop.pipeline.transform.TransformMeta
- STRING_ID_MAPPING_OUTPUT - Static variable in class org.apache.hop.pipeline.transform.TransformMeta
- STRING_ID_SINGLE_THREADER - Static variable in class org.apache.hop.pipeline.transform.TransformMeta
- STRING_ID_WORKFLOW_EXECUTOR - Static variable in class org.apache.hop.pipeline.transform.TransformMeta
- STRING_INITIALIZING - Static variable in class org.apache.hop.pipeline.Pipeline
-
Constant indicating a pipeline status of Initializing.
- STRING_OK - Static variable in class org.apache.hop.www.WebResult
- STRING_PARTITIONING_CURRENT_TRANSFORM - Static variable in class org.apache.hop.pipeline.PipelinePainter
- STRING_PAUSED - Static variable in class org.apache.hop.pipeline.Pipeline
-
Constant indicating a pipeline status of Paused.
- STRING_PREPARING - Static variable in class org.apache.hop.pipeline.Pipeline
-
Constant indicating a pipeline status of Preparing for execution.
- STRING_ROW_DISTRIBUTION - Static variable in class org.apache.hop.pipeline.PipelinePainter
- STRING_RUNNING - Static variable in class org.apache.hop.pipeline.Pipeline
-
Constant indicating a pipeline status of Running.
- STRING_SPECIAL_ERROR - Static variable in class org.apache.hop.workflow.WorkflowMeta
-
Constant = "ERROR"
- STRING_SPECIAL_OK - Static variable in class org.apache.hop.workflow.WorkflowMeta
-
Constant = "OK"
- STRING_STOPPED - Static variable in class org.apache.hop.pipeline.Pipeline
-
Constant indicating a pipeline status of Stopped.
- STRING_STOPPED_WITH_ERRORS - Static variable in class org.apache.hop.pipeline.Pipeline
-
Constant indicating a pipeline status of Stopped (with errors).
- STRING_TRANSFORM_ERROR_LOG - Static variable in class org.apache.hop.pipeline.PipelinePainter
- STRING_WAITING - Static variable in class org.apache.hop.pipeline.Pipeline
-
Constant indicating a pipeline status of Waiting.
- stringList - Variable in class org.apache.hop.core.injection.bean.BeanLevelInfo
-
Flag for the metadata property system with support for simplified List
fields - StringListPluginProperty - Class in org.apache.hop.core.util
- StringListPluginProperty(String) - Constructor for class org.apache.hop.core.util.StringListPluginProperty
- stringObjectConverter - Variable in class org.apache.hop.core.injection.bean.BeanLevelInfo
-
Convert Strings (XML, JSON, ...) to the target object
- StringPluginProperty - Class in org.apache.hop.core.util
- StringPluginProperty(String) - Constructor for class org.apache.hop.core.util.StringPluginProperty
-
Constructor.
- stringPropertyNames() - Method in class org.apache.hop.core.ConcurrentMapProperties
- StringSearcher - Class in org.apache.hop.core.reflection
- StringSearcher() - Constructor for class org.apache.hop.core.reflection.StringSearcher
- StringSearchResult - Class in org.apache.hop.core.reflection
- StringSearchResult(String, Object, Object, String) - Constructor for class org.apache.hop.core.reflection.StringSearchResult
- stringValue() - Method in class org.apache.hop.core.util.KeyValue
- stringValue(String) - Method in class org.apache.hop.core.util.KeyValue
- stringValueDefaultIfBlank(String) - Method in class org.apache.hop.core.util.KeyValue
- SubComponentExecutionAdapter - Class in org.apache.hop.core.listeners
- SubComponentExecutionAdapter() - Constructor for class org.apache.hop.core.listeners.SubComponentExecutionAdapter
- subject - Variable in class org.apache.hop.core.gui.BasePainter
- subject - Variable in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- subStatuses() - Method in interface org.apache.hop.pipeline.transform.ITransform
- SUCCESS - org.apache.hop.core.gui.IGc.EImage
- suggestion() - Method in annotation type org.apache.hop.core.annotations.Action
- suggestion() - Method in annotation type org.apache.hop.core.annotations.Transform
- supportGraphicEnvironment - Variable in class org.apache.hop.www.BaseHttpServlet
- supportsErrorHandling() - Method in class org.apache.hop.pipeline.transform.BaseTransformMeta
- supportsErrorHandling() - Method in interface org.apache.hop.pipeline.transform.ITransformMeta
- supportsErrorHandling() - Method in class org.apache.hop.pipeline.transform.TransformMeta
- supportsInput() - Method in class org.apache.hop.core.compress.gzip.GzipCompressionProvider
- supportsInput() - Method in class org.apache.hop.core.compress.hadoopsnappy.HadoopSnappyCompressionProvider
- supportsInput() - Method in interface org.apache.hop.core.compress.ICompressionProvider
-
Whether this compression provider supports input streams
- supportsInput() - Method in class org.apache.hop.core.compress.NoneCompressionProvider
- supportsInput() - Method in class org.apache.hop.core.compress.snappy.SnappyCompressionProvider
- supportsInput() - Method in class org.apache.hop.core.compress.zip.ZipCompressionProvider
- supportsOutput() - Method in class org.apache.hop.core.compress.gzip.GzipCompressionProvider
- supportsOutput() - Method in class org.apache.hop.core.compress.hadoopsnappy.HadoopSnappyCompressionProvider
- supportsOutput() - Method in interface org.apache.hop.core.compress.ICompressionProvider
-
Whether this compression provider supports output streams
- supportsOutput() - Method in class org.apache.hop.core.compress.NoneCompressionProvider
- supportsOutput() - Method in class org.apache.hop.core.compress.snappy.SnappyCompressionProvider
- supportsOutput() - Method in class org.apache.hop.core.compress.zip.ZipCompressionProvider
- SvgGc - Class in org.apache.hop.core.gui
- SvgGc(HopSvgGraphics2D, Point, int, int, int) - Constructor for class org.apache.hop.core.gui.SvgGc
- swapFirstInputRowSetIfExists(String) - Method in class org.apache.hop.pipeline.transform.BaseTransform
- SwingGUIResource - Class in org.apache.hop.core.gui
- SwingSvgImageUtil - Class in org.apache.hop.core.util
-
Class for loading images from SVG, PNG, or other bitmap formats.
- SwingSvgImageUtil() - Constructor for class org.apache.hop.core.util.SwingSvgImageUtil
- switchForegroundBackgroundColors() - Method in interface org.apache.hop.core.gui.IGc
- switchForegroundBackgroundColors() - Method in class org.apache.hop.core.gui.SvgGc
T
- TARGET - org.apache.hop.core.gui.IGc.EImage
- TARGET - org.apache.hop.pipeline.transform.stream.IStream.StreamType
- TARGET - org.apache.hop.pipeline.transform.stream.StreamIcon
- TARGET_DISABLED - org.apache.hop.core.gui.IGc.EImage
- targetConfigFilename - Variable in class org.apache.hop.imp.HopImportBase
- terminator - Variable in class org.apache.hop.pipeline.transform.BaseTransform
- terminatorRows - Variable in class org.apache.hop.pipeline.transform.BaseTransform
- textExtent(String) - Method in interface org.apache.hop.core.gui.IGc
- textExtent(String) - Method in class org.apache.hop.core.gui.SvgGc
- TextFileInputField - Class in org.apache.hop.core.file
-
Describes a single field in a text file
- TextFileInputField() - Constructor for class org.apache.hop.core.file.TextFileInputField
- TextFileInputField(String, int, int) - Constructor for class org.apache.hop.core.file.TextFileInputField
- theta - Variable in class org.apache.hop.core.gui.BasePainter
- THIS_FILE_DOES_NOT_EXIST - Static variable in class org.apache.hop.pipeline.transform.errorhandling.FileErrorHandlerMissingFiles
- THIS_FILE_WAS_NOT_ACCESSIBLE - Static variable in class org.apache.hop.pipeline.transform.errorhandling.FileErrorHandlerMissingFiles
- to - Variable in class org.apache.hop.base.BaseHopMeta
- toJson() - Method in class org.apache.hop.core.metadata.SerializableMetadataProvider
- toMap() - Method in class org.apache.hop.core.util.KeyValueSet
- toMultiLineString() - Method in class org.apache.hop.core.util.KeyValueSet
- TopLevelResource - Class in org.apache.hop.resource
-
This describes the top level resource after an export
- TopLevelResource(String, String, String) - Constructor for class org.apache.hop.resource.TopLevelResource
- toRow() - Method in class org.apache.hop.core.reflection.StringSearchResult
- toString() - Method in class org.apache.hop.core.ConcurrentMapProperties
- toString() - Method in class org.apache.hop.core.file.TextFileInputField
- toString() - Method in class org.apache.hop.core.injection.bean.BeanLevelInfo
- toString() - Method in class org.apache.hop.core.NotePadMeta
- toString() - Method in class org.apache.hop.core.reflection.StringSearchResult
- toString() - Method in class org.apache.hop.core.undo.ChangeAction
- toString() - Method in class org.apache.hop.core.util.KeyValue
- toString() - Method in class org.apache.hop.core.util.KeyValueFactory
- toString() - Method in class org.apache.hop.core.util.KeyValueSet
- toString() - Method in class org.apache.hop.core.util.PluginMessages
- toString() - Method in class org.apache.hop.execution.sampler.ExecutionDataSamplerMeta
- toString() - Method in class org.apache.hop.partition.PartitionSchema
- toString() - Method in enum org.apache.hop.pipeline.engine.EngineComponent.ComponentExecutionStatus
- toString() - Method in class org.apache.hop.pipeline.Pipeline
-
Gets a string representation of the pipeline.
- toString() - Method in class org.apache.hop.pipeline.PipelineHopMeta
- toString() - Method in class org.apache.hop.pipeline.PipelineMeta
-
Gets a textual representation of the pipeline.
- toString() - Method in class org.apache.hop.pipeline.transform.BaseTransform
- toString() - Method in class org.apache.hop.pipeline.transform.stream.Stream
- toString() - Method in class org.apache.hop.pipeline.transform.TransformInitThread
- toString() - Method in class org.apache.hop.pipeline.transform.TransformMeta
- toString() - Method in class org.apache.hop.pipeline.transform.TransformMetaDataCombi
- toString() - Method in class org.apache.hop.pipeline.transform.TransformPartitioningMeta
- toString() - Method in class org.apache.hop.pipeline.transforms.file.BaseFileField
- toString() - Method in class org.apache.hop.server.HopServer
- toString() - Method in class org.apache.hop.workflow.action.ActionBase
-
Returns a string representation of the object.
- toString() - Method in class org.apache.hop.workflow.action.ActionMeta
- toString() - Method in class org.apache.hop.workflow.Workflow
-
Gets the name property of the WorkflowMeta property.
- toString() - Method in class org.apache.hop.workflow.WorkflowHopMeta
- toString() - Method in class org.apache.hop.workflow.WorkflowMeta
-
Gets a textual representation of the workflow.
- toString() - Method in class org.apache.hop.www.AddExportServlet
- toString() - Method in class org.apache.hop.www.AddPipelineServlet
- toString() - Method in class org.apache.hop.www.AddWorkflowServlet
- toString() - Method in class org.apache.hop.www.BaseHopServerPlugin
- toString() - Method in class org.apache.hop.www.DeleteExecutionInfoServlet
- toString() - Method in class org.apache.hop.www.GetExecutionInfoServlet
- toString() - Method in class org.apache.hop.www.GetPipelineImageServlet
- toString() - Method in class org.apache.hop.www.GetPipelineStatusServlet
- toString() - Method in class org.apache.hop.www.GetRootServlet
- toString() - Method in class org.apache.hop.www.GetStatusServlet
- toString() - Method in class org.apache.hop.www.GetWorkflowImageServlet
- toString() - Method in class org.apache.hop.www.GetWorkflowStatusServlet
- toString() - Method in class org.apache.hop.www.PausePipelineServlet
- toString() - Method in class org.apache.hop.www.PrepareExecutionPipelineServlet
- toString() - Method in class org.apache.hop.www.RegisterExecutionInfoServlet
- toString() - Method in class org.apache.hop.www.RemovePipelineServlet
- toString() - Method in class org.apache.hop.www.RemoveWorkflowServlet
- toString() - Method in class org.apache.hop.www.SniffTransformServlet
- toString() - Method in class org.apache.hop.www.StartExecutionPipelineServlet
- toString() - Method in class org.apache.hop.www.StartPipelineServlet
- toString() - Method in class org.apache.hop.www.StartWorkflowServlet
- toString() - Method in class org.apache.hop.www.StopPipelineServlet
- toString() - Method in class org.apache.hop.www.StopWorkflowServlet
- toString() - Method in class org.apache.hop.www.WebResult
- toString() - Method in class org.apache.hop.www.WebServiceServlet
- TotalMemory - org.apache.hop.execution.Execution.EnvironmentDetailType
- toXml() - Method in class org.apache.hop.resource.ResourceReference
- toXml(int) - Method in class org.apache.hop.resource.ResourceEntry
- toXml(int) - Method in class org.apache.hop.resource.ResourceReference
- toXml(KeyValueSet) - Static method in class org.apache.hop.core.util.PluginPropertyHandler
- toXml(IResourceXmlPropertyEmitter) - Method in class org.apache.hop.resource.ResourceReference
- toXml(IResourceXmlPropertyEmitter, int) - Method in class org.apache.hop.resource.ResourceReference
- transactional - Variable in class org.apache.hop.pipeline.engines.local.LocalPipelineRunConfiguration
- transactional - Variable in class org.apache.hop.workflow.engines.local.LocalWorkflowRunConfiguration
- transform - Variable in class org.apache.hop.pipeline.transform.TransformMetaDataCombi
- Transform - org.apache.hop.execution.ExecutionType
- Transform - Annotation Type in org.apache.hop.core.annotations
-
An alternate way of defining transforms.
- TRANSFORM_COPIES_TEXT - org.apache.hop.core.gui.AreaOwner.AreaType
- TRANSFORM_DATA_SERVICE - org.apache.hop.core.gui.AreaOwner.AreaType
- TRANSFORM_EDIT_ICON - org.apache.hop.core.gui.AreaOwner.AreaType
- TRANSFORM_ERROR_HOP_ICON - org.apache.hop.core.gui.AreaOwner.AreaType
- TRANSFORM_FAILURE_ICON - org.apache.hop.core.gui.AreaOwner.AreaType
- TRANSFORM_ICON - org.apache.hop.core.gui.AreaOwner.AreaType
- TRANSFORM_INFO_HOP_ICON - org.apache.hop.core.gui.AreaOwner.AreaType
- TRANSFORM_INFO_ICON - org.apache.hop.core.gui.AreaOwner.AreaType
- TRANSFORM_INJECT_ICON - org.apache.hop.core.gui.AreaOwner.AreaType
- TRANSFORM_INPUT_HOP_ICON - org.apache.hop.core.gui.AreaOwner.AreaType
- TRANSFORM_MENU_ICON - org.apache.hop.core.gui.AreaOwner.AreaType
- TRANSFORM_NAME - org.apache.hop.core.gui.AreaOwner.AreaType
- TRANSFORM_OUTPUT_DATA - org.apache.hop.core.gui.AreaOwner.AreaType
- TRANSFORM_OUTPUT_HOP_ICON - org.apache.hop.core.gui.AreaOwner.AreaType
- TRANSFORM_PARTITIONING - org.apache.hop.core.gui.AreaOwner.AreaType
- TRANSFORM_TARGET_HOP_ICON - org.apache.hop.core.gui.AreaOwner.AreaType
- TRANSFORM_TARGET_HOP_ICON_OPTION - org.apache.hop.core.gui.AreaOwner.AreaType
- transformChangeListeners - Variable in class org.apache.hop.pipeline.PipelineMeta
-
The list of TransformChangeListeners
- TransformCreatedXp - Class in org.apache.hop.pipeline.engines.local.transaction
- TransformCreatedXp() - Constructor for class org.apache.hop.pipeline.engines.local.transaction.TransformCreatedXp
- TransformDebugMeta - Class in org.apache.hop.pipeline.debug
-
This class is used to define debugging meta data for a certain transform.
- TransformDebugMeta() - Constructor for class org.apache.hop.pipeline.debug.TransformDebugMeta
- TransformDebugMeta(TransformMeta) - Constructor for class org.apache.hop.pipeline.debug.TransformDebugMeta
- TransformErrorMeta - Class in org.apache.hop.pipeline.transform
-
This class contains the metadata to handle proper error handling on a transform level.
- TransformErrorMeta(TransformMeta) - Constructor for class org.apache.hop.pipeline.transform.TransformErrorMeta
-
Create a new transform error handling metadata object
- TransformErrorMeta(TransformMeta, TransformMeta) - Constructor for class org.apache.hop.pipeline.transform.TransformErrorMeta
-
Create a new transform error handling metadata object
- TransformErrorMeta(TransformMeta, TransformMeta, String, String, String, String) - Constructor for class org.apache.hop.pipeline.transform.TransformErrorMeta
-
Create a new transform error handling metadata object
- TransformErrorMeta(Node, List<TransformMeta>) - Constructor for class org.apache.hop.pipeline.transform.TransformErrorMeta
- TransformFactory() - Constructor for class org.apache.hop.pipeline.transform.ITransformMeta.TransformFactory
- transformFieldsCache - Variable in class org.apache.hop.pipeline.PipelineMeta
-
The transforms fields cache.
- transformFinished(IPipelineEngine, TransformMeta, ITransform) - Method in interface org.apache.hop.pipeline.transform.ITransformFinishedListener
-
This method is called when a transform completes all work and is finished.
- TransformInitThread - Class in org.apache.hop.pipeline.transform
- TransformInitThread(TransformMetaDataCombi, Pipeline, ILogChannel) - Constructor for class org.apache.hop.pipeline.transform.TransformInitThread
- TransformIOMeta - Class in org.apache.hop.pipeline.transform
- TransformIOMeta(boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.apache.hop.pipeline.transform.TransformIOMeta
- transformMeta - Variable in class org.apache.hop.pipeline.PipelinePainterExtension
- transformMeta - Variable in class org.apache.hop.pipeline.PipelinePainterFlyoutExtension
- transformMeta - Variable in class org.apache.hop.pipeline.transform.TransformMetaDataCombi
- TransformMeta - Class in org.apache.hop.pipeline.transform
-
This class contains everything that is needed to define a transform.
- TransformMeta() - Constructor for class org.apache.hop.pipeline.transform.TransformMeta
- TransformMeta(String, String, ITransformMeta) - Constructor for class org.apache.hop.pipeline.transform.TransformMeta
- TransformMeta(String, ITransformMeta) - Constructor for class org.apache.hop.pipeline.transform.TransformMeta
- TransformMeta(Node, IHopMetadataProvider) - Constructor for class org.apache.hop.pipeline.transform.TransformMeta
-
Read the transform data from XML
- TransformMetaDataCombi - Class in org.apache.hop.pipeline.transform
- TransformMetaDataCombi() - Constructor for class org.apache.hop.pipeline.transform.TransformMetaDataCombi
- transformName - Variable in class org.apache.hop.pipeline.transform.TransformMetaDataCombi
- TransformOption - Class in org.apache.hop.pipeline.transform
- TransformOption(String, String, String) - Constructor for class org.apache.hop.pipeline.transform.TransformOption
- TransformPartitioningMeta - Class in org.apache.hop.pipeline.transform
- TransformPartitioningMeta() - Constructor for class org.apache.hop.pipeline.transform.TransformPartitioningMeta
- TransformPartitioningMeta(String, PartitionSchema) - Constructor for class org.apache.hop.pipeline.transform.TransformPartitioningMeta
- TransformPartitioningMeta(Node, IHopMetadataProvider) - Constructor for class org.apache.hop.pipeline.transform.TransformPartitioningMeta
- transformPerformanceCapturingDelay - Variable in class org.apache.hop.pipeline.PipelineMetaInfo
-
The transform performance capturing delay.
- transformPerformanceCapturingSizeLimit - Variable in class org.apache.hop.pipeline.PipelineMetaInfo
-
The transform performance capturing size limit.
- TransformPluginType - Class in org.apache.hop.core.plugins
-
This class represents the transform plugin type.
- TransformPluginType() - Constructor for class org.apache.hop.core.plugins.TransformPluginType
- transforms - Variable in class org.apache.hop.pipeline.PipelineMeta
-
The list of transforms associated with the pipeline.
- transformStarted(IPipelineEngine, TransformMeta, ITransform) - Method in interface org.apache.hop.pipeline.transform.ITransformStartedListener
-
This method is called when a transform started to execute.
- TransformStatus - Class in org.apache.hop.pipeline.transform
- TransformStatus() - Constructor for class org.apache.hop.pipeline.transform.TransformStatus
- TransformStatus(IEngineComponent) - Constructor for class org.apache.hop.pipeline.transform.TransformStatus
- TransformStatus(Node) - Constructor for class org.apache.hop.pipeline.transform.TransformStatus
- TransformWithMappingMeta<Main extends ITransform,Data extends ITransformData> - Class in org.apache.hop.pipeline
-
This class is supposed to use in transforms where the mapping to sub pipelines takes place
- TransformWithMappingMeta() - Constructor for class org.apache.hop.pipeline.TransformWithMappingMeta
- TransformWithMappingMeta(TransformWithMappingMeta) - Constructor for class org.apache.hop.pipeline.TransformWithMappingMeta
- translationX - Variable in class org.apache.hop.pipeline.PipelinePainterFlyoutExtension
- translationY - Variable in class org.apache.hop.pipeline.PipelinePainterFlyoutExtension
- TRUE - org.apache.hop.core.gui.IGc.EImage
- TRUE - org.apache.hop.pipeline.transform.stream.StreamIcon
- TRUE_DISABLED - org.apache.hop.core.gui.IGc.EImage
- TrustAlwaysManager - Class in org.apache.hop.core.truststore
- TrustAlwaysManager() - Constructor for class org.apache.hop.core.truststore.TrustAlwaysManager
- TYPE_DATA - Static variable in class org.apache.hop.www.RegisterExecutionInfoServlet
- TYPE_DISP_1_1 - Static variable in class org.apache.hop.pipeline.Pipeline
-
Constant indicating a dispatch type of 1-to-1.
- TYPE_DISP_1_N - Static variable in class org.apache.hop.pipeline.Pipeline
-
Constant indicating a dispatch type of 1-to-N.
- TYPE_DISP_N_1 - Static variable in class org.apache.hop.pipeline.Pipeline
-
Constant indicating a dispatch type of N-to-1.
- TYPE_DISP_N_M - Static variable in class org.apache.hop.pipeline.Pipeline
-
Constant indicating a dispatch type of N-to-M.
- TYPE_DISP_N_N - Static variable in class org.apache.hop.pipeline.Pipeline
-
Constant indicating a dispatch type of N-to-N.
- TYPE_EXECUTION - Static variable in class org.apache.hop.www.RegisterExecutionInfoServlet
- TYPE_IMPACT_DELETE - Static variable in class org.apache.hop.pipeline.DatabaseImpact
- TYPE_IMPACT_NONE - Static variable in class org.apache.hop.pipeline.DatabaseImpact
- TYPE_IMPACT_READ - Static variable in class org.apache.hop.pipeline.DatabaseImpact
- TYPE_IMPACT_READ_WRITE - Static variable in class org.apache.hop.pipeline.DatabaseImpact
- TYPE_IMPACT_TRUNCATE - Static variable in class org.apache.hop.pipeline.DatabaseImpact
- TYPE_IMPACT_UPDATE - Static variable in class org.apache.hop.pipeline.DatabaseImpact
- TYPE_IMPACT_WRITE - Static variable in class org.apache.hop.pipeline.DatabaseImpact
- TYPE_INPUT - Static variable in class org.apache.hop.www.SniffTransformServlet
- TYPE_OUTPUT - Static variable in class org.apache.hop.www.SniffTransformServlet
- TYPE_PIPELINE - Static variable in class org.apache.hop.www.AddExportServlet
- TYPE_PIPELINE - Static variable in class org.apache.hop.www.RegisterPackageServlet
- TYPE_STATE - Static variable in class org.apache.hop.www.RegisterExecutionInfoServlet
- TYPE_UNDO_CHANGE - Static variable in class org.apache.hop.base.AbstractMeta
-
Constant = 1
- TYPE_UNDO_DELETE - Static variable in class org.apache.hop.base.AbstractMeta
-
Constant = 3
- TYPE_UNDO_NEW - Static variable in class org.apache.hop.base.AbstractMeta
-
Constant = 2
- TYPE_UNDO_POSITION - Static variable in class org.apache.hop.base.AbstractMeta
-
Constant = 4
- TYPE_WORKFLOW - Static variable in class org.apache.hop.www.AddExportServlet
- TYPE_WORKFLOW - Static variable in class org.apache.hop.www.RegisterPackageServlet
- typeDesc - Static variable in class org.apache.hop.pipeline.DatabaseImpact
- TypeFieldDefinition - Class in org.apache.hop.core.util
- TypeFieldDefinition(int, String) - Constructor for class org.apache.hop.core.util.TypeFieldDefinition
U
- UNCONDITIONAL - org.apache.hop.core.gui.IGc.EImage
- UNCONDITIONAL_DISABLED - org.apache.hop.core.gui.IGc.EImage
- undo - Variable in class org.apache.hop.base.AbstractMeta
- undoPosition - Variable in class org.apache.hop.base.AbstractMeta
- UNEXPECTED_ERROR - Static variable in class org.apache.hop.core.util.AbstractTransform
-
Constant for unexpected error.
- unregisterAuthenticationProvider(IAuthenticationProvider) - Method in class org.apache.hop.core.auth.core.AuthenticationManager
- unselectAll() - Method in class org.apache.hop.pipeline.PipelineMeta
-
Clear the selection of all transforms.
- unselectAll() - Method in class org.apache.hop.workflow.WorkflowMeta
-
Unselect all.
- update(IChanged, Object) - Method in interface org.apache.hop.core.changed.IHopObserver
- updateAll(IEngineComponent) - Method in class org.apache.hop.pipeline.transform.TransformStatus
- updateCurrentDir(IVariables) - Method in class org.apache.hop.workflow.WorkflowMeta
- Updated - org.apache.hop.execution.ExecutionMetricsType
- updateExecutionState(ExecutionState) - Method in interface org.apache.hop.execution.IExecutionInfoLocation
-
update the execution details of an executor: pipeline, workflow, transform or action
- updateExecutionState(ExecutionState) - Method in class org.apache.hop.execution.local.FileExecutionInfoLocation
- updateExecutionState(ExecutionState) - Method in class org.apache.hop.execution.remote.RemoteExecutionInfoLocation
- updateRuntimeInformation() - Method in class org.apache.hop.execution.ExecutionBuilder
- uriField - Variable in class org.apache.hop.pipeline.transforms.file.BaseFileInputAdditionalField
- uriName - Variable in class org.apache.hop.pipeline.transforms.file.BaseFileInputTransformData
- URL - org.apache.hop.resource.ResourceEntry.ResourceType
- UsernamePasswordAuthenticationProvider - Class in org.apache.hop.core.auth
- UsernamePasswordAuthenticationProvider() - Constructor for class org.apache.hop.core.auth.UsernamePasswordAuthenticationProvider
- UsernamePasswordAuthenticationProvider(String, String, String) - Constructor for class org.apache.hop.core.auth.UsernamePasswordAuthenticationProvider
- UsernamePasswordAuthenticationProvider.UsernamePasswordAuthenticationProviderType - Class in org.apache.hop.core.auth
- UsernamePasswordAuthenticationProviderType() - Constructor for class org.apache.hop.core.auth.UsernamePasswordAuthenticationProvider.UsernamePasswordAuthenticationProviderType
- useXML(HttpServletRequest) - Method in class org.apache.hop.www.BodyHttpServlet
- useXML(HttpServletRequest) - Method in class org.apache.hop.www.RegisterPackageServlet
- UuidResourceNaming - Class in org.apache.hop.resource
- UuidResourceNaming() - Constructor for class org.apache.hop.resource.UuidResourceNaming
V
- VALID_KEY_CHARS - Static variable in class org.apache.hop.core.util.KeyValue
-
Valid key characters.
- validate(ICheckResultSource, String, List<ICheckResult>, ValidatorContext) - Method in class org.apache.hop.workflow.action.validator.AndValidator
- validate(ICheckResultSource, String, List<ICheckResult>, ValidatorContext) - Method in class org.apache.hop.workflow.action.validator.EmailValidator
- validate(ICheckResultSource, String, List<ICheckResult>, ValidatorContext) - Method in class org.apache.hop.workflow.action.validator.FileDoesNotExistValidator
- validate(ICheckResultSource, String, List<ICheckResult>, ValidatorContext) - Method in class org.apache.hop.workflow.action.validator.FileExistsValidator
- validate(ICheckResultSource, String, List<ICheckResult>, ValidatorContext) - Method in interface org.apache.hop.workflow.action.validator.IActionValidator
-
Using reflection, the validator fetches the field named
propertyNamefrom the beansourceand runs the validation putting any messages intoremarks. - validate(ICheckResultSource, String, List<ICheckResult>, ValidatorContext) - Method in class org.apache.hop.workflow.action.validator.IntegerValidator
- validate(ICheckResultSource, String, List<ICheckResult>, ValidatorContext) - Method in class org.apache.hop.workflow.action.validator.LongValidator
- validate(ICheckResultSource, String, List<ICheckResult>, ValidatorContext) - Method in class org.apache.hop.workflow.action.validator.NotBlankValidator
- validate(ICheckResultSource, String, List<ICheckResult>, ValidatorContext) - Method in class org.apache.hop.workflow.action.validator.NotNullValidator
- validateMask(ICheckResultSource, String, int, List<ICheckResult>, String) - Static method in class org.apache.hop.workflow.action.validator.ActionValidatorUtils
-
Fails if a field's value does not match the given mask.
- validateMask(ICheckResultSource, String, List<ICheckResult>, String, int) - Static method in class org.apache.hop.workflow.action.validator.ActionValidatorUtils
-
Fails if a field's value does not match the given mask.
- ValidatorContext - Class in org.apache.hop.workflow.action.validator
- ValidatorContext() - Constructor for class org.apache.hop.workflow.action.validator.ValidatorContext
- ValidatorMessages - Class in org.apache.hop.workflow.action.validator
-
Utility class for getting formatted strings from validator resource bundle.
- ValidatorMessages() - Constructor for class org.apache.hop.workflow.action.validator.ValidatorMessages
- value() - Method in class org.apache.hop.core.util.KeyValue
- value(T) - Method in class org.apache.hop.core.util.KeyValue
- VALUE_XML_TAG_NAME - Static variable in class org.apache.hop.core.util.StringListPluginProperty
-
Value XML tag name.
- ValueLineage - Class in org.apache.hop.lineage
-
This class contains value lineage information.
That means that we will have information on where and how a certain value is originating, being manipulated etc. - ValueLineage(PipelineMeta, IValueMeta) - Constructor for class org.apache.hop.lineage.ValueLineage
-
Create a new ValueLineage object with an empty set of source transforms.
- valueOf(String) - Static method in enum org.apache.hop.core.file.EncodingType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hop.core.gui.AreaOwner.AreaType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hop.core.gui.IGc.EColor
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hop.core.gui.IGc.EFont
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hop.core.gui.IGc.EImage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hop.core.gui.IGc.ELineStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hop.core.injection.bean.BeanLevelInfo.DIMENSION
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hop.core.undo.ChangeAction.ActionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hop.execution.Execution.EnvironmentDetailType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hop.execution.ExecutionMetricsType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hop.execution.ExecutionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSampler.ProfilingType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hop.pipeline.engine.EngineComponent.ComponentExecutionStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hop.pipeline.engines.local.LocalPipelineRunConfiguration.SampleType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hop.pipeline.PipelineMeta.PipelineType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hop.pipeline.transform.stream.IStream.StreamType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hop.pipeline.transform.stream.StreamIcon
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hop.resource.IResourceNaming.FileNamingType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hop.resource.ResourceEntry.ResourceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hop.www.GetExecutionInfoServlet.Type
-
Returns the enum constant of this type with the specified name.
- values() - Method in class org.apache.hop.core.ConcurrentMapProperties
- values() - Static method in enum org.apache.hop.core.file.EncodingType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.hop.core.gui.AreaOwner.AreaType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.hop.core.gui.IGc.EColor
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.hop.core.gui.IGc.EFont
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.hop.core.gui.IGc.EImage
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.hop.core.gui.IGc.ELineStyle
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.hop.core.injection.bean.BeanLevelInfo.DIMENSION
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.hop.core.undo.ChangeAction.ActionType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class org.apache.hop.core.util.KeyValueSet
- values() - Static method in enum org.apache.hop.execution.Execution.EnvironmentDetailType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.hop.execution.ExecutionMetricsType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.hop.execution.ExecutionType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.hop.execution.sampler.plugins.dataprof.BasicDataProfilingDataSampler.ProfilingType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.hop.pipeline.engine.EngineComponent.ComponentExecutionStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.hop.pipeline.engines.local.LocalPipelineRunConfiguration.SampleType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.hop.pipeline.PipelineMeta.PipelineType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.hop.pipeline.transform.stream.IStream.StreamType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.hop.pipeline.transform.stream.StreamIcon
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.hop.resource.IResourceNaming.FileNamingType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.hop.resource.ResourceEntry.ResourceType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class org.apache.hop.workflow.action.validator.ValidatorContext
- values() - Static method in enum org.apache.hop.www.GetExecutionInfoServlet.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- variableCounter - Variable in class org.apache.hop.imp.HopImportBase
- variables - Variable in class org.apache.hop.core.gui.BasePainter
- variables - Variable in class org.apache.hop.imp.HopImportBase
- variables - Variable in class org.apache.hop.pipeline.transform.BaseTransform
- variables - Variable in class org.apache.hop.www.BaseHttpServlet
- variableValues - Variable in class org.apache.hop.execution.ExecutionBuilder
- verifyAndModifyHopServerName(List<HopServer>, String) - Method in class org.apache.hop.server.HopServer
-
Verify the name of the hop server and if required, change it if it already exists in the list of hop servers.
- version() - Method in annotation type org.apache.hop.core.annotations.Action
- viewNextUndo() - Method in class org.apache.hop.base.AbstractMeta
- viewNextUndo() - Method in interface org.apache.hop.core.gui.IUndo
-
Get the next undo transaction on the list.
- viewPort - Variable in class org.apache.hop.core.gui.BasePainter
- viewPreviousUndo() - Method in class org.apache.hop.base.AbstractMeta
- viewPreviousUndo() - Method in interface org.apache.hop.core.gui.IUndo
-
View previous undo, don't change undo position
- viewThisUndo() - Method in class org.apache.hop.base.AbstractMeta
-
View current undo, don't change undo position
- viewThisUndo() - Method in interface org.apache.hop.core.gui.IUndo
-
View current undo, don't change undo position
W
- waitTime - Variable in class org.apache.hop.pipeline.engines.local.LocalPipelineRunConfiguration
-
The feedback size.
- waitUntilFinished() - Method in interface org.apache.hop.pipeline.engine.IPipelineEngine
-
Wait until the execution is done.
- waitUntilFinished() - Method in class org.apache.hop.pipeline.engines.local.LocalPipelineEngine
- waitUntilFinished() - Method in class org.apache.hop.pipeline.engines.remote.RemotePipelineEngine
- waitUntilFinished() - Method in class org.apache.hop.pipeline.Pipeline
-
Waits until all RunThreads have finished.
- waitUntilPipelineIsStarted() - Method in class org.apache.hop.pipeline.transform.BaseTransform
-
Wait until the pipeline is completely running and all threads have been started.
- walk(Closure) - Method in class org.apache.hop.core.util.KeyValueSet
-
Walk entries.
- walk(Closure, Predicate) - Method in class org.apache.hop.core.util.KeyValueSet
-
Walk entries.
- walk(KeyValueSet, Closure) - Static method in class org.apache.hop.core.util.PluginPropertyHandler
- warningFilesDestinationDirectory - Variable in class org.apache.hop.pipeline.transforms.file.BaseFileErrorHandling
-
The directory that will contain warning files
- warningFilesExtension - Variable in class org.apache.hop.pipeline.transforms.file.BaseFileErrorHandling
-
The extension of warning files
- WebResult - Class in org.apache.hop.www
- WebResult(String) - Constructor for class org.apache.hop.www.WebResult
- WebResult(String, String) - Constructor for class org.apache.hop.www.WebResult
- WebResult(String, String, String) - Constructor for class org.apache.hop.www.WebResult
- WebResult(Node) - Constructor for class org.apache.hop.www.WebResult
- WebServer - Class in org.apache.hop.www
- WebServer(ILogChannel, PipelineMap, WorkflowMap, String, int, int) - Constructor for class org.apache.hop.www.WebServer
- WebServer(ILogChannel, PipelineMap, WorkflowMap, String, int, int, boolean) - Constructor for class org.apache.hop.www.WebServer
- WebServer(ILogChannel, PipelineMap, WorkflowMap, String, int, int, boolean, String) - Constructor for class org.apache.hop.www.WebServer
- WebServer(ILogChannel, PipelineMap, WorkflowMap, String, int, int, boolean, String, SslConfiguration) - Constructor for class org.apache.hop.www.WebServer
- WebServerShutdownHook - Class in org.apache.hop.www
- WebService - Class in org.apache.hop.www.service
- WebService() - Constructor for class org.apache.hop.www.service.WebService
- WebService(String, boolean, String, String, String, String, boolean, String, String) - Constructor for class org.apache.hop.www.service.WebService
- WebServiceServlet - Class in org.apache.hop.www
- WebServiceServlet() - Constructor for class org.apache.hop.www.WebServiceServlet
- WebServiceServlet(PipelineMap) - Constructor for class org.apache.hop.www.WebServiceServlet
- WEEKLY - Static variable in class org.apache.hop.workflow.actions.start.ActionStart
- WHITE - org.apache.hop.core.gui.IGc.EColor
- width - Variable in class org.apache.hop.core.NotePadMeta
- with(String, IHopServerRequestHandler.IOutputStreamResponse) - Method in interface org.apache.hop.www.IHopServerRequestHandler.IHopServerResponse
- with(String, IHopServerRequestHandler.IWriterResponse) - Method in interface org.apache.hop.www.IHopServerRequestHandler.IHopServerResponse
- withChildIds(List<String>) - Method in class org.apache.hop.execution.ExecutionStateBuilder
- withCollectionDate(Date) - Method in class org.apache.hop.execution.ExecutionDataBuilder
- withContainerId(String) - Method in class org.apache.hop.execution.ExecutionStateBuilder
- withCopyNr(String) - Method in class org.apache.hop.execution.ExecutionBuilder
- withCopyNr(String) - Method in class org.apache.hop.execution.ExecutionStateBuilder
- withDataSetMeta(ExecutionDataSetMeta) - Method in class org.apache.hop.execution.ExecutionDataBuilder
- withDataSets(Map<String, RowBuffer>) - Method in class org.apache.hop.execution.ExecutionDataBuilder
- withDetails(Map<String, String>) - Method in class org.apache.hop.execution.ExecutionStateBuilder
- withEnvironmentDetails(Map<String, String>) - Method in class org.apache.hop.execution.ExecutionBuilder
- withExecutionEndDate(Date) - Method in class org.apache.hop.execution.ExecutionStateBuilder
- withExecutionStartDate(Date) - Method in class org.apache.hop.execution.ExecutionBuilder
- withExecutionType(ExecutionType) - Method in class org.apache.hop.execution.ExecutionDataBuilder
- withExecutionType(ExecutionType) - Method in class org.apache.hop.execution.ExecutionStateBuilder
- withExecutorType(ExecutionType) - Method in class org.apache.hop.execution.ExecutionBuilder
- withExecutorXml(String) - Method in class org.apache.hop.execution.ExecutionBuilder
- withFailed(boolean) - Method in class org.apache.hop.execution.ExecutionStateBuilder
- withFilename(String) - Method in class org.apache.hop.execution.ExecutionBuilder
- withFinished(boolean) - Method in class org.apache.hop.execution.ExecutionDataBuilder
- withId(String) - Method in class org.apache.hop.execution.ExecutionBuilder
- withId(String) - Method in class org.apache.hop.execution.ExecutionStateBuilder
- withLastLogLineNr(Integer) - Method in class org.apache.hop.execution.ExecutionStateBuilder
- withLoggingText(String) - Method in class org.apache.hop.execution.ExecutionStateBuilder
- withLogLevel(LogLevel) - Method in class org.apache.hop.execution.ExecutionBuilder
- withMessage(String) - Method in interface org.apache.hop.www.IHopServerRequestHandler.IHopServerResponse
- withMetadataJson(String) - Method in class org.apache.hop.execution.ExecutionBuilder
- withMetrics(List<ExecutionStateComponentMetrics>) - Method in class org.apache.hop.execution.ExecutionStateBuilder
- withName(String) - Method in class org.apache.hop.execution.ExecutionBuilder
- withName(String) - Method in class org.apache.hop.execution.ExecutionStateBuilder
- withOwnerId(String) - Method in class org.apache.hop.execution.ExecutionDataBuilder
- withParameterValues(Map<String, String>) - Method in class org.apache.hop.execution.ExecutionBuilder
- withParentId(String) - Method in class org.apache.hop.execution.ExecutionBuilder
- withParentId(String) - Method in class org.apache.hop.execution.ExecutionDataBuilder
- withParentId(String) - Method in class org.apache.hop.execution.ExecutionStateBuilder
- withRegistrationDate(Date) - Method in class org.apache.hop.execution.ExecutionBuilder
- withRunConfigurationName(String) - Method in class org.apache.hop.execution.ExecutionBuilder
- withSetDescriptions(Map<String, ExecutionDataSetMeta>) - Method in class org.apache.hop.execution.ExecutionDataBuilder
- withStatusDescription(String) - Method in class org.apache.hop.execution.ExecutionStateBuilder
- withUpdateTime(Date) - Method in class org.apache.hop.execution.ExecutionStateBuilder
- withVariableValues(Map<String, String>) - Method in class org.apache.hop.execution.ExecutionBuilder
- workflow - Variable in class org.apache.hop.workflow.WorkflowExecutionExtension
- Workflow - Class in org.apache.hop.workflow
-
This class executes a workflow as defined by a WorkflowMeta object.
- Workflow - org.apache.hop.execution.ExecutionType
- Workflow() - Constructor for class org.apache.hop.workflow.Workflow
- Workflow(WorkflowMeta) - Constructor for class org.apache.hop.workflow.Workflow
- Workflow(WorkflowMeta, ILoggingObject) - Constructor for class org.apache.hop.workflow.Workflow
- WORKFLOW - org.apache.hop.resource.IResourceNaming.FileNamingType
- WORKFLOW_EXTENSION - Static variable in class org.apache.hop.workflow.WorkflowMeta
- WORKFLOW_HOP_ICON - org.apache.hop.core.gui.AreaOwner.AreaType
- WORKFLOW_HOP_PARALLEL_ICON - org.apache.hop.core.gui.AreaOwner.AreaType
- workflowActions - Variable in class org.apache.hop.workflow.WorkflowMeta
- WorkflowConfiguration - Class in org.apache.hop.workflow
- WorkflowConfiguration(WorkflowMeta, WorkflowExecutionConfiguration, IHopMetadataProvider) - Constructor for class org.apache.hop.workflow.WorkflowConfiguration
- WorkflowConfiguration(Node, IVariables) - Constructor for class org.apache.hop.workflow.WorkflowConfiguration
- workflowDelegationStarted(IWorkflowEngine<WorkflowMeta>, WorkflowExecutionConfiguration) - Method in class org.apache.hop.workflow.DelegationAdapter
- workflowDelegationStarted(IWorkflowEngine<WorkflowMeta>, WorkflowExecutionConfiguration) - Method in interface org.apache.hop.workflow.IDelegationListener
- WorkflowEngineFactory - Class in org.apache.hop.workflow.engine
- WorkflowEngineFactory() - Constructor for class org.apache.hop.workflow.engine.WorkflowEngineFactory
- WorkflowEnginePlugin - Annotation Type in org.apache.hop.workflow.engine
- WorkflowEnginePluginType - Class in org.apache.hop.workflow.engine
- WorkflowExecutionConfiguration - Class in org.apache.hop.workflow
- WorkflowExecutionConfiguration() - Constructor for class org.apache.hop.workflow.WorkflowExecutionConfiguration
- WorkflowExecutionConfiguration(Node) - Constructor for class org.apache.hop.workflow.WorkflowExecutionConfiguration
- WorkflowExecutionExtension - Class in org.apache.hop.workflow
- WorkflowExecutionExtension(IWorkflowEngine<WorkflowMeta>, Result, ActionMeta, boolean) - Constructor for class org.apache.hop.workflow.WorkflowExecutionExtension
- workflowFinishedListeners - Variable in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- workflowFinishedListeners - Variable in class org.apache.hop.workflow.Workflow
- workflowHop - Variable in class org.apache.hop.workflow.WorkflowPainterExtension
- WorkflowHopMeta - Class in org.apache.hop.workflow
-
This class defines a hop from one action copy to another.
- WorkflowHopMeta() - Constructor for class org.apache.hop.workflow.WorkflowHopMeta
- WorkflowHopMeta(ActionMeta, ActionMeta) - Constructor for class org.apache.hop.workflow.WorkflowHopMeta
- WorkflowHopMeta(WorkflowHopMeta) - Constructor for class org.apache.hop.workflow.WorkflowHopMeta
- WorkflowHopMeta(Node, List<ActionMeta>) - Constructor for class org.apache.hop.workflow.WorkflowHopMeta
- WorkflowHopMeta(Node, WorkflowMeta) - Constructor for class org.apache.hop.workflow.WorkflowHopMeta
- workflowHops - Variable in class org.apache.hop.workflow.WorkflowMeta
- workflowMap - Variable in class org.apache.hop.www.BaseHttpServlet
- WorkflowMap - Class in org.apache.hop.www
-
This is a map between the workflow name and the (running/waiting/finished) workflow.
- WorkflowMap() - Constructor for class org.apache.hop.www.WorkflowMap
- workflowMeta - Variable in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- workflowMeta - Variable in class org.apache.hop.workflow.Workflow
- workflowMeta - Variable in class org.apache.hop.workflow.WorkflowPainterExtension
- WorkflowMeta - Class in org.apache.hop.workflow
-
The definition of a Hop workflow is represented by a WorkflowMeta object.
- WorkflowMeta() - Constructor for class org.apache.hop.workflow.WorkflowMeta
-
Instantiates a new workflow meta.
- WorkflowMeta(InputStream, IHopMetadataProvider, IVariables) - Constructor for class org.apache.hop.workflow.WorkflowMeta
-
Instantiates a new workflow meta.
- WorkflowMeta(String) - Constructor for class org.apache.hop.workflow.WorkflowMeta
-
Instantiates a new workflow meta.
- WorkflowMeta(IVariables, String, IHopMetadataProvider) - Constructor for class org.apache.hop.workflow.WorkflowMeta
-
Load the workflow from the XML file specified
- WorkflowMeta(Node, IHopMetadataProvider, IVariables) - Constructor for class org.apache.hop.workflow.WorkflowMeta
-
Create a new WorkflowMeta object by loading it from a a DOM node.
- WorkflowMetaInfo - Class in org.apache.hop.workflow
- WorkflowMetaInfo() - Constructor for class org.apache.hop.workflow.WorkflowMetaInfo
- WorkflowMetaSearchAnalyser - Class in org.apache.hop.workflow
- WorkflowMetaSearchAnalyser() - Constructor for class org.apache.hop.workflow.WorkflowMetaSearchAnalyser
- WorkflowPainter - Class in org.apache.hop.workflow
- WorkflowPainter(IGc, IVariables, WorkflowMeta, Point, DPoint, WorkflowHopMeta, Rectangle, List<AreaOwner>, int, int, int, String, int, double, boolean) - Constructor for class org.apache.hop.workflow.WorkflowPainter
- WorkflowPainterExtension - Class in org.apache.hop.workflow
- WorkflowPainterExtension(IGc, List<AreaOwner>, WorkflowMeta, WorkflowHopMeta, ActionMeta, int, int, int, int, int, int, DPoint, int) - Constructor for class org.apache.hop.workflow.WorkflowPainterExtension
- WorkflowResource - Class in org.apache.hop.www.jaxrs
- WorkflowResource() - Constructor for class org.apache.hop.www.jaxrs.WorkflowResource
- workflowRunConfiguration - Variable in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- workflowRunConfiguration - Variable in class org.apache.hop.workflow.Workflow
- WorkflowRunConfiguration - Class in org.apache.hop.workflow.config
- WorkflowRunConfiguration() - Constructor for class org.apache.hop.workflow.config.WorkflowRunConfiguration
- WorkflowRunConfiguration(String, String, String, IWorkflowEngineRunConfiguration, boolean) - Constructor for class org.apache.hop.workflow.config.WorkflowRunConfiguration
- WorkflowRunConfiguration(WorkflowRunConfiguration) - Constructor for class org.apache.hop.workflow.config.WorkflowRunConfiguration
- WorkflowRunConfigurationMetadataObjectFactory - Class in org.apache.hop.workflow.config
- WorkflowRunConfigurationMetadataObjectFactory() - Constructor for class org.apache.hop.workflow.config.WorkflowRunConfigurationMetadataObjectFactory
- WorkflowRunConfigurationSearchableAnalyser - Class in org.apache.hop.core.search
- WorkflowRunConfigurationSearchableAnalyser() - Constructor for class org.apache.hop.core.search.WorkflowRunConfigurationSearchableAnalyser
- WorkflowRunConfigurationTypeMetadata - Class in org.apache.hop.workflow.engines.remote
- WorkflowRunConfigurationTypeMetadata() - Constructor for class org.apache.hop.workflow.engines.remote.WorkflowRunConfigurationTypeMetadata
- workflowStartedListeners - Variable in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- workflowStartedListeners - Variable in class org.apache.hop.workflow.Workflow
- workflowStatus - Variable in class org.apache.hop.workflow.engines.remote.RemoteWorkflowEngine
- workflowStatus - Variable in class org.apache.hop.workflow.WorkflowMeta
- WorkflowStatus - Class in org.apache.hop.www.jaxrs
- WorkflowStatus() - Constructor for class org.apache.hop.www.jaxrs.WorkflowStatus
- WorkflowSvgPainter - Class in org.apache.hop.workflow
- WorkflowSvgPainter() - Constructor for class org.apache.hop.workflow.WorkflowSvgPainter
- workflowTracker - Variable in class org.apache.hop.workflow.Workflow
-
Keep a list of the actions that were executed.
- WorkflowTracker<T extends WorkflowMeta> - Class in org.apache.hop.core.gui
-
Responsible for tracking the execution of a workflow as a hierarchy.
- WorkflowTracker(T) - Constructor for class org.apache.hop.core.gui.WorkflowTracker
- WorkflowTracker(T, int) - Constructor for class org.apache.hop.core.gui.WorkflowTracker
- WorkflowTracker(T, int, ActionResult) - Constructor for class org.apache.hop.core.gui.WorkflowTracker
-
Creates a workflow tracker with a single result
- WorkflowTracker(T, ActionResult) - Constructor for class org.apache.hop.core.gui.WorkflowTracker
-
Creates a workflow tracker with a single result (maxChildren children are kept)
- workflowVersion - Variable in class org.apache.hop.workflow.WorkflowMeta
- write(byte[]) - Method in class org.apache.hop.core.compress.CompressionOutputStream
- write(byte[], int, int) - Method in class org.apache.hop.core.compress.CompressionOutputStream
- write(int) - Method in class org.apache.hop.core.compress.CompressionOutputStream
- write(int) - Method in class org.apache.hop.core.compress.snappy.SnappyCompressionOutputStream
- write(OutputStream) - Method in interface org.apache.hop.www.IHopServerRequestHandler.IOutputStreamResponse
- write(PrintWriter) - Method in interface org.apache.hop.www.IHopServerRequestHandler.IWriterResponse
- Written - org.apache.hop.execution.ExecutionMetricsType
X
- x1 - Variable in class org.apache.hop.pipeline.PipelinePainterExtension
- x1 - Variable in class org.apache.hop.workflow.WorkflowPainterExtension
- x2 - Variable in class org.apache.hop.pipeline.PipelinePainterExtension
- x2 - Variable in class org.apache.hop.workflow.WorkflowPainterExtension
- XML_ENABLED_TAG - Static variable in class org.apache.hop.base.BaseHopMeta
- XML_ERROR_TAG - Static variable in class org.apache.hop.pipeline.transform.TransformErrorMeta
- XML_EVALUATION_TAG - Static variable in class org.apache.hop.workflow.WorkflowHopMeta
- XML_FROM_TAG - Static variable in class org.apache.hop.base.BaseHopMeta
- XML_HOP_TAG - Static variable in class org.apache.hop.base.BaseHopMeta
- XML_METADATA_FOLDER - Static variable in class org.apache.hop.www.HopServerConfig
- XML_SOURCE_TRANSFORM_TAG - Static variable in class org.apache.hop.pipeline.transform.TransformErrorMeta
- XML_TAG - Static variable in class org.apache.hop.core.attributes.AttributesUtil
- XML_TAG - Static variable in class org.apache.hop.core.NotePadMeta
- XML_TAG - Static variable in class org.apache.hop.pipeline.debug.PipelineDebugMeta
- XML_TAG - Static variable in class org.apache.hop.pipeline.debug.TransformDebugMeta
- XML_TAG - Static variable in class org.apache.hop.pipeline.PipelineConfiguration
- XML_TAG - Static variable in class org.apache.hop.pipeline.PipelineExecutionConfiguration
- XML_TAG - Static variable in class org.apache.hop.pipeline.PipelineMeta
-
A constant specifying the tag value for the XML node of the pipeline.
- XML_TAG - Static variable in class org.apache.hop.pipeline.transform.TransformMeta
- XML_TAG - Static variable in class org.apache.hop.pipeline.transform.TransformStatus
- XML_TAG - Static variable in class org.apache.hop.server.HopServer
- XML_TAG - Static variable in class org.apache.hop.workflow.action.ActionMeta
- XML_TAG - Static variable in class org.apache.hop.workflow.WorkflowConfiguration
- XML_TAG - Static variable in class org.apache.hop.workflow.WorkflowExecutionConfiguration
- XML_TAG - Static variable in class org.apache.hop.workflow.WorkflowMeta
- XML_TAG - Static variable in class org.apache.hop.www.HopServerConfig
- XML_TAG - Static variable in class org.apache.hop.www.HopServerPipelineStatus
- XML_TAG - Static variable in class org.apache.hop.www.HopServerStatus
- XML_TAG - Static variable in class org.apache.hop.www.HopServerWorkflowStatus
- XML_TAG - Static variable in class org.apache.hop.www.SslConfiguration
- XML_TAG - Static variable in class org.apache.hop.www.WebResult
- XML_TAG_ACCEPT_QUEUE_SIZE - Static variable in class org.apache.hop.www.HopServerConfig
- XML_TAG_ACCEPTORS - Static variable in class org.apache.hop.www.HopServerConfig
- XML_TAG_ATTRIBUTE - Static variable in class org.apache.hop.core.attributes.AttributesUtil
- XML_TAG_GROUP - Static variable in class org.apache.hop.core.attributes.AttributesUtil
- XML_TAG_INFO - Static variable in class org.apache.hop.pipeline.PipelineMeta
-
A constant specifying the tag value for the XML node of the pipeline information.
- XML_TAG_JETTY_OPTIONS - Static variable in class org.apache.hop.www.HopServerConfig
- XML_TAG_LOW_RES_MAX_IDLE_TIME - Static variable in class org.apache.hop.www.HopServerConfig
- XML_TAG_NOTEPADS - Static variable in class org.apache.hop.pipeline.PipelineMeta
-
A constant specifying the tag value for the XML node of the notes.
- XML_TAG_ORDER - Static variable in class org.apache.hop.pipeline.PipelineMeta
-
A constant specifying the tag value for the XML node of the order of transforms.
- XML_TAG_PARAMETERS - Static variable in class org.apache.hop.pipeline.PipelineMeta
-
A constant specifying the tag value for the XML node of the pipeline parameters.
- XML_TAG_PARAMETERS - Static variable in class org.apache.hop.workflow.WorkflowMeta
- XML_TAG_TRANSFORM_ERROR_HANDLING - Static variable in class org.apache.hop.pipeline.PipelineMeta
-
A constant specifying the tag value for the XML node of the transforms' error-handling information.
- XML_TARGET_TRANSFORM_TAG - Static variable in class org.apache.hop.pipeline.transform.TransformErrorMeta
- XML_TO_TAG - Static variable in class org.apache.hop.base.BaseHopMeta
- XML_UNCONDITIONAL_TAG - Static variable in class org.apache.hop.workflow.WorkflowHopMeta
Y
- y1 - Variable in class org.apache.hop.pipeline.PipelinePainterExtension
- y1 - Variable in class org.apache.hop.workflow.WorkflowPainterExtension
- y2 - Variable in class org.apache.hop.pipeline.PipelinePainterExtension
- y2 - Variable in class org.apache.hop.workflow.WorkflowPainterExtension
- yellow - Variable in class org.apache.hop.core.gui.SvgGc
- YELLOW - org.apache.hop.core.gui.IGc.EColor
- YES - Static variable in class org.apache.hop.pipeline.transforms.file.BaseFileInputFiles
- YES - Static variable in class org.apache.hop.pipeline.transforms.file.BaseFileInputMeta
Z
- ZipCompressionInputStream - Class in org.apache.hop.core.compress.zip
- ZipCompressionInputStream(InputStream, ICompressionProvider) - Constructor for class org.apache.hop.core.compress.zip.ZipCompressionInputStream
- ZipCompressionOutputStream - Class in org.apache.hop.core.compress.zip
- ZipCompressionOutputStream(OutputStream, ICompressionProvider) - Constructor for class org.apache.hop.core.compress.zip.ZipCompressionOutputStream
- ZipCompressionProvider - Class in org.apache.hop.core.compress.zip
- ZipCompressionProvider() - Constructor for class org.apache.hop.core.compress.zip.ZipCompressionProvider
- ZOOM_FACTOR - Static variable in class org.apache.hop.www.GetPipelineImageServlet
- ZOOM_FACTOR - Static variable in class org.apache.hop.www.GetWorkflowImageServlet
- zoomFactor - Variable in class org.apache.hop.core.gui.BasePainter
All Classes All Packages