Class SequentialDiscoveryPipeline

java.lang.Object
org.odpi.openmetadata.frameworks.connectors.Connector
org.odpi.openmetadata.frameworks.connectors.ConnectorBase
org.odpi.openmetadata.frameworks.discovery.DiscoveryService
org.odpi.openmetadata.frameworks.discovery.DiscoveryPipeline
org.odpi.openmetadata.adapters.connectors.discoveryservices.SequentialDiscoveryPipeline
All Implemented Interfaces:
org.odpi.openmetadata.frameworks.auditlog.AuditLoggingComponent, org.odpi.openmetadata.frameworks.connectors.SecureConnectorExtension, org.odpi.openmetadata.frameworks.connectors.VirtualConnectorExtension, org.odpi.openmetadata.frameworks.discovery.OpenDiscoveryService

public class SequentialDiscoveryPipeline extends org.odpi.openmetadata.frameworks.discovery.DiscoveryPipeline
SequentialDiscoveryPipeline is a discovery pipeline that provides an inline sequential invocation of the supplied discovery services.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class org.odpi.openmetadata.frameworks.discovery.DiscoveryPipeline

    disconnect, start

    Methods inherited from class org.odpi.openmetadata.frameworks.discovery.DiscoveryService

    getConnectorComponentDescription, getDiscoveryContext, initializeEmbeddedConnectors, setAuditLog, setDiscoveryContext, setDiscoveryServiceName

    Methods inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorBase

    equals, getConnectedAssetProperties, getConnection, getConnectorInstanceId, hashCode, initialize, initializeConnectedAssetProperties, initializeSecretsStoreConnector, isActive, toString

    Methods inherited from class org.odpi.openmetadata.frameworks.connectors.Connector

    clearStatisticProperty, clearStatisticTimestamp, getConnectorStatistics, getStatisticCounter, getStatisticProperty, getStatisticTimestamp, incrementStatisticCounter, initializeStatisticCounter, setStatisticProperty, setStatisticTimestamp

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.odpi.openmetadata.frameworks.connectors.VirtualConnectorExtension

    initializeEmbeddedConnectors
  • Constructor Details

    • SequentialDiscoveryPipeline

      public SequentialDiscoveryPipeline()