Package | Description |
---|---|
com.google.api.services.dataflow.model |
Modifier and Type | Method and Description |
---|---|
CounterStructuredName |
CounterStructuredName.clone() |
CounterStructuredName |
CounterStructuredNameAndMetadata.getName()
Structured name of the counter.
|
CounterStructuredName |
CounterStructuredName.set(String fieldName,
Object value) |
CounterStructuredName |
CounterStructuredName.setComponentStepName(String componentStepName)
Name of the optimized step being executed by the workers.
|
CounterStructuredName |
CounterStructuredName.setExecutionStepName(String executionStepName)
Name of the stage.
|
CounterStructuredName |
CounterStructuredName.setInputIndex(Integer inputIndex)
Index of an input collection that's being read from/written to as a side input.
|
CounterStructuredName |
CounterStructuredName.setName(String name)
Counter name.
|
CounterStructuredName |
CounterStructuredName.setOrigin(String origin)
One of the standard Origins defined above.
|
CounterStructuredName |
CounterStructuredName.setOriginalRequestingStepName(String originalRequestingStepName)
The step name requesting an operation, such as GBK.
|
CounterStructuredName |
CounterStructuredName.setOriginalStepName(String originalStepName)
System generated name of the original step in the user's graph, before optimization.
|
CounterStructuredName |
CounterStructuredName.setOriginNamespace(String originNamespace)
A string containing a more specific namespace of the counter's origin.
|
CounterStructuredName |
CounterStructuredName.setPortion(String portion)
Portion of this counter, either key or value.
|
CounterStructuredName |
CounterStructuredName.setWorkerId(String workerId)
ID of a particular worker.
|
Modifier and Type | Method and Description |
---|---|
CounterStructuredNameAndMetadata |
CounterStructuredNameAndMetadata.setName(CounterStructuredName name)
Structured name of the counter.
|
Copyright © 2011–2019 Google. All rights reserved.