Uses of Class
org.apache.hop.pipeline.engine.EngineComponent.ComponentExecutionStatus
-
Packages that use EngineComponent.ComponentExecutionStatus Package Description org.apache.hop.pipeline org.apache.hop.pipeline.engine org.apache.hop.pipeline.engines.remote org.apache.hop.pipeline.transform -
-
Uses of EngineComponent.ComponentExecutionStatus in org.apache.hop.pipeline
Methods in org.apache.hop.pipeline that return EngineComponent.ComponentExecutionStatus Modifier and Type Method Description EngineComponent.ComponentExecutionStatus[]Pipeline. getPipelineTransformExecutionStatusLookup()Checks the execution status of each transform in the pipelines. -
Uses of EngineComponent.ComponentExecutionStatus in org.apache.hop.pipeline.engine
Methods in org.apache.hop.pipeline.engine that return EngineComponent.ComponentExecutionStatus Modifier and Type Method Description EngineComponent.ComponentExecutionStatusEngineComponent. getStatus()Gets statusEngineComponent.ComponentExecutionStatusIEngineComponent. getStatus()Get the execution status of the componentstatic EngineComponent.ComponentExecutionStatusEngineComponent.ComponentExecutionStatus. getStatusFromDescription(String description)static EngineComponent.ComponentExecutionStatusEngineComponent.ComponentExecutionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static EngineComponent.ComponentExecutionStatus[]EngineComponent.ComponentExecutionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.hop.pipeline.engine with parameters of type EngineComponent.ComponentExecutionStatus Modifier and Type Method Description voidEngineComponent. setStatus(EngineComponent.ComponentExecutionStatus status) -
Uses of EngineComponent.ComponentExecutionStatus in org.apache.hop.pipeline.engines.remote
Methods in org.apache.hop.pipeline.engines.remote that return EngineComponent.ComponentExecutionStatus Modifier and Type Method Description EngineComponent.ComponentExecutionStatusRemotePipelineEngine. getStatus()Gets statusMethods in org.apache.hop.pipeline.engines.remote with parameters of type EngineComponent.ComponentExecutionStatus Modifier and Type Method Description voidRemotePipelineEngine. setStatus(EngineComponent.ComponentExecutionStatus status) -
Uses of EngineComponent.ComponentExecutionStatus in org.apache.hop.pipeline.transform
Methods in org.apache.hop.pipeline.transform that return EngineComponent.ComponentExecutionStatus Modifier and Type Method Description EngineComponent.ComponentExecutionStatusBaseTransform. getStatus()EngineComponent.ComponentExecutionStatusBaseTransformData. getStatus()Get the status of this transform data.EngineComponent.ComponentExecutionStatusITransform. getStatus()EngineComponent.ComponentExecutionStatusITransformData. getStatus()Gets the status.Methods in org.apache.hop.pipeline.transform with parameters of type EngineComponent.ComponentExecutionStatus Modifier and Type Method Description voidBaseTransformData. setStatus(EngineComponent.ComponentExecutionStatus status)Set the status of the transform data.voidITransformData. setStatus(EngineComponent.ComponentExecutionStatus status)Sets the status.
-