Class StructuralInfoModule
When fusing a IGraph<TShape> a part of the internal stage wirings are hidden within Akka.Streams.Implementation.Fusing.GraphAssembly objects that are optimized for high-speed execution. This structural information bundle contains the wirings in a more accessible form, allowing traversal from port to upstream or downstream port and from there to the owning module (or graph vertex).
Inherited Members
Namespace: Akka.Streams.Implementation
Assembly: Akka.Streams.dll
Syntax
public sealed class StructuralInfoModule : Module, IModule, IComparable<IModule>
Constructors
| Improve this Doc View SourceStructuralInfoModule(ImmutableArray<IModule>, Shape, IImmutableDictionary<OutPort, InPort>, IImmutableDictionary<InPort, OutPort>, IImmutableDictionary<InPort, IModule>, IImmutableDictionary<OutPort, IModule>, IImmutableList<(IModule, StreamLayout.IMaterializedValueNode)>, StreamLayout.IMaterializedValueNode, Attributes)
TBD
Declaration
public StructuralInfoModule(ImmutableArray<IModule> subModules, Shape shape, IImmutableDictionary<OutPort, InPort> downstreams, IImmutableDictionary<InPort, OutPort> upstreams, IImmutableDictionary<InPort, IModule> inOwners, IImmutableDictionary<OutPort, IModule> outOwners, IImmutableList<(IModule, StreamLayout.IMaterializedValueNode)> materializedValues, StreamLayout.IMaterializedValueNode materializedValueComputation, Attributes attributes)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Immutable.ImmutableArray<IModule> | subModules | TBD |
Shape | shape | TBD |
System.Collections.Immutable.IImmutableDictionary<OutPort, InPort> | downstreams | TBD |
System.Collections.Immutable.IImmutableDictionary<InPort, OutPort> | upstreams | TBD |
System.Collections.Immutable.IImmutableDictionary<InPort, IModule> | inOwners | TBD |
System.Collections.Immutable.IImmutableDictionary<OutPort, IModule> | outOwners | TBD |
System.Collections.Immutable.IImmutableList<System.ValueTuple<IModule, StreamLayout.IMaterializedValueNode>> | materializedValues | TBD |
StreamLayout.IMaterializedValueNode | materializedValueComputation | TBD |
Attributes | attributes | TBD |
Properties
| Improve this Doc View SourceAttributes
TBD
Declaration
public override Attributes Attributes { get; }
Property Value
Type | Description |
---|---|
Attributes |
Overrides
| Improve this Doc View SourceDownstreams
TBD
Declaration
public override IImmutableDictionary<OutPort, InPort> Downstreams { get; }
Property Value
Type | Description |
---|---|
System.Collections.Immutable.IImmutableDictionary<OutPort, InPort> |
Overrides
| Improve this Doc View SourceInOwners
TBD
Declaration
public IImmutableDictionary<InPort, IModule> InOwners { get; }
Property Value
Type | Description |
---|---|
System.Collections.Immutable.IImmutableDictionary<InPort, IModule> |
IsFused
TBD
Declaration
public override bool IsFused { get; }
Property Value
Type | Description |
---|---|
Boolean |
Overrides
| Improve this Doc View SourceMaterializedValueComputation
TBD
Declaration
public override StreamLayout.IMaterializedValueNode MaterializedValueComputation { get; }
Property Value
Type | Description |
---|---|
StreamLayout.IMaterializedValueNode |
Overrides
| Improve this Doc View SourceMaterializedValues
TBD
Declaration
public IImmutableList<(IModule, StreamLayout.IMaterializedValueNode)> MaterializedValues { get; }
Property Value
Type | Description |
---|---|
System.Collections.Immutable.IImmutableList<System.ValueTuple<IModule, StreamLayout.IMaterializedValueNode>> |
OutOwners
TBD
Declaration
public IImmutableDictionary<OutPort, IModule> OutOwners { get; }
Property Value
Type | Description |
---|---|
System.Collections.Immutable.IImmutableDictionary<OutPort, IModule> |
Shape
TBD
Declaration
public override Shape Shape { get; }
Property Value
Type | Description |
---|---|
Shape |
Overrides
| Improve this Doc View SourceSubModules
TBD
Declaration
public override ImmutableArray<IModule> SubModules { get; }
Property Value
Type | Description |
---|---|
System.Collections.Immutable.ImmutableArray<IModule> |
Overrides
| Improve this Doc View SourceUpstreams
TBD
Declaration
public override IImmutableDictionary<InPort, OutPort> Upstreams { get; }
Property Value
Type | Description |
---|---|
System.Collections.Immutable.IImmutableDictionary<InPort, OutPort> |
Overrides
Methods
| Improve this Doc View SourceCarbonCopy()
TBD
Declaration
public override IModule CarbonCopy()
Returns
Type | Description |
---|---|
IModule |
Overrides
| Improve this Doc View SourceReplaceShape(Shape)
TBD
Declaration
public override IModule ReplaceShape(Shape shape)
Parameters
Type | Name | Description |
---|---|---|
Shape | shape |
Returns
Type | Description |
---|---|
IModule |
Overrides
| Improve this Doc View SourceWithAttributes(Attributes)
TBD
Declaration
public override IModule WithAttributes(Attributes attributes)
Parameters
Type | Name | Description |
---|---|---|
Attributes | attributes |
Returns
Type | Description |
---|---|
IModule |