Class LineageGraphRemoteConnectorProvider
java.lang.Object
org.odpi.openmetadata.frameworks.connectors.ConnectorProvider
org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
org.odpi.openmetadata.governanceservers.openlineage.graph.LineageGraphProviderBase
org.odpi.openmetadata.openconnectors.governancedaemonconnectors.openlineageconnectors.janusconnector.graph.LineageGraphRemoteConnectorProvider
- All Implemented Interfaces:
AuditLoggingComponent
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Fields inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
auditLog, connectorInterfaces, connectorTypeBean
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor used to initialize the ConnectorProviderBase with the Java class name of the specific registry store implementation. -
Method Summary
Methods inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
equals, getConnector, getConnector, getConnectorClassName, getConnectorComponentDescription, getConnectorType, getConnectorTypeProperties, getNewConnectorGUID, hashCode, setAuditLog, setConnectorClassName, setConnectorComponentDescription, setConnectorTypeProperties, toString
-
Field Details
-
CLUSTER_PORT
- See Also:
-
CLUSTER_HOSTS
- See Also:
-
SOURCE_NAME
- See Also:
-
CLUSTER_MIN_CONNECTION_POOL_SIZE
- See Also:
-
CLUSTER_MAX_CONNECTION_POOL_SIZE
- See Also:
-
CLUSTER_MAX_IN_PROCESS_PER_CONNECTION
- See Also:
-
CLUSTER_MAX_SIMULTANEOUS_USAGE_PER_CONNECTION
- See Also:
-
CLUSTER_CREDENTIALS_USERNAME
- See Also:
-
CLUSTER_CREDENTIALS_PASSWORD
- See Also:
-
CLUSTER_SSL_ENABLE
- See Also:
-
CLUSTER_SSL_SKIP_VALIDATION
- See Also:
-
CLUSTER_KEYSTORE
- See Also:
-
CLUSTER_KEYSTORE_TYPE
- See Also:
-
CLUSTER_KEYSTORE_PASSWORD
- See Also:
-
CLUSTER_TRUST_STORE
- See Also:
-
CLUSTER_TRUST_STORE_PASSWORD
- See Also:
-
SCHEMA_MANAGEMENT_ENABLE
- See Also:
-
-
Constructor Details
-
LineageGraphRemoteConnectorProvider
public LineageGraphRemoteConnectorProvider()Constructor used to initialize the ConnectorProviderBase with the Java class name of the specific registry store implementation.
-