Interface | Description |
---|---|
ConnectorModel.ConnectorModelSource |
ConnectorModelSource interface is used to allow registered connectors to be accessed by calling ConnectorModel.getConnectorModel(...) ,
while decoupling the ConnectorModel from the connector registry. |
Class | Description |
---|---|
CatalogDetails |
An immutable representation of a catalog in the target data source.
|
CatalogDetails.Builder |
Used for constructing a
CatalogDetails object. |
ColumnDetails |
An immutable representation of a table column in the target data source.
|
ColumnDetails.Builder |
Used for constructing a
TableDetails object. |
ConnectorModel |
A connector model is used by Incorta to determine how the connector behaves
and how it should appear in the user interface.
|
ConnectorModel.Builder |
Builder is used for constructing a
ConnectorModel instance. |
ConnectorSpec |
Represents the specification of a connector instance.
|
ConnectorType |
Represents a connector type.
|
DataSetSpec |
Represents the specification of a table data set.
|
DataSetTestResult |
Represents a data set test result return by
Connector.testDataSet(...) . |
Property |
Represents a single spec property key and value pair.
|
PropertyModel |
A property model is used by Incorta to determine how a connector or data set property behaves
and how it should appear in the user interface.
|
PropertyModel.Builder |
Builder is used for constructing a
PropertyModel instance. |
PropertyModel.PropertyDependency |
Represents a property's dependency on another property.
|
PropertyModel.PropertyValue |
Represents a possible property value.
|
SchemaDetails |
An immutable representation of a schema in the target data source.
|
SchemaDetails.Builder |
Used for constructing a
SchemaDetails object. |
SchemaDetailsWithProperties |
An immutable representation of a schema in the target data source that also supports additional properties.
|
SchemaDetailsWithProperties.Builder |
Used for constructing a
SchemaDetailsWithProperties object. |
TableDetails |
An immutable representation of a table in the target data source.
|
TableDetails.Builder |
Used for constructing a
TableDetails object. |
Enum | Description |
---|---|
DisplayType |
Represents the field types supported by Incorta's front end.
|
TableDetails.TableType |
Represents the type of a table being discovered.
|