| Package | Description |
|---|---|
| org.odpi.egeria.connectors.ibm.ia.clientlibrary |
Implements a client library for integrating with IBM Information Analyzer through its REST API.
|
| Modifier and Type | Method and Description |
|---|---|
Project |
IARestClient.getFormatDistribution(String projectName,
String columnName)
Retrieve the column analysis results for the specified IA project and column.
|
Project |
IARestClient.getFrequencyDistribution(String projectName,
String columnName)
Retrieve the frequency distribution of values for the specified IA project and column.
|
Project |
IARestClient.getProjectDetails(String projectName)
Retrieve the project details for the specified IA project.
|
| Modifier and Type | Method and Description |
|---|---|
List<Project> |
IARestClient.getProjectList()
Retrieve the list of projects defined in the IA environment.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
IARestClient.getColumnsInProject(Project details)
Retrieve a list of all the (qualified) names of columns within the specified project.
|
List<String> |
IARestClient.getTablesInProject(Project details)
Retrieve a list of all the (qualified) names of tables within the specified project.
|
Copyright © 2018–2019 ODPi. All rights reserved.