Package | Description |
---|---|
com.google.api.services.dataflow.model |
Modifier and Type | Method and Description |
---|---|
MetricUpdate |
MetricUpdate.clone() |
MetricUpdate |
MetricUpdate.set(String fieldName,
Object value) |
MetricUpdate |
MetricUpdate.setCumulative(Boolean cumulative)
True if this metric is reported as the total cumulative aggregate value accumulated since the
worker started working on this WorkItem.
|
MetricUpdate |
MetricUpdate.setDistribution(Object distribution)
A struct value describing properties of a distribution of numeric values.
|
MetricUpdate |
MetricUpdate.setGauge(Object gauge)
A struct value describing properties of a Gauge.
|
MetricUpdate |
MetricUpdate.setInternal(Object internal)
Worker-computed aggregate value for internal use by the Dataflow service.
|
MetricUpdate |
MetricUpdate.setKind(String kind)
Metric aggregation kind.
|
MetricUpdate |
MetricUpdate.setMeanCount(Object meanCount)
Worker-computed aggregate value for the "Mean" aggregation kind.
|
MetricUpdate |
MetricUpdate.setMeanSum(Object meanSum)
Worker-computed aggregate value for the "Mean" aggregation kind.
|
MetricUpdate |
MetricUpdate.setName(MetricStructuredName name)
Name of the metric.
|
MetricUpdate |
MetricUpdate.setScalar(Object scalar)
Worker-computed aggregate value for aggregation kinds "Sum", "Max", "Min", "And", and "Or".
|
MetricUpdate |
MetricUpdate.setSet(Object set)
Worker-computed aggregate value for the "Set" aggregation kind.
|
MetricUpdate |
MetricUpdate.setUpdateTime(String updateTime)
Timestamp associated with the metric value.
|
Modifier and Type | Method and Description |
---|---|
List<MetricUpdate> |
WorkItemDetails.getMetrics()
Metrics for this work item.
|
List<MetricUpdate> |
JobMetrics.getMetrics()
All metrics for this job.
|
List<MetricUpdate> |
StageSummary.getMetrics()
Metrics for this stage.
|
List<MetricUpdate> |
WorkItemStatus.getMetricUpdates()
DEPRECATED in favor of counter_updates.
|
Modifier and Type | Method and Description |
---|---|
WorkItemDetails |
WorkItemDetails.setMetrics(List<MetricUpdate> metrics)
Metrics for this work item.
|
JobMetrics |
JobMetrics.setMetrics(List<MetricUpdate> metrics)
All metrics for this job.
|
StageSummary |
StageSummary.setMetrics(List<MetricUpdate> metrics)
Metrics for this stage.
|
WorkItemStatus |
WorkItemStatus.setMetricUpdates(List<MetricUpdate> metricUpdates)
DEPRECATED in favor of counter_updates.
|
Copyright © 2011–2024 Google. All rights reserved.