| Interface | Description |
|---|---|
| Connector |
A Connector is a component capable of reading from and writing to a datasource.
|
| ConnectorFeature |
A marker interface for connector features.
|
| ErrorRecord |
A
Record that could not be properly processed. |
| Field |
A field in a record.
|
| IndexedField |
A field in a
Record identified by a zero-based integer index. |
| MappedField |
A field in a
Record identified by an alphanumeric name. |
| Record |
An item read by a
Connector, or passed to a connector for writing. |
| RecordMetadata |
Defines metadata applicable to a
record, in particular which field types it
contains. |
| Class | Description |
|---|---|
| DefaultErrorRecord |
A record that could not be fully parsed from its source.
|
| DefaultIndexedField | |
| DefaultMappedField | |
| DefaultRecord |
| Enum | Description |
|---|---|
| CommonConnectorFeature |
Copyright © 2017–2021 DataStax. All rights reserved.