Uses of Package
org.gbif.api.model.pipelines
-
Packages that use org.gbif.api.model.pipelines Package Description org.gbif.api.model.pipelines org.gbif.api.service.pipelines -
Classes in org.gbif.api.model.pipelines used by org.gbif.api.model.pipelines Class Description IngestionProcess InterpretationType Enum to represent the pipelines internal interpretation type steps.InterpretationType.RecordType PipelineExecution Models an execution of a pipeline that can include one or more steps.PipelineProcess Models a pipeline process for a specific dataset and attempt.PipelineStep Models a step in pipelines.PipelineStep.MetricInfo Inner class to store metrics.PipelineStep.Status Enum to represent the status of a step.PipelinesWorkflow.Graph PipelinesWorkflow.Graph.Edge RunPipelineResponse Encapsulates the possible response of the request of re-execute a pipeline of dataset and attempt.RunPipelineResponse.Builder Builder forRunPipelineResponse
.RunPipelineResponse.ResponseStatus Possible response statuses.StepRunner General runners, STANDALONE - run an app using local resources, DISTRIBUTED - run an app using YARN cluster.StepType Enum to represent the pipelines step names.WorkflowStep Models a step in a Pipeline workflow. -
Classes in org.gbif.api.model.pipelines used by org.gbif.api.service.pipelines Class Description IngestionProcess PipelineExecution Models an execution of a pipeline that can include one or more steps.PipelineProcess Models a pipeline process for a specific dataset and attempt.PipelineStep Models a step in pipelines.RunPipelineResponse Encapsulates the possible response of the request of re-execute a pipeline of dataset and attempt.StepRunner General runners, STANDALONE - run an app using local resources, DISTRIBUTED - run an app using YARN cluster.StepType Enum to represent the pipelines step names.