Package org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.control
-
Interface Summary Interface Description FederationControl FederationControl defines the API for control logic that manages a federated query across the repositories registered with the enterprise connector manager. -
Class Summary Class Description FederationControlBase FederationControlBase provides the base class for control logic that manages a federated query across the repositories registered with the enterprise connector manager.ParallelFederationControl ParallelFederationControl uses multiple worker threads to perform the calls to different systems in parallel.SequentialFederationControl SequentialFederationControl provides a simple sequential federation control loop to manage a single federated query.