| 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<Value>> |
IARestClient.getFrequencyDistribution(String projectName,
String columnName)
Retrieve the frequency distribution of values for the specified IA project and column(s).
|
| Modifier and Type | Method and Description |
|---|---|
List<Value> |
FrequencyDistribution.getValues() |
List<Value> |
Row.getValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
FrequencyDistribution.setValues(List<Value> values) |
void |
Row.setValues(List<Value> values) |
Copyright © 2018–2020 ODPi. All rights reserved.