StreamingSetupTask class

A task which initializes part of a streaming Dataflow job.

Constructors

StreamingSetupTask({bool? drain, int? receiveWorkPort, StreamingApplianceSnapshotConfig? snapshotConfig, TopologyConfig? streamingComputationTopology, int? workerHarnessPort})
StreamingSetupTask.fromJson(Map _json)

Properties

drain bool?
The user has requested drain.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
receiveWorkPort int?
The TCP port on which the worker should listen for messages from other streaming computation workers.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
snapshotConfig StreamingApplianceSnapshotConfig?
Configures streaming appliance snapshot.
getter/setter pair
streamingComputationTopology TopologyConfig?
The global topology of the streaming Dataflow job.
getter/setter pair
workerHarnessPort int?
The TCP port used by the worker to communicate with the Dataflow worker harness.
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