public static interface BeamFnApi.Metrics.PTransform.ActiveElementsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsOutputElementsRemaining(String key)
(Optional) Map from local output name to sum of estimated number
of elements remaining for this output from all active elements,
as reported by this transform.
|
double |
getFractionRemaining()
(Optional) Sum of estimated fraction of known work remaining for all
active elements, as reported by this transform.
|
BeamFnApi.Metrics.PTransform.Measured |
getMeasured()
(Required)
|
BeamFnApi.Metrics.PTransform.MeasuredOrBuilder |
getMeasuredOrBuilder()
(Required)
|
Map<String,Long> |
getOutputElementsRemaining()
Deprecated.
|
int |
getOutputElementsRemainingCount()
(Optional) Map from local output name to sum of estimated number
of elements remaining for this output from all active elements,
as reported by this transform.
|
Map<String,Long> |
getOutputElementsRemainingMap()
(Optional) Map from local output name to sum of estimated number
of elements remaining for this output from all active elements,
as reported by this transform.
|
long |
getOutputElementsRemainingOrDefault(String key,
long defaultValue)
(Optional) Map from local output name to sum of estimated number
of elements remaining for this output from all active elements,
as reported by this transform.
|
long |
getOutputElementsRemainingOrThrow(String key)
(Optional) Map from local output name to sum of estimated number
of elements remaining for this output from all active elements,
as reported by this transform.
|
boolean |
hasMeasured()
(Required)
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMeasured()
(Required)
.org.apache.beam.fn.v1.Metrics.PTransform.Measured measured = 1;BeamFnApi.Metrics.PTransform.Measured getMeasured()
(Required)
.org.apache.beam.fn.v1.Metrics.PTransform.Measured measured = 1;BeamFnApi.Metrics.PTransform.MeasuredOrBuilder getMeasuredOrBuilder()
(Required)
.org.apache.beam.fn.v1.Metrics.PTransform.Measured measured = 1;double getFractionRemaining()
(Optional) Sum of estimated fraction of known work remaining for all active elements, as reported by this transform. If not reported, a Runner could extrapolate this from the processed elements. TODO: Handle the case when known work is infinite.
double fraction_remaining = 2;int getOutputElementsRemainingCount()
(Optional) Map from local output name to sum of estimated number of elements remaining for this output from all active elements, as reported by this transform. If not reported, a Runner could extrapolate this from the processed elements.
map<string, int64> output_elements_remaining = 3;boolean containsOutputElementsRemaining(String key)
(Optional) Map from local output name to sum of estimated number of elements remaining for this output from all active elements, as reported by this transform. If not reported, a Runner could extrapolate this from the processed elements.
map<string, int64> output_elements_remaining = 3;@Deprecated Map<String,Long> getOutputElementsRemaining()
getOutputElementsRemainingMap() instead.Map<String,Long> getOutputElementsRemainingMap()
(Optional) Map from local output name to sum of estimated number of elements remaining for this output from all active elements, as reported by this transform. If not reported, a Runner could extrapolate this from the processed elements.
map<string, int64> output_elements_remaining = 3;long getOutputElementsRemainingOrDefault(String key, long defaultValue)
(Optional) Map from local output name to sum of estimated number of elements remaining for this output from all active elements, as reported by this transform. If not reported, a Runner could extrapolate this from the processed elements.
map<string, int64> output_elements_remaining = 3;long getOutputElementsRemainingOrThrow(String key)
(Optional) Map from local output name to sum of estimated number of elements remaining for this output from all active elements, as reported by this transform. If not reported, a Runner could extrapolate this from the processed elements.
map<string, int64> output_elements_remaining = 3;Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.