public class LineageGraphRemoteConnectorProvider extends LineageGraphProviderBase
| Modifier and Type | Field and Description |
|---|---|
static String |
CLUSTER_CREDENTIALS_PASSWORD |
static String |
CLUSTER_CREDENTIALS_USERNAME |
static String |
CLUSTER_HOSTS |
static String |
CLUSTER_KEYSTORE |
static String |
CLUSTER_KEYSTORE_PASSWORD |
static String |
CLUSTER_KEYSTORE_TYPE |
static String |
CLUSTER_MAX_CONNECTION_POOL_SIZE |
static String |
CLUSTER_MAX_IN_PROCESS_PER_CONNECTION |
static String |
CLUSTER_MAX_SIMULTANEOUS_USAGE_PER_CONNECTION |
static String |
CLUSTER_MIN_CONNECTION_POOL_SIZE |
static String |
CLUSTER_PORT |
static String |
CLUSTER_SSL_ENABLE |
static String |
CLUSTER_SSL_SKIP_VALIDATION |
static String |
CLUSTER_TRUST_STORE |
static String |
CLUSTER_TRUST_STORE_PASSWORD |
static String |
SCHEMA_MANAGEMENT_ENABLE |
static String |
SOURCE_NAME |
auditLog, connectorTypeBean| Constructor and Description |
|---|
LineageGraphRemoteConnectorProvider()
Constructor used to initialize the ConnectorProviderBase with the Java class name of the specific
registry store implementation.
|
equals, getConnector, getConnector, getConnectorClassName, getConnectorType, getConnectorTypeProperties, getNewConnectorGUID, hashCode, setAuditLog, setConnectorClassName, setConnectorComponentDescription, setConnectorTypeProperties, toStringpublic static final String CLUSTER_PORT
public static final String CLUSTER_HOSTS
public static final String SOURCE_NAME
public static final String CLUSTER_MIN_CONNECTION_POOL_SIZE
public static final String CLUSTER_MAX_CONNECTION_POOL_SIZE
public static final String CLUSTER_MAX_IN_PROCESS_PER_CONNECTION
public static final String CLUSTER_MAX_SIMULTANEOUS_USAGE_PER_CONNECTION
public static final String CLUSTER_CREDENTIALS_USERNAME
public static final String CLUSTER_CREDENTIALS_PASSWORD
public static final String CLUSTER_SSL_ENABLE
public static final String CLUSTER_SSL_SKIP_VALIDATION
public static final String CLUSTER_KEYSTORE
public static final String CLUSTER_KEYSTORE_TYPE
public static final String CLUSTER_KEYSTORE_PASSWORD
public static final String CLUSTER_TRUST_STORE
public static final String CLUSTER_TRUST_STORE_PASSWORD
public static final String SCHEMA_MANAGEMENT_ENABLE
Copyright © 2018–2020 ODPi. All rights reserved.