multiprocess ============ .. py:module:: multiprocess .. autoapi-nested-parse:: jobmon built-in. Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/multiprocess/multiproc_distributor/index /autoapi/multiprocess/multiproc_queue/index Functions --------- .. autoapisummary:: multiprocess.get_cluster_queue_class multiprocess.get_cluster_distributor_class multiprocess.get_cluster_worker_node_class Package Contents ---------------- .. py:function:: get_cluster_queue_class() -> Type[jobmon.core.cluster_protocol.ClusterQueue] Return the queue class for the Multiprocess executor. .. py:function:: get_cluster_distributor_class() -> Type[jobmon.core.cluster_protocol.ClusterDistributor] Return the cluster distributor for the Multiprocess executor. .. py:function:: get_cluster_worker_node_class() -> Type[jobmon.core.cluster_protocol.ClusterWorkerNode] Return the cluster worker node class for the Multiprocess executor.