Package | Description |
---|---|
com.cloudera.api.model |
Java models of the underlying API JSON objects, with JAX-B annotations.
|
Modifier and Type | Method and Description |
---|---|
List<ApiTimeSeriesData> |
ApiTimeSeries.getData()
List of metric data points.
|
Modifier and Type | Method and Description |
---|---|
void |
ApiTimeSeries.setData(List<ApiTimeSeriesData> data) |
Constructor and Description |
---|
ApiTimeSeries(ApiTimeSeriesMetadata metadata,
List<ApiTimeSeriesData> data) |
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.