Package org.apache.pekko.stream.snapshot
Class RunningInterpreterImpl$
java.lang.Object
scala.runtime.AbstractFunction5<scala.collection.immutable.Seq<LogicSnapshot>,scala.collection.immutable.Seq<ConnectionSnapshot>,String,Object,scala.collection.immutable.Seq<LogicSnapshot>,org.apache.pekko.stream.snapshot.RunningInterpreterImpl>
org.apache.pekko.stream.snapshot.RunningInterpreterImpl$
- All Implemented Interfaces:
Serializable,scala.Function5<scala.collection.immutable.Seq<LogicSnapshot>,scala.collection.immutable.Seq<ConnectionSnapshot>, String, Object, scala.collection.immutable.Seq<LogicSnapshot>, org.apache.pekko.stream.snapshot.RunningInterpreterImpl>
public class RunningInterpreterImpl$
extends scala.runtime.AbstractFunction5<scala.collection.immutable.Seq<LogicSnapshot>,scala.collection.immutable.Seq<ConnectionSnapshot>,String,Object,scala.collection.immutable.Seq<LogicSnapshot>,org.apache.pekko.stream.snapshot.RunningInterpreterImpl>
implements Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RunningInterpreterImpl$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.pekko.stream.snapshot.RunningInterpreterImplapply(scala.collection.immutable.Seq<LogicSnapshot> logics, scala.collection.immutable.Seq<ConnectionSnapshot> connections, String queueStatus, int runningLogicsCount, scala.collection.immutable.Seq<LogicSnapshot> stoppedLogics) final StringtoString()scala.Option<scala.Tuple5<scala.collection.immutable.Seq<LogicSnapshot>,scala.collection.immutable.Seq<ConnectionSnapshot>, String, Object, scala.collection.immutable.Seq<LogicSnapshot>>> unapply(org.apache.pekko.stream.snapshot.RunningInterpreterImpl x$0) Methods inherited from class scala.runtime.AbstractFunction5
curried, tupledMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Function5
apply
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
RunningInterpreterImpl$
public RunningInterpreterImpl$()
-
-
Method Details
-
toString
- Specified by:
toStringin interfacescala.Function5<scala.collection.immutable.Seq<LogicSnapshot>,scala.collection.immutable.Seq<ConnectionSnapshot>, String, Object, scala.collection.immutable.Seq<LogicSnapshot>, org.apache.pekko.stream.snapshot.RunningInterpreterImpl> - Overrides:
toStringin classscala.runtime.AbstractFunction5<scala.collection.immutable.Seq<LogicSnapshot>,scala.collection.immutable.Seq<ConnectionSnapshot>, String, Object, scala.collection.immutable.Seq<LogicSnapshot>, org.apache.pekko.stream.snapshot.RunningInterpreterImpl>
-
apply
public org.apache.pekko.stream.snapshot.RunningInterpreterImpl apply(scala.collection.immutable.Seq<LogicSnapshot> logics, scala.collection.immutable.Seq<ConnectionSnapshot> connections, String queueStatus, int runningLogicsCount, scala.collection.immutable.Seq<LogicSnapshot> stoppedLogics) -
unapply
public scala.Option<scala.Tuple5<scala.collection.immutable.Seq<LogicSnapshot>,scala.collection.immutable.Seq<ConnectionSnapshot>, unapplyString, Object, scala.collection.immutable.Seq<LogicSnapshot>>> (org.apache.pekko.stream.snapshot.RunningInterpreterImpl x$0)
-