Search Results for

    Show / Hide Table of Contents

    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).

    Inheritance
    object
    Module
    StructuralInfoModule
    Implements
    IModule
    IComparable<IModule>
    Inherited Members
    Module.InPorts
    Module.OutPorts
    Module.IsRunnable
    Module.IsSink
    Module.IsSource
    Module.IsFlow
    Module.IsBidiFlow
    Module.IsAtomic
    Module.IsCopied
    Module.Fuse(IModule, OutPort, InPort)
    Module.Fuse<T1, T2, T3>(IModule, OutPort, InPort, Func<T1, T2, T3>)
    Module.Wire(OutPort, InPort)
    Module.TransformMaterializedValue<TMat, TMat2>(Func<TMat, TMat2>)
    Module.Compose(IModule)
    Module.Compose<T1, T2, T3>(IModule, Func<T1, T2, T3>)
    Module.ComposeNoMaterialized(IModule)
    Module.Nest()
    Module.IsSealed
    Module.CompareTo(IModule)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Streams.Implementation
    Assembly: Akka.Streams.dll
    Syntax
    public sealed class StructuralInfoModule : Module, IModule, IComparable<IModule>

    Constructors

    | Edit this page View Source

    StructuralInfoModule(ImmutableArray<IModule>, Shape, IImmutableDictionary<OutPort, InPort>, IImmutableDictionary<InPort, OutPort>, IImmutableDictionary<InPort, IModule>, IImmutableDictionary<OutPort, IModule>, IImmutableList<(IModule, IMaterializedValueNode)>, 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
    ImmutableArray<IModule> subModules

    TBD

    Shape shape

    TBD

    IImmutableDictionary<OutPort, InPort> downstreams

    TBD

    IImmutableDictionary<InPort, OutPort> upstreams

    TBD

    IImmutableDictionary<InPort, IModule> inOwners

    TBD

    IImmutableDictionary<OutPort, IModule> outOwners

    TBD

    IImmutableList<(IModule, StreamLayout.IMaterializedValueNode)> materializedValues

    TBD

    StreamLayout.IMaterializedValueNode materializedValueComputation

    TBD

    Attributes attributes

    TBD

    Properties

    | Edit this page View Source

    Attributes

    TBD

    Declaration
    public override Attributes Attributes { get; }
    Property Value
    Type Description
    Attributes
    Overrides
    Module.Attributes
    | Edit this page View Source

    Downstreams

    TBD

    Declaration
    public override IImmutableDictionary<OutPort, InPort> Downstreams { get; }
    Property Value
    Type Description
    IImmutableDictionary<OutPort, InPort>
    Overrides
    Module.Downstreams
    | Edit this page View Source

    InOwners

    TBD

    Declaration
    public IImmutableDictionary<InPort, IModule> InOwners { get; }
    Property Value
    Type Description
    IImmutableDictionary<InPort, IModule>
    | Edit this page View Source

    IsFused

    TBD

    Declaration
    public override bool IsFused { get; }
    Property Value
    Type Description
    bool
    Overrides
    Module.IsFused
    | Edit this page View Source

    MaterializedValueComputation

    TBD

    Declaration
    public override StreamLayout.IMaterializedValueNode MaterializedValueComputation { get; }
    Property Value
    Type Description
    StreamLayout.IMaterializedValueNode
    Overrides
    Module.MaterializedValueComputation
    | Edit this page View Source

    MaterializedValues

    TBD

    Declaration
    public IImmutableList<(IModule, StreamLayout.IMaterializedValueNode)> MaterializedValues { get; }
    Property Value
    Type Description
    IImmutableList<(IModule, StreamLayout.IMaterializedValueNode)>
    | Edit this page View Source

    OutOwners

    TBD

    Declaration
    public IImmutableDictionary<OutPort, IModule> OutOwners { get; }
    Property Value
    Type Description
    IImmutableDictionary<OutPort, IModule>
    | Edit this page View Source

    Shape

    TBD

    Declaration
    public override Shape Shape { get; }
    Property Value
    Type Description
    Shape
    Overrides
    Module.Shape
    | Edit this page View Source

    SubModules

    TBD

    Declaration
    public override ImmutableArray<IModule> SubModules { get; }
    Property Value
    Type Description
    ImmutableArray<IModule>
    Overrides
    Module.SubModules
    | Edit this page View Source

    Upstreams

    TBD

    Declaration
    public override IImmutableDictionary<InPort, OutPort> Upstreams { get; }
    Property Value
    Type Description
    IImmutableDictionary<InPort, OutPort>
    Overrides
    Module.Upstreams

    Methods

    | Edit this page View Source

    CarbonCopy()

    TBD

    Declaration
    public override IModule CarbonCopy()
    Returns
    Type Description
    IModule
    Overrides
    Module.CarbonCopy()
    | Edit this page View Source

    ReplaceShape(Shape)

    TBD

    Declaration
    public override IModule ReplaceShape(Shape shape)
    Parameters
    Type Name Description
    Shape shape
    Returns
    Type Description
    IModule
    Overrides
    Module.ReplaceShape(Shape)
    | Edit this page View Source

    WithAttributes(Attributes)

    TBD

    Declaration
    public override IModule WithAttributes(Attributes attributes)
    Parameters
    Type Name Description
    Attributes attributes
    Returns
    Type Description
    IModule
    Overrides
    Module.WithAttributes(Attributes)

    Implements

    IModule
    IComparable<T>

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET