public class ConnectorSettings extends Object
| Constructor and Description |
|---|
ConnectorSettings(Config config,
boolean read) |
| Modifier and Type | Method and Description |
|---|---|
Connector |
getConnector() |
Config |
getConnectorConfig() |
String |
getConnectorName() |
void |
init(boolean retainRecordSources) |
protected Connector |
locateConnector(String name) |
public ConnectorSettings(Config config, boolean read)
public void init(boolean retainRecordSources)
retainRecordSources - Whether the connector should retain sources in records; if true, the connector will emit records containing the original line that they were parsed
from as their sources.public Connector getConnector() throws IllegalArgumentException
IllegalArgumentExceptionpublic String getConnectorName()
public Config getConnectorConfig()
Copyright © 2017–2021 DataStax. All rights reserved.