Uses of Class
de.dlr.proseo.planner.ProductionPlanner
Packages that use ProductionPlanner
Package
Description
Top-level classes for the prosEO Production Planner component
Classes for dispatching orders, jobs and job steps with the prosEO Production Planner component
Kubernetes utility classes for the prosEO Production Planner component
Utility classes for the prosEO Production Planner component
-
Uses of ProductionPlanner in de.dlr.proseo.planner
Fields in de.dlr.proseo.planner declared as ProductionPlannerModifier and TypeFieldDescriptionstatic ProductionPlannerProductionPlanner.productionPlannerThe production planner instance -
Uses of ProductionPlanner in de.dlr.proseo.planner.dispatcher
Methods in de.dlr.proseo.planner.dispatcher with parameters of type ProductionPlannerModifier and TypeMethodDescriptionOrderDispatcher.createJobSteps(long orderId, long facilityId, ProductionPlanner productionPlanner, OrderPlanThread thread) Create the job steps for each job of the processing order.Constructors in de.dlr.proseo.planner.dispatcher with parameters of type ProductionPlannerModifierConstructorDescriptionKubeDispatcher(ProductionPlanner planner, KubeConfig kubeConfiguration, Boolean onlyRun) Create new KubeDispatcher for planner -
Uses of ProductionPlanner in de.dlr.proseo.planner.kubernetes
Methods in de.dlr.proseo.planner.kubernetes that return ProductionPlannerModifier and TypeMethodDescriptionKubeConfig.getProductionPlanner()Returns the production planner.Constructors in de.dlr.proseo.planner.kubernetes with parameters of type ProductionPlannerModifierConstructorDescriptionKubeConfig(ProcessingFacility processingFacility, ProductionPlanner planner) Instantiates a new KubeConfig object with a processing facility.KubeJobFinish(KubeJob kubeJob, ProductionPlanner planner, String jobName) Creates a new thread instance to monitor a Kubernetes job until its completion. -
Uses of ProductionPlanner in de.dlr.proseo.planner.util
Constructors in de.dlr.proseo.planner.util with parameters of type ProductionPlannerModifierConstructorDescriptionOrderPlanThread(ProductionPlanner productionPlanner, OrderDispatcher orderDispatcher, long orderId, long facilityId, Boolean wait, String user, String pw, String name) Create a new OrderPlanThread.OrderReleaseThread(ProductionPlanner productionPlanner, jakarta.persistence.EntityManager em, JobUtil jobUtil, ProcessingOrder order, String name) Creates a new OrderReleaseThread.