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
public class LineageGraphRemoteConnectorProvider extends LineageGraphProviderBase
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLUSTER_CREDENTIALS_PASSWORDstatic StringCLUSTER_CREDENTIALS_USERNAMEstatic StringCLUSTER_HOSTSstatic StringCLUSTER_KEYSTOREstatic StringCLUSTER_KEYSTORE_PASSWORDstatic StringCLUSTER_KEYSTORE_TYPEstatic StringCLUSTER_MAX_CONNECTION_POOL_SIZEstatic StringCLUSTER_MAX_IN_PROCESS_PER_CONNECTIONstatic StringCLUSTER_MAX_SIMULTANEOUS_USAGE_PER_CONNECTIONstatic StringCLUSTER_MIN_CONNECTION_POOL_SIZEstatic StringCLUSTER_PORTstatic StringCLUSTER_SSL_ENABLEstatic StringCLUSTER_SSL_SKIP_VALIDATIONstatic StringCLUSTER_TRUST_STOREstatic StringCLUSTER_TRUST_STORE_PASSWORDstatic StringSCHEMA_MANAGEMENT_ENABLEstatic StringSOURCE_NAME-
Fields inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
auditLog, connectorInterfaces, connectorTypeBean
-
-
Constructor Summary
Constructors Constructor Description LineageGraphRemoteConnectorProvider()Constructor 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 Detail
-
CLUSTER_PORT
public static final String CLUSTER_PORT
- See Also:
- Constant Field Values
-
CLUSTER_HOSTS
public static final String CLUSTER_HOSTS
- See Also:
- Constant Field Values
-
SOURCE_NAME
public static final String SOURCE_NAME
- See Also:
- Constant Field Values
-
CLUSTER_MIN_CONNECTION_POOL_SIZE
public static final String CLUSTER_MIN_CONNECTION_POOL_SIZE
- See Also:
- Constant Field Values
-
CLUSTER_MAX_CONNECTION_POOL_SIZE
public static final String CLUSTER_MAX_CONNECTION_POOL_SIZE
- See Also:
- Constant Field Values
-
CLUSTER_MAX_IN_PROCESS_PER_CONNECTION
public static final String CLUSTER_MAX_IN_PROCESS_PER_CONNECTION
- See Also:
- Constant Field Values
-
CLUSTER_MAX_SIMULTANEOUS_USAGE_PER_CONNECTION
public static final String CLUSTER_MAX_SIMULTANEOUS_USAGE_PER_CONNECTION
- See Also:
- Constant Field Values
-
CLUSTER_CREDENTIALS_USERNAME
public static final String CLUSTER_CREDENTIALS_USERNAME
- See Also:
- Constant Field Values
-
CLUSTER_CREDENTIALS_PASSWORD
public static final String CLUSTER_CREDENTIALS_PASSWORD
- See Also:
- Constant Field Values
-
CLUSTER_SSL_ENABLE
public static final String CLUSTER_SSL_ENABLE
- See Also:
- Constant Field Values
-
CLUSTER_SSL_SKIP_VALIDATION
public static final String CLUSTER_SSL_SKIP_VALIDATION
- See Also:
- Constant Field Values
-
CLUSTER_KEYSTORE
public static final String CLUSTER_KEYSTORE
- See Also:
- Constant Field Values
-
CLUSTER_KEYSTORE_TYPE
public static final String CLUSTER_KEYSTORE_TYPE
- See Also:
- Constant Field Values
-
CLUSTER_KEYSTORE_PASSWORD
public static final String CLUSTER_KEYSTORE_PASSWORD
- See Also:
- Constant Field Values
-
CLUSTER_TRUST_STORE
public static final String CLUSTER_TRUST_STORE
- See Also:
- Constant Field Values
-
CLUSTER_TRUST_STORE_PASSWORD
public static final String CLUSTER_TRUST_STORE_PASSWORD
- See Also:
- Constant Field Values
-
SCHEMA_MANAGEMENT_ENABLE
public static final String SCHEMA_MANAGEMENT_ENABLE
- See Also:
- Constant Field Values
-
-