ComputationTopology class

All configuration data for a particular Computation.

Constructors

ComputationTopology({String? computationId, List<StreamLocation>? inputs, List<KeyRangeLocation>? keyRanges, List<StreamLocation>? outputs, List<StateFamilyConfig>? stateFamilies, String? systemStageName})
ComputationTopology.fromJson(Map _json)

Properties

computationId String?
The ID of the computation.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inputs List<StreamLocation>?
The inputs to the computation.
getter/setter pair
keyRanges List<KeyRangeLocation>?
The key ranges processed by the computation.
getter/setter pair
outputs List<StreamLocation>?
The outputs from the computation.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stateFamilies List<StateFamilyConfig>?
The state family values.
getter/setter pair
systemStageName String?
The system stage name.
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