Class DataHubManagerTargetProcessor


public class DataHubManagerTargetProcessor extends CatalogTargetProcessorBase
Calculates the last time an update was made to the tabular data set that is the target and if it has changes since the last refresh (or this is the first refresh), the DataScope classification is updated with the latest update time. This will be detected as a change to the catalog target by any monitoring process.
  • Constructor Details

    • DataHubManagerTargetProcessor

      public DataHubManagerTargetProcessor(CatalogTarget catalogTarget, CatalogTargetContext catalogTargetContext, Connector connectorToTarget, String connectorName, AuditLog auditLog)
      Constructor
      Parameters:
      catalogTarget - catalog target information
      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