StreamingComputationConfig class
Configuration information for a single streaming computation.
Constructors
-
StreamingComputationConfig({String? computationId, List<
ParallelInstruction> ? instructions, String? stageName, String? systemName, Map<String, String> ? transformUserNameToStateFamily}) - StreamingComputationConfig.fromJson(Map json_)
Properties
- computationId ↔ String?
-
Unique identifier for this computation.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
instructions
↔ List<
ParallelInstruction> ? -
Instructions that comprise the computation.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stageName ↔ String?
-
Stage name of this computation.
getter/setter pair
- systemName ↔ String?
-
System defined name for this computation.
getter/setter pair
-
transformUserNameToStateFamily
↔ Map<
String, String> ? -
Map from user name of stateful transforms in this stage to their state
family.
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