Package | Description |
---|---|
com.google.api.services.spanner.v1.model |
Modifier and Type | Method and Description |
---|---|
Metric |
Metric.clone() |
Metric |
Metric.set(String fieldName,
Object value) |
Metric |
Metric.setAggregation(String aggregation)
The aggregation function used to aggregate each key bucket
|
Metric |
Metric.setCategory(LocalizedString category)
The category of the metric, e.g.
|
Metric |
Metric.setDerived(DerivedMetric derived)
The references to numerator and denominator metrics for a derived metric.
|
Metric |
Metric.setDisplayLabel(LocalizedString displayLabel)
The displayed label of the metric.
|
Metric |
Metric.setHasNonzeroData(Boolean hasNonzeroData)
Whether the metric has any non-zero data.
|
Metric |
Metric.setHotValue(Float hotValue)
The value that is considered hot for the metric.
|
Metric |
Metric.setIndexedHotKeys(Map<String,IndexedHotKey> indexedHotKeys)
The (sparse) mapping from time index to an IndexedHotKey message, representing those time
intervals for which there are hot keys.
|
Metric |
Metric.setIndexedKeyRangeInfos(Map<String,IndexedKeyRangeInfos> indexedKeyRangeInfos)
The (sparse) mapping from time interval index to an IndexedKeyRangeInfos message, representing
those time intervals for which there are informational messages concerning key ranges.
|
Metric |
Metric.setInfo(LocalizedString info)
Information about the metric.
|
Metric |
Metric.setMatrix(MetricMatrix matrix)
The data for the metric as a matrix.
|
Metric |
Metric.setUnit(LocalizedString unit)
The unit of the metric.
|
Metric |
Metric.setVisible(Boolean visible)
Whether the metric is visible to the end user.
|
Modifier and Type | Method and Description |
---|---|
List<Metric> |
VisualizationData.getMetrics()
The list of data objects for each metric.
|
Modifier and Type | Method and Description |
---|---|
VisualizationData |
VisualizationData.setMetrics(List<Metric> metrics)
The list of data objects for each metric.
|
Copyright © 2011–2025 Google. All rights reserved.