Package org.apache.pekko.actor.dungeon
Class ChildrenContainer.EmptyChildrenContainer$
java.lang.Object
org.apache.pekko.actor.dungeon.ChildrenContainer.EmptyChildrenContainer$
- All Implemented Interfaces:
ChildrenContainer,ChildrenContainer.EmptyChildrenContainer
- Enclosing interface:
- ChildrenContainer
public static class ChildrenContainer.EmptyChildrenContainer$
extends Object
implements ChildrenContainer.EmptyChildrenContainer
This is the empty container, shared among all leaf actors.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.pekko.actor.dungeon.ChildrenContainer
ChildrenContainer.ChildrenIterable, ChildrenContainer.ChildRestartsIterable, ChildrenContainer.Creation, ChildrenContainer.Creation$, ChildrenContainer.EmptyChildrenContainer, ChildrenContainer.EmptyChildrenContainer$, ChildrenContainer.NormalChildrenContainer, ChildrenContainer.NormalChildrenContainer$, ChildrenContainer.Recreation, ChildrenContainer.Recreation$, ChildrenContainer.SuspendReason, ChildrenContainer.TerminatedChildrenContainer$, ChildrenContainer.TerminatingChildrenContainer, ChildrenContainer.TerminatingChildrenContainer$, ChildrenContainer.Termination$, ChildrenContainer.UserRequest$, ChildrenContainer.WaitingForChildren -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ChildrenContainer.EmptyChildrenContainer$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionscala.collection.immutable.TreeMap<String,ChildStats> protected voidorg$apache$pekko$actor$dungeon$ChildrenContainer$EmptyChildrenContainer$_setter_$emptyStats_$eq(scala.collection.immutable.TreeMap<String, ChildStats> x$1) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.pekko.actor.dungeon.ChildrenContainer
isNormal, isTerminating
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
EmptyChildrenContainer$
public EmptyChildrenContainer$()
-
-
Method Details
-
emptyStats
- Specified by:
emptyStatsin interfaceChildrenContainer.EmptyChildrenContainer
-
org$apache$pekko$actor$dungeon$ChildrenContainer$EmptyChildrenContainer$_setter_$emptyStats_$eq
protected void org$apache$pekko$actor$dungeon$ChildrenContainer$EmptyChildrenContainer$_setter_$emptyStats_$eq(scala.collection.immutable.TreeMap<String, ChildStats> x$1) -
toString
-