StreamingComputationTask class
A task which describes what action should be performed for the specified streaming computation ranges.
Constructors
-
StreamingComputationTask({List<
StreamingComputationRanges> ? computationRanges, List<MountedDataDisk> ? dataDisks, String? taskType}) - StreamingComputationTask.fromJson(Map json_)
Properties
-
computationRanges
↔ List<
StreamingComputationRanges> ? -
Contains ranges of a streaming computation this task should apply to.
getter/setter pair
-
dataDisks
↔ List<
MountedDataDisk> ? -
Describes the set of data disks this task should apply to.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- taskType ↔ String?
-
A type of streaming computation task.
Possible string values are:
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