CounterStructuredName class
Identifies a counter within a per-job namespace.
Counters whose structured names are the same get merged into a single value for the job.
Constructors
Properties
- componentStepName ↔ String?
-
Name of the optimized step being executed by the workers.
getter/setter pair
- executionStepName ↔ String?
-
Name of the stage.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- inputIndex ↔ int?
-
Index of an input collection that's being read from/written to as a side
input.
getter/setter pair
- name ↔ String?
-
Counter name.
getter/setter pair
- origin ↔ String?
-
One of the standard Origins defined above.
Possible string values are:
getter/setter pair
- originalRequestingStepName ↔ String?
-
The step name requesting an operation, such as GBK.
getter/setter pair
- originalStepName ↔ String?
-
System generated name of the original step in the user's graph, before
optimization.
getter/setter pair
- originNamespace ↔ String?
-
A string containing a more specific namespace of the counter's origin.
getter/setter pair
- portion ↔ String?
-
Portion of this counter, either key or value.
Possible string values are:
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- workerId ↔ String?
-
ID of a particular worker.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited