Class OSSUnityCatalogServerSyncCatalogTargetProcessor

All Implemented Interfaces:
OpenMetadataEventListener

public class OSSUnityCatalogServerSyncCatalogTargetProcessor extends CatalogTargetProcessorBase implements OpenMetadataEventListener
OSSUnityCatalogServerCatalogTargetProcessor supports the handoff between the UC Server Connector and a catalog target that identifies a UC Server. The key task is to ensure that the metadata collection for the UC catalogs it synchronizes is set up properly so that elements created to represent UC resources are in the appropriate metadata collection.
  • Constructor Details

    • OSSUnityCatalogServerSyncCatalogTargetProcessor

      public OSSUnityCatalogServerSyncCatalogTargetProcessor(CatalogTarget template, CatalogTargetContext catalogTargetContext, Connector connectorToTarget, String connectorName, AuditLog auditLog)
      Primary constructor
      Parameters:
      template - object to copy
      catalogTargetContext - specialized context for this catalog target
      connectorToTarget - connector to access the target resource
      connectorName - name of this integration connector
      auditLog - logging destination
  • Method Details