public static interface BeamFnApi.Metrics.PTransformOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsWatermarks(String key)
(Optional): Map from local output name to its watermark.
|
BeamFnApi.Metrics.PTransform.ActiveElements |
getActiveElements()
(Required): Metrics for active elements.
|
BeamFnApi.Metrics.PTransform.ActiveElementsOrBuilder |
getActiveElementsOrBuilder()
(Required): Metrics for active elements.
|
BeamFnApi.Metrics.PTransform.ProcessedElements |
getProcessedElements()
(Required): Metrics for processed elements.
|
BeamFnApi.Metrics.PTransform.ProcessedElementsOrBuilder |
getProcessedElementsOrBuilder()
(Required): Metrics for processed elements.
|
Map<String,Long> |
getWatermarks()
Deprecated.
|
int |
getWatermarksCount()
(Optional): Map from local output name to its watermark.
|
Map<String,Long> |
getWatermarksMap()
(Optional): Map from local output name to its watermark.
|
long |
getWatermarksOrDefault(String key,
long defaultValue)
(Optional): Map from local output name to its watermark.
|
long |
getWatermarksOrThrow(String key)
(Optional): Map from local output name to its watermark.
|
boolean |
hasActiveElements()
(Required): Metrics for active elements.
|
boolean |
hasProcessedElements()
(Required): Metrics for processed elements.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasProcessedElements()
(Required): Metrics for processed elements.
.org.apache.beam.fn.v1.Metrics.PTransform.ProcessedElements processed_elements = 1;BeamFnApi.Metrics.PTransform.ProcessedElements getProcessedElements()
(Required): Metrics for processed elements.
.org.apache.beam.fn.v1.Metrics.PTransform.ProcessedElements processed_elements = 1;BeamFnApi.Metrics.PTransform.ProcessedElementsOrBuilder getProcessedElementsOrBuilder()
(Required): Metrics for processed elements.
.org.apache.beam.fn.v1.Metrics.PTransform.ProcessedElements processed_elements = 1;boolean hasActiveElements()
(Required): Metrics for active elements.
.org.apache.beam.fn.v1.Metrics.PTransform.ActiveElements active_elements = 2;BeamFnApi.Metrics.PTransform.ActiveElements getActiveElements()
(Required): Metrics for active elements.
.org.apache.beam.fn.v1.Metrics.PTransform.ActiveElements active_elements = 2;BeamFnApi.Metrics.PTransform.ActiveElementsOrBuilder getActiveElementsOrBuilder()
(Required): Metrics for active elements.
.org.apache.beam.fn.v1.Metrics.PTransform.ActiveElements active_elements = 2;int getWatermarksCount()
(Optional): Map from local output name to its watermark. The watermarks reported are tentative, to get a better sense of progress while processing a bundle but before it is committed. At bundle commit time, a Runner needs to also take into account the timers set to compute the actual watermarks.
map<string, int64> watermarks = 3;boolean containsWatermarks(String key)
(Optional): Map from local output name to its watermark. The watermarks reported are tentative, to get a better sense of progress while processing a bundle but before it is committed. At bundle commit time, a Runner needs to also take into account the timers set to compute the actual watermarks.
map<string, int64> watermarks = 3;@Deprecated Map<String,Long> getWatermarks()
getWatermarksMap() instead.Map<String,Long> getWatermarksMap()
(Optional): Map from local output name to its watermark. The watermarks reported are tentative, to get a better sense of progress while processing a bundle but before it is committed. At bundle commit time, a Runner needs to also take into account the timers set to compute the actual watermarks.
map<string, int64> watermarks = 3;long getWatermarksOrDefault(String key, long defaultValue)
(Optional): Map from local output name to its watermark. The watermarks reported are tentative, to get a better sense of progress while processing a bundle but before it is committed. At bundle commit time, a Runner needs to also take into account the timers set to compute the actual watermarks.
map<string, int64> watermarks = 3;long getWatermarksOrThrow(String key)
(Optional): Map from local output name to its watermark. The watermarks reported are tentative, to get a better sense of progress while processing a bundle but before it is committed. At bundle commit time, a Runner needs to also take into account the timers set to compute the actual watermarks.
map<string, int64> watermarks = 3;Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.