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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
RememberEntitiesShardStore.Command
static class
RememberEntitiesShardStore.GetEntities$
static class
RememberEntitiesShardStore.RememberedEntities
static class
RememberEntitiesShardStore.RememberedEntities$
static class
RememberEntitiesShardStore.Update
static class
RememberEntitiesShardStore.Update$
static class
RememberEntitiesShardStore.UpdateDone
static class
RememberEntitiesShardStore.UpdateDone$
-
Constructor Summary
Constructors Constructor Description RememberEntitiesShardStore()
-