Package akka.stream.impl.fusing
Class GraphInterpreter$
- java.lang.Object
-
- akka.stream.impl.fusing.GraphInterpreter$
-
public class GraphInterpreter$ extends java.lang.Object
Compile time constant, enable it for debug logging to the console.
-
-
Field Summary
Fields Modifier and Type Field Description static GraphInterpreter$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description GraphInterpreter$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GraphInterpreter
currentInterpreter()
INTERNAL APIGraphInterpreter
currentInterpreterOrNull()
INTERNAL APIboolean
Debug()
int
InClosed()
int
InFailed()
int
InReady()
int
KeepGoingFlag()
int
KeepGoingMask()
scala.runtime.Null$
NoEvent()
int
OutClosed()
int
OutReady()
int
PullEndFlip()
int
Pulling()
int
PullStartFlip()
int
PushEndFlip()
int
Pushing()
int
PushStartFlip()
Attributes[]
singleNoAttribute()
-
-
-
Field Detail
-
MODULE$
public static final GraphInterpreter$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
Debug
public final boolean Debug()
-
NoEvent
public final scala.runtime.Null$ NoEvent()
-
InReady
public final int InReady()
-
Pulling
public final int Pulling()
-
Pushing
public final int Pushing()
-
OutReady
public final int OutReady()
-
InClosed
public final int InClosed()
-
OutClosed
public final int OutClosed()
-
InFailed
public final int InFailed()
-
PullStartFlip
public final int PullStartFlip()
-
PullEndFlip
public final int PullEndFlip()
-
PushStartFlip
public final int PushStartFlip()
-
PushEndFlip
public final int PushEndFlip()
-
KeepGoingFlag
public final int KeepGoingFlag()
-
KeepGoingMask
public final int KeepGoingMask()
-
singleNoAttribute
public Attributes[] singleNoAttribute()
-
currentInterpreter
public GraphInterpreter currentInterpreter()
INTERNAL API- Returns:
- (undocumented)
-
currentInterpreterOrNull
public GraphInterpreter currentInterpreterOrNull()
INTERNAL API- Returns:
- (undocumented)
-
-