public static interface BeamFnApi.Metrics.PTransform.MeasuredOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsInputElementCounts(String key)
(Required) Map from local input name to number of elements processed
from this input.
|
boolean |
containsOutputElementCounts(String key)
(Required) Map from local output name to number of elements produced
for this output.
|
Map<String,Long> |
getInputElementCounts()
Deprecated.
|
int |
getInputElementCountsCount()
(Required) Map from local input name to number of elements processed
from this input.
|
Map<String,Long> |
getInputElementCountsMap()
(Required) Map from local input name to number of elements processed
from this input.
|
long |
getInputElementCountsOrDefault(String key,
long defaultValue)
(Required) Map from local input name to number of elements processed
from this input.
|
long |
getInputElementCountsOrThrow(String key)
(Required) Map from local input name to number of elements processed
from this input.
|
Map<String,Long> |
getOutputElementCounts()
Deprecated.
|
int |
getOutputElementCountsCount()
(Required) Map from local output name to number of elements produced
for this output.
|
Map<String,Long> |
getOutputElementCountsMap()
(Required) Map from local output name to number of elements produced
for this output.
|
long |
getOutputElementCountsOrDefault(String key,
long defaultValue)
(Required) Map from local output name to number of elements produced
for this output.
|
long |
getOutputElementCountsOrThrow(String key)
(Required) Map from local output name to number of elements produced
for this output.
|
long |
getTotalTimeSpent()
(Optional) The total time spent so far in processing the elements in
this group.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getInputElementCountsCount()
(Required) Map from local input name to number of elements processed from this input.
map<string, int64> input_element_counts = 1;boolean containsInputElementCounts(String key)
(Required) Map from local input name to number of elements processed from this input.
map<string, int64> input_element_counts = 1;@Deprecated Map<String,Long> getInputElementCounts()
getInputElementCountsMap() instead.Map<String,Long> getInputElementCountsMap()
(Required) Map from local input name to number of elements processed from this input.
map<string, int64> input_element_counts = 1;long getInputElementCountsOrDefault(String key, long defaultValue)
(Required) Map from local input name to number of elements processed from this input.
map<string, int64> input_element_counts = 1;long getInputElementCountsOrThrow(String key)
(Required) Map from local input name to number of elements processed from this input.
map<string, int64> input_element_counts = 1;int getOutputElementCountsCount()
(Required) Map from local output name to number of elements produced for this output.
map<string, int64> output_element_counts = 2;boolean containsOutputElementCounts(String key)
(Required) Map from local output name to number of elements produced for this output.
map<string, int64> output_element_counts = 2;@Deprecated Map<String,Long> getOutputElementCounts()
getOutputElementCountsMap() instead.Map<String,Long> getOutputElementCountsMap()
(Required) Map from local output name to number of elements produced for this output.
map<string, int64> output_element_counts = 2;long getOutputElementCountsOrDefault(String key, long defaultValue)
(Required) Map from local output name to number of elements produced for this output.
map<string, int64> output_element_counts = 2;long getOutputElementCountsOrThrow(String key)
(Required) Map from local output name to number of elements produced for this output.
map<string, int64> output_element_counts = 2;long getTotalTimeSpent()
(Optional) The total time spent so far in processing the elements in this group.
int64 total_time_spent = 3;Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.