GraphInterpreter Class |
Namespace: Akka.Streams.Implementation.Fusing
The GraphInterpreter type exposes the following members.
Name | Description | |
---|---|---|
GraphInterpreter |
TBD
|
Name | Description | |
---|---|---|
Context |
TBD
| |
Current |
TBD
| |
CurrentInterpreterOrNull |
TBD
| |
IsCompleted |
Returns true if there are no more running stages and pending events.
| |
IsSuspended |
Returns true if there are pending unprocessed events in the event queue.
|
Name | Description | |
---|---|---|
AttachDownstreamBoundary(Int32, GraphInterpreterDownstreamBoundaryStageLogic) |
TBD
| |
AttachDownstreamBoundary(GraphInterpreterConnection, GraphInterpreterDownstreamBoundaryStageLogic) |
Assign the boundary logic to a given connection. This will serve as the interface to the external world
(outside the interpreter) to process and inject events.
| |
AttachUpstreamBoundary(Int32, GraphInterpreterUpstreamBoundaryStageLogic) |
TBD
| |
AttachUpstreamBoundary(GraphInterpreterConnection, GraphInterpreterUpstreamBoundaryStageLogic) |
Assign the boundary logic to a given connection. This will serve as the interface to the external world
(outside the interpreter) to process and inject events.
| |
DumpWaits |
Debug utility to dump the "waits-on" relationships in DOT format to the console for analysis of deadlocks.
Only invoke this after the interpreter completely settled, otherwise the results might be off. This is a very
simplistic tool, make sure you are understanding what you are doing and then it will serve you well.
| |
Enqueue |
TBD
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Execute |
Executes pending events until the given limit is met. If there were remaining events, IsSuspended will return true.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
Finish |
Finalizes the state of all stages by calling PostStop (if necessary).
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Init |
Initializes the states of all the stage logics by calling PreStart.
The passed-in materializer is intended to be a SubFusingMaterializer
that avoids creating new Actors when stages materialize sub-flows.If no
such materializer is available, passing in null will reuse the normal
materializer for the GraphInterpreter—fusing is only an optimization.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
RunAsyncInput |
TBD
| |
SetHandler(GraphInterpreterConnection, IInHandler) |
Dynamic handler changes are communicated from a GraphStageLogic by this method.
| |
SetHandler(GraphInterpreterConnection, IOutHandler) |
Dynamic handler changes are communicated from a GraphStageLogic by this method.
| |
ToString |
TBD
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
Assembly |
TBD
| |
Boundary |
TBD
| |
Connections |
TBD
| |
FuzzingMode |
TBD
| |
InClosed |
TBD
| |
InFailed |
TBD
| |
InReady |
TBD
| |
IsDebug |
TBD
| |
KeepGoingFlag |
TBD
| |
KeepGoingMask |
TBD
| |
Log |
TBD
| |
Logics |
TBD
| |
Materializer |
TBD
| |
NoEvent |
TBD
| |
OnAsyncInput |
TBD
| |
OutClosed |
TBD
| |
OutReady |
TBD
| |
PullEndFlip |
TBD
| |
Pulling |
TBD
| |
PullStartFlip |
TBD
| |
PushEndFlip |
TBD
| |
Pushing |
TBD
| |
PushStartFlip |
TBD
| |
RunningStagesCount |
TBD
| |
SingleNoAttribute |
TBD
|
Name | Description | |
---|---|---|
AsInstanceOfT |
TBD
(Defined by Extensions.) | |
Match | Overloaded.
Matches the specified target.
(Defined by PatternMatch.) | |
MatchT | Overloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.) |