Package akka.cluster.sharding.internal
Class RememberEntitiesShardStore$
- java.lang.Object
-
- akka.cluster.sharding.internal.RememberEntitiesShardStore$
-
public class RememberEntitiesShardStore$ extends java.lang.Object
INTERNAL APICould potentially become an open SPI in the future.
Implementations are responsible for each of the methods failing the returned future after a timeout.
-
-
Field Summary
Fields Modifier and Type Field Description static RememberEntitiesShardStore$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description RememberEntitiesShardStore$()
-
-
-
Field Detail
-
MODULE$
public static final RememberEntitiesShardStore$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-