Package org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.control
package org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.control
The federation control classes manage the process of interacting with a collection of metadata repositories. They work with the
executors.
-
ClassDescriptionFederationControl defines the API for control logic that manages a federated query across the repositories registered with the enterprise connector manager.FederationControlBase provides the base class for control logic that manages a federated query across the repositories registered with the enterprise connector manager.ParallelFederationControl uses multiple worker threads to perform the calls to different systems in parallel.SequentialFederationControl provides a simple sequential federation control loop to manage a single federated query.