public final class CounterStructuredName extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Dataflow API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
CounterStructuredName() |
| Modifier and Type | Method and Description |
|---|---|
CounterStructuredName |
clone() |
String |
getComponentStepName()
Name of the optimized step being executed by the workers.
|
String |
getExecutionStepName()
Name of the stage.
|
Integer |
getInputIndex()
Index of an input collection that's being read from/written to as a side input.
|
String |
getName()
Counter name.
|
String |
getOrigin()
One of the standard Origins defined above.
|
String |
getOriginalRequestingStepName()
The step name requesting an operation, such as GBK.
|
String |
getOriginalStepName()
System generated name of the original step in the user's graph, before optimization.
|
String |
getOriginNamespace()
A string containing a more specific namespace of the counter's origin.
|
String |
getPortion()
Portion of this counter, either key or value.
|
String |
getWorkerId()
ID of a particular worker.
|
CounterStructuredName |
set(String fieldName,
Object value) |
CounterStructuredName |
setComponentStepName(String componentStepName)
Name of the optimized step being executed by the workers.
|
CounterStructuredName |
setExecutionStepName(String executionStepName)
Name of the stage.
|
CounterStructuredName |
setInputIndex(Integer inputIndex)
Index of an input collection that's being read from/written to as a side input.
|
CounterStructuredName |
setName(String name)
Counter name.
|
CounterStructuredName |
setOrigin(String origin)
One of the standard Origins defined above.
|
CounterStructuredName |
setOriginalRequestingStepName(String originalRequestingStepName)
The step name requesting an operation, such as GBK.
|
CounterStructuredName |
setOriginalStepName(String originalStepName)
System generated name of the original step in the user's graph, before optimization.
|
CounterStructuredName |
setOriginNamespace(String originNamespace)
A string containing a more specific namespace of the counter's origin.
|
CounterStructuredName |
setPortion(String portion)
Portion of this counter, either key or value.
|
CounterStructuredName |
setWorkerId(String workerId)
ID of a particular worker.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getComponentStepName()
null for nonepublic CounterStructuredName setComponentStepName(String componentStepName)
componentStepName - componentStepName or null for nonepublic String getExecutionStepName()
null for nonepublic CounterStructuredName setExecutionStepName(String executionStepName)
executionStepName - executionStepName or null for nonepublic Integer getInputIndex()
null for nonepublic CounterStructuredName setInputIndex(Integer inputIndex)
inputIndex - inputIndex or null for nonepublic String getName()
null for nonepublic CounterStructuredName setName(String name)
name - name or null for nonepublic String getOrigin()
null for nonepublic CounterStructuredName setOrigin(String origin)
origin - origin or null for nonepublic String getOriginNamespace()
null for nonepublic CounterStructuredName setOriginNamespace(String originNamespace)
originNamespace - originNamespace or null for nonepublic String getOriginalRequestingStepName()
null for nonepublic CounterStructuredName setOriginalRequestingStepName(String originalRequestingStepName)
originalRequestingStepName - originalRequestingStepName or null for nonepublic String getOriginalStepName()
null for nonepublic CounterStructuredName setOriginalStepName(String originalStepName)
originalStepName - originalStepName or null for nonepublic String getPortion()
null for nonepublic CounterStructuredName setPortion(String portion)
portion - portion or null for nonepublic String getWorkerId()
null for nonepublic CounterStructuredName setWorkerId(String workerId)
workerId - workerId or null for nonepublic CounterStructuredName set(String fieldName, Object value)
set in class GenericJsonpublic CounterStructuredName clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.