Module actor

Source

Structsยง

ActorBuilder ๐Ÿ”’
ActorBuilder builds a stream actor in a stream DAG.
ActorGraphBuildResult
The result of a built actor graph. Will be further embedded into the Context for building actors on the compute nodes.
ActorGraphBuildState ๐Ÿ”’
The mutable state of building an actor graph. See ActorGraphBuildStateInner.
ActorGraphBuildStateInner ๐Ÿ”’
The actual mutable state of building an actor graph.
ActorGraphBuilder
ActorGraphBuilder builds the actor graph for the given complete fragment graph, based on the current cluster info and the required parallelism.
DownstreamFragmentChange ๐Ÿ”’
FragmentActorBuilder ๐Ÿ”’
FragmentLinkNode ๐Ÿ”’
The information of a fragment, used for parameter passing for Inner::add_link.
UpstreamFragmentChange ๐Ÿ”’
The required changes to an existing external actor to build the graph of a streaming job.

Type Aliasesยง

ActorLocations ๐Ÿ”’
The worker slot location of actors.
NewExternalNoShuffle ๐Ÿ”’