Structs§
- Building
Fragment πThe fragment in the building phase, including theStreamFragment
from the frontend and several additional helper fields. - A wrapper of
StreamFragmentGraph
that contains the additional information of pre-existing fragments, which are connected to the graphβs top-most or bottom-most fragments. - Stream
Fragment πEdge The edge in the fragment graph. - In-memory representation of a Fragment Graph, built from the
StreamFragmentGraphProto
from the frontend.
Enums§
- EdgeId πThe ID of an edge in the fragment graph. For different types of edges, the ID will be in different variants.
- Either
Fragment πA fragment that is either being built or already exists. Used for generalize the logic ofcrate::stream::ActorGraphBuilder
.
Statics§
- EMPTY_
HASHMAP π