| Package | Description |
|---|---|
| org.odpi.egeria.connectors.ibm.ia.clientlibrary |
Implements a client library for integrating with IBM Information Analyzer through its REST API.
|
| org.odpi.egeria.connectors.ibm.ia.clientlibrary.model |
Defines data constructs needed to handle IBM Information Analyzer metadata.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<Format>> |
IARestClient.getFormatDistribution(String projectName,
String columnName)
Retrieve the column analysis results for the specified IA project and column(s).
|
| Modifier and Type | Method and Description |
|---|---|
Format |
ColumnAnalysisResults.getFormat() |
| Modifier and Type | Method and Description |
|---|---|
List<Format> |
FormatDistribution.getFormats() |
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnAnalysisResults.setFormat(Format format) |
| Modifier and Type | Method and Description |
|---|---|
void |
FormatDistribution.setFormats(List<Format> formats) |
Copyright © 2018–2020 ODPi. All rights reserved.